Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Beta2
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEFaces ACE components
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The LinkButton component needs to provide support for nested f:param children. In the case where the link is generated as an anchor, the necessary parameters need to be encoded as query string parameters, ?param1=value, when the link is rendered as a action event source, the parameters need to be included in the post parameters.
mistakenly committed modifications for LinkButtonRenderer since org.icefaces.component.RendererBase was not included in the commit for f:param support (encoding of paramters), to
ICE-6248. Should have been to this jira.Once this has been checked in, can use these modifications for PushButtonRenderer as well.
Still outstanding is <ice:commandButton> from compat library of components. It does not have <f:param> support either.