From: Kevin <[EMAIL PROTECTED]>
> 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>
<element renderId="1" jsfid="param">
<attributes>
<set name="name" value="arg1"/>
<set name="value" value="[EMAIL PROTECTED]"/>
</attributes>
</element>
> </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>
You can nest the param component using the xml definitions (above) or use the
span tag.
<a jsfid="comandLink" action="go_here" value="go" allowBody="true">
<span jsfid="param" value="arg1" value="[EMAIL PROTECTED]"/>
</a>
>
> Thanks in adavnce
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]