You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Abdel <ba...@yahoo.fr> on 2007/02/06 16:30:11 UTC

I'm using <t:jscookMenu with MyFaces 1.1.4 but i have an error in my page JSF
: "elements.jscook_action" a la valeur null ou n'est pas un objet.
Please, Help me.
-- 
View this message in context: http://www.nabble.com/%3Ct%3AjscookMenu-not-work-with-MyFaces-1.1.4-tf3181207.html#a8827995
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Posted by Pierre Raoul <pi...@wanadoo.fr>.
Abdel
> I'm using <t:jscookMenu with MyFaces 1.1.4 but i have an error in my page JSF
> : "elements.jscook_action" a la valeur null ou n'est pas un objet.
> Please, Help me.
>   

You need to put
      <input type="hidden" name="jscook_action" />
just before the jscookmenu tag

Pierre