You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Marcus Schmidke (JIRA)" <de...@myfaces.apache.org> on 2007/10/16 10:22:50 UTC

[jira] Created: (TOMAHAWK-1131) Hidden field jscook_action is not rendered

Hidden field jscook_action is not rendered
------------------------------------------

                 Key: TOMAHAWK-1131
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1131
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: JS Cook Menu
    Affects Versions: 1.1.7-SNAPSHOT
         Environment: JBoss 4.2
JBoss Seam 2.0
JSF RI 1.2
Facelets
tomahawk-facelets-1.1.6
            Reporter: Marcus Schmidke


The hidden form field "jscook_action" is not rendered, so that menu actions have no effect.
This is related to #TOMAHAWK-1013, but that case could be solved by updating the MyFaces core library.
In my case, I'm not using MyFaces core, but JSF RI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TOMAHAWK-1131) Hidden field jscook_action is not rendered

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOMAHAWK-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535299 ] 

Mike Kienenberger commented on TOMAHAWK-1131:
---------------------------------------------

The workaround is to add "<input type="hidden" name="jscook_action" />" to your form manually.

This used to be documented on the wiki, but I see someone removed it recently.  I'll add it back.


> Hidden field jscook_action is not rendered
> ------------------------------------------
>
>                 Key: TOMAHAWK-1131
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1131
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.7-SNAPSHOT
>         Environment: JBoss 4.2
> JBoss Seam 2.0
> JSF RI 1.2
> Facelets
> tomahawk-facelets-1.1.6
>            Reporter: Marcus Schmidke
>
> The hidden form field "jscook_action" is not rendered, so that menu actions have no effect.
> This is related to #TOMAHAWK-1013, but that case could be solved by updating the MyFaces core library.
> In my case, I'm not using MyFaces core, but JSF RI.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.