2 Replies Latest reply on Dec 31, 2008 3:42 AM by darshanparekh

    Issue - “Expecting "jsp:param" standard action with "name"


      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.