4 Replies Latest reply on Jun 25, 2014 11:07 AM by biwann

    jsp:param name attribute Weblogic - JBOSS Migration

    mistapony

      Hi, I am in the process of migrating one of our projects from Weblogic to Jboss. Everything is going quite well until I bring up pages that contain an expression in the name attribute of jsp:param

      For example we currently have a lot of the following in many jsp's

      <jsp:param name="<%=MyForm.FORM_STYLE%>" value="registerStyle"/>
      

      I get the follwing error when bringing up the page:

      [jsp] - Servlet.service() for servlet jsp threw exception
      org.apache.jasper.JasperException: /editProfileContent.jsp(730,0) The name attribute of the jsp:param standard action does not accept any expressions
       at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
      


      Weblogic never complained about this. Does anyone have any idea of a work around? Or any thoughts on this.

      Appreciate any help,

      ~chris