You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Juan Medín (JIRA)" <my...@incubator.apache.org> on 2005/06/29 12:14:59 UTC

[jira] Created: (MYFACES-293) JSCookMenu action doesn't work with Sun's JSF RI

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


[jira] Commented: (MYFACES-293) JSCookMenu action doesn't work with Sun's JSF RI

Posted by "Juan Medín (JIRA)" <my...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-293?page=comments#action_12315901 ] 

Juan Medín commented on MYFACES-293:
------------------------------------

Yes,  I already tried putting a h:form tag, without success. 

Ok, I'll take a look at the code. I need to find free time to debug it, but eventually a patch will come.

Regards,

    - Juan

> 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


[jira] Commented: (MYFACES-293) JSCookMenu action doesn't work with Sun's JSF RI

Posted by "Martin Marinschek (JIRA)" <my...@incubator.apache.org>.
    [ 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


[jira] Commented: (MYFACES-293) JSCookMenu action doesn't work with Sun's JSF RI

Posted by "Martin Marinschek (JIRA)" <my...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-293?page=comments#action_12315391 ] 

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

P.S.:

Have you tried putting a h:form tag around the navigation menu? These are links you are using here, and in the RI you have to wrap every commandLink with a form.

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