Sorry. Hard to type on the phone. I was speaking specifically about externalcontext.getrequestpath()
The resource.getrequestpath() method states no such requirement. It may be an oversight.
Lincoln Baxter III
http://ocpsoft.com
http://scrumshark.com
Keep it simple.
On Jan 13, 2010 12:51 PM, "Neil Griffin" <neil.griffin@portletfaces.org> wrote:Thanks Lincoln. Well if that's indeed the case, then I guess that means there are some bugs in Mojarra. For example, StyleSheetRenderer.encodeEnd(FacesContext, UIComponent) should call ExternalContext.encodeResourceURL() before it outputs the <link> tag.Anyone from the Mojarra team agree/disagree?NeilOn Jan 13, 2010, at 12:43 PM, Lincoln Baxter, III wrote: > I believe it is your responsibility, s...