[jboss-user] [Installation, Configuration & DEPLOYMENT] - Issue - “Expecting "jsp:param" standard action with "name"

darshanparekh do-not-reply at jboss.com
Wed Dec 31 02:37:27 EST 2008


I am facing a issue of “Expecting "jsp:param" standard action with "name" and "value" attributes” in JBOSS 4.0.5 GA version of JBOSS.

This issue is resolved only when i close the <jsp:forward> tag with "/" by removing the </jsp:forward> tag. Also i remove the comment tags given between the start <jsp:forward> tags and end <jsp:forward> tags. 

Example
code that works 
<jsp:forward page="../resagentmode/findbooking.jsp"/> 

code that does not work 
<jsp:forward page="../resagentmode/findbooking.jsp"></jsp:forward>

I am reluctant on changing the code as it is a jsp standard and JBOSS should allow any of the above mentioned codes.

How can I resolve this issue without changing the code.
Please reply ASAP.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199001#4199001

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199001




More information about the jboss-user mailing list