[ 
http://issues.apache.org/jira/browse/MYFACES-293?page=comments#action_12315390 
] 

Martin Marinschek commented on MYFACES-293:
-------------------------------------------

Would you be willing to supply a patch for this?

would be great, as not many of us are using both MyFaces and the RI so we are 
always in need for people helping out with testing and debugging on the RI...

regards,

Martin

> JSCookMenu action doesn't work with Sun's JSF RI
> ------------------------------------------------
>
>          Key: MYFACES-293
>          URL: http://issues.apache.org/jira/browse/MYFACES-293
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.0.9 beta
>  Environment: Windows XP, RSA 6.0, MyFaces 1.0.9m9 (also tested with 1.0.9rc3 
> and the latest subversion version), JDK 1.5.0_03
>     Reporter: Juan Medín
>     Priority: Blocker

>
> When using the Sun JSF RI (included in IBM Rational Software Architect 6.0) 
> with the myfaces-extensions.jar, the JSCookMenu actions doesn't work. This 
> has been tested with the MyFaces 1.0.9m9, 1.0.9rc3 and the latest subversion 
> version.
> Here is a simple piece of sample code that doesn't work. When clicking on the 
> option nothing happens. Checking the POST parameters, everything seems to be 
> ok.
> <%@ page session="false" contentType="text/html;charset=utf-8"%>
> <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>
> <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>
> <f:view>
>       <html>
>               <body>
>                       <h:panelGrid id="header" columns="1">
>                               <x:jscookMenu layout="hbr" theme="ThemeOffice">
>                                       <x:navigationMenuItem id="navItem" 
> itemLabel="General" action="pepe" />
>                               </x:jscookMenu>
>                       </h:panelGrid>
>               </body>
>       </html>
> </f:view>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to