Hi Palaniappan,

It is exactly what you told. I find the meaning of "page.common.exception".

Regards

Richard Markham


-----Ursprüngliche Nachricht-----
Von: Ramaswamy, Palaniappan [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 23. November 2005 11:40
An: Struts Users Mailing List
Betreff: RE: Question about Global Forward

Hi Richard,

It is possible that your application is using the Tiles. In that case
follow the steps given below to find out the mapping between
page.common.Exception and your exception jsp.

1) Find for struts-config.xml file in the application

2) Look whether the following tag is present in the struts-config.xml
file
        <plug-in className="org.apache.struts.tiles.TilesPlugin">
        This tells whether the Tiles is used in the application or not.

3) If so, look for the "definitions-config" property set for this
plug-in, which looks like
        <set-property property="definitions-config" value="
        This property mentions the location of the Tiles definition
file.

4) Open the file mentioned in the value attribute of step 3. (Which is
nothing but the tiles definitions file)

5) In the tiles definition file, look for the following
"page.common.Exception". If it is found then the path attribute would be
actually pointing to your exception.jsp.

Have a Good Day!!!
Best Regards
Pal

-----Original Message-----
From: R. Markham [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 23, 2005 3:35 PM
To: user@struts.apache.org
Subject: Question about Global Forward

 

Hi

 

I must work through a huge program without any documentation. I found
something strange in struts-config.xml.

 

<global-forwards>

      <forward

          name="exception"

          path="page.common.Exception"

          redirect="false"/>

  </global-forward> 

 

In the directory common exists exception.jsp. Is the parameter "page" in
"path=page.common.Exception" an attribute to point that that in the
directory "common" a Exception.jsp" file exists?

 

I already did my searching but I can't find an answer.

 

Regards

 

Richard Markham


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


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

Reply via email to