Using Clay HTML Views can you pass <f:param/>?
Link:
<a href="#" jsfid="dialogLink">Create an account</a>
Component:
<component jsfid="dialogLink"
extends="commandLink"
id="link"
allowBody="false">
<attributes>
<set name="action" value="go_HERE"/>
<set name="value" value="Shale Test" />
<set name="immediate" value="true"/>
</attributes>
</component>
Is there anyway to declare a parameter to be passed to the next page.
Something like:
<t:commandNavigation2 action="go_Here">
<f:verbatim>›</f:verbatim>
<t:outputText value="#{msgs['myParam']}" />
<f:param name="menuParam"
value="#{msgs['myParam']}" />
</t:commandNavigation2>
Thanks in adavnce
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]