Xavier Lawrence wrote:
Hello,

I am currently modifying an existing Struts application so it generates
content to a portlet.

One question that I have is that the existing application uses custom
styles in a CSS file. Is there a way to make the portlet use the styles in
the CSS file without copy-paste them in the JSPs ???

Is there a way I could customize jetspeed so it knows about these styles ?

Thanks in advance for any help.

Regards

Xavier

If you only want to use the CSS styles in your portlet application, then simply reference them normally i.e.

<link rel="stylesheet" type="text/css" media="all" href="css/mystyles.css" />

If you would like to have a jetspeed specific solution for css, you can write your own decorator styles. I've started documenting decorators and layouts, but it still needs a lot of work:

http://portals.apache.org/jetspeed-2/portal-design.html

Also see JSR-168 PLT.C

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

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



Reply via email to