RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
would do the same thing. > > > -Original Message- > From: Turansky, Mark [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 1:46 PM > To: Struts Users Mailing List > Subject: RE: accessing static html from struts-config.xml > > > I just tried (and

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
age- > From: Turansky, Mark [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 1:46 PM > To: Struts Users Mailing List > Subject: RE: accessing static html from struts-config.xml > > > I just tried (and failed) using a fully qualified URL as the > ActionForwar

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
, 2003 2:50 PM To: Struts Users Mailing List Subject: RE: accessing static html from struts-config.xml or use http://www.mysite.com"; redirect="true"/> which would do the same thing. -Original Message- From: Turansky, Mark [mailto:[EMAIL PROTECTED] Sent: Wednesday, Oct

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
or use http://www.mysite.com"; redirect="true"/> which would do the same thing. -Original Message- From: Turansky, Mark [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 1:46 PM To: Struts Users Mailing List Subject: RE: accessing static html from struts-c

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: RE: accessing static html from struts-config.xml No the reference to the path in the section does not work. I am not sure how to use the respons

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
To: [EMAIL PROTECTED] Subject: RE: accessing static html from struts-config.xml No the reference to the path in the section does not work. I am not sure how to use the response.redirect method. Do we put this method in the execute method of the LogoffAction? or do we make a new method called

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
u can always use > > response.redirect(actionForward.getPath()) > > in your Action while returning a null ActionForward > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 22, 2003 12:58 PM > To: [EMAIL PROTECTE

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
ath()) in your Action while returning a null ActionForward -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:58 PM To: [EMAIL PROTECTED] Subject: accessing static html from struts-config.xml Hi All I am trying to do a logoff actio

accessing static html from struts-config.xml

2003-10-22 Thread mohan
Hi All I am trying to do a logoff action.When the user logsoff he should be taken to the main website which is under /var/www/html/blah/index.shtml which is completely out of the tomcat and this is where i have stored the static content of the website. I do not understand how to write this forward