Issue Details (XML | Word | Printable)

Key: PF-21
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Neil Griffin
Reporter: Raphael Drüner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
PortletFaces

<h:commandLink> doesn't work

Created: 28.Apr 2010 14:36   Updated: 28.Apr 2010 14:36
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Bridge Alpha1, JSF 2.0.3 Snapshot


 Description  « Hide
com.sun.faces.renderkit.html_basic.CommandLinkRenderer uses RenderKitUtils.renderJsfJs() to load the jsf.js Resource. This can't work because mojarra doesn't call ExternalContext.encodeResourceUrl for it.

The commandLink works in the job-app sample though. There com.sun.faces.facelets.tag.jsf.core.AjaxHandler.installAjaxResourceIfNecessary is called first (probably because of the <f:ajax> tag). AjaxHandler uses an other way to load the resource which works in portlet environment.

This may be a mojarra bug...

There are no comments yet on this issue.