1 Reply Latest reply on Jul 18, 2004 3:36 PM by cchris

    EJB Struts and tiles

    antinous

      Hi,
      I try to develop an application with struts and EJB.
      But in Browser I can't display my JSP-pages : I have simply a empty page, with no error message
      I think, the problem is with my version of JSP
      I know, Jboss can interprate JSP 1.2 but not JSP 2.0, but I don't know how to change that in my JSP pages
      can everyone help me?
      Thanks
      Antinous

        • 1. Re: EJB Struts and tiles
          cchris

          Hi,

          Look for server errors specifically.

          Just to be sure, you should also be able to deploy and use one of the sample application provided with your struts release.

          More struts specifically, if you use struts taglibs in your JSPs check if you
          have added struts-html.tld at correct path.
          If you use forms in your JSPs, put action attribute in form tag and check it
          matches the same entry in your struts-config file (check your action mapping is correct).

          Chris