You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Rodrigo Olmo <ro...@tecnalis.com> on 2007/12/20 17:13:59 UTC

facelets ui:param

Hi all, is to possible to get the ui:param value in a managed bean?

 

JSF code:

                        <ui:include
src="/WEB-INF/facelets/crcomponents/crplayerdetail.xhtml">

                             <ui:param name="playerid" value="15"/>

                        </ui:include>

 

Thanks in advance,

 

Rodrigo