I had this same problem. You were close. Try this.

@IncludeStylesheet({"context:css/page.css", "context:css/tapestry- custom.css"})

It takes an array so you need to have the curly braces on the outside of your comma delimited style sheets.

Keith

On Sep 25, 2008, at 9:34 AM, Leon Derks wrote:

Hello

How can I add multiple stylesheets to the @includeSysheet annotation?
In the documentation I read that one or more paths can be injected. But how can I do that?

For example I want something like this:
@IncludeStylesheet("context:css/page.css", "context:css/tapestry- custom.css")

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



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

Reply via email to