You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Zhang Hailong <zh...@gmail.com> on 2006/05/24 17:04:34 UTC

Can take params?

 I don't know if navigationMenuItem can take params, I tried <j4j:param> and
<f:param>, neither works.
I have to deside which video to be displayed by the request param.

My code:
<t:navigationMenuItem id="nav_1_1" itemLabel="Foo" action="videoDetail">
<j4j:param name="videoId" value="2264"></j4j:param>
</t:navigationMenuItem>

Any solutions?

Thanks in advance.