Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces + Facelets
-
ICEsoft Forum Reference:
Description
This is exactly like ICE-1710, except this bug is with commandLink, not outputLink. I've also made a Bug entry with Mojarra, since they exhibit the bug too. It's just that it's not expressed with them, because stock Facelets handles html tags differently than our Facelets.
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=741
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=741
You can test this by changing the markup in:
icefaces\samples\component-showcase\common-web\WEB-INF\includes\examples\standard\buttonsAndLinks.jspx
From:
<ice:commandLink id="BLCmdLnk"
{buttonsAndLinks.commandLinkListener}"/>value="Submit"
actionListener="#
To:
<ice:commandLink id="BLCmdLnk" actionListener="#{buttonsAndLinks.commandLinkListener}
">
<em>Submit</em>
</ice:commandLink>
In both cases you should have a link wit the word "Submit" in it. The font should vary though.