Darren Hall ha scritto:
(Please disregard the earlier post with the same subject)

Greetings,

I'm using struts 1.2.9 with Tomcat 5.5 and Apache 2.2.

Here's my issue -

I'm looking to create a default error page for my application. One thing you
should know... my application is using tiles. In my web.xml file I've added
the following:

  <!-- The default error page -->

  <error-page>

   <exception-type>java.lang.Exception</exception-type>

   <location>flc.error</location>

  </error-page>

"flc.error" is a template definition for a tile layout.

Again, Tiles definitions cannot be accessed directly. You have to access them through an ActionForward, a forward inside a regular action or inside a JSP page.

Ciao
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to