Marina,

Just a hunch - try including an html 'base' element in your page decorator. Not familiar with Velocity but with jsp simply use the following:

<% String baseURL = request.getScheme() + "://" + request.getServerName() + request.getContextPath() + "/"; %>

<head>
 ...
 <base href="<%= baseURL %>">
 ...
</head>

HTH
Andrew


From: Marina <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[email protected]>
To: Jetspeed Users List <[email protected]>
Subject: J2 decorators not displayed in IE Date: Sat, 19 Mar 2005 07:58:03 -0800 (PST)


Hi,
I have a weird problem here.
I've been developing my portal using Firefox only, and
have a pretty much complete portal by now. However,
when I finally got around to checking it out in IE,
I've realized to my horror that it looks completely
screwed up there.
Basically, no portlet decorators and J2 images (like
tabs, borders around portlets, etc.) are displayed
there. The content of the portlets is just fine.
Even more, this happens when I access my portal
through a redirect from my ISP that forwards the
requests to my PC's IP address.
If I access the portal through localhost:8080 -
everything looks fine in both Firefox and IE.

to summarize:
access portal through IP address:
  Firefox/Netscape OK, IE - no images/decorators
access portal through localhost:
  both Firefox and IE are OK

Did I miss some config parameter for J2 or something
like that? Any ideas?

Thank you!
Marina

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to