This content has been marked as final.
Show 1 reply
-
1. Re: Resource Serving
kenfinni Nov 2, 2012 8:57 AM (in response to jpadula35)Joseph,
I'll rewrite that section now, as it is a little ambigious.
Basically you need to reference resources in a JSF2 way to enable them to become portal urls.
So the <h:outputStylesheet> example from mkyong.com is correct for use with JSF2 and Portlet Bridge.
Using #{resource} is useful for use inside css files, or for referencing files not through JSF2 tags.
Ken