[ http://issues.apache.org/jira/browse/MYFACES-973?page=comments#action_12361204 ]
Moshe Elisha commented on MYFACES-973: -------------------------------------- The reason why I thing it is related to MyFaces is because the problem started when I put the myfaces-all.jar in my WEB-INF\lib and took out the sun's jsf-api.jar. When I took out the myfaces-all.jar and returned the jsf-api.jar it worked without me doing anything else. > jsp:include tag does not pass parameters if using the ? sign in the page > attribute > ---------------------------------------------------------------------------------- > > Key: MYFACES-973 > URL: http://issues.apache.org/jira/browse/MYFACES-973 > Project: MyFaces > Type: Bug > Components: General > Versions: 1.1.1 > Environment: Windows XP, Tomcat 5.5.9 > Reporter: Moshe Elisha > Priority: Minor > > When I use the jsp:include tag like this: > <jsp:include page="somepage.jsp?param1=value" /> > The parameter "param1" is not passed to the target page while in sun's jsf > implementation it does work. -- 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
