1 Reply Latest reply on Apr 22, 2013 1:11 PM by andrewtr

    Struts tags not getting compiled while migrating JBoss from 4.2 to 6.0 Final

    andrewtr

      I am migrating my Struts application from JBoss 4.2 to 6.0. The JSP are not getting compiled, it is throwing null pointer exception. Whereas after making the changes like <html:option> to <option>, removing the closing </html:text> the JSP pages are getting compiled.

       

      Could anyone suggest is there any fix for this instead of changing all the JSP pages.