RE: forwarding all request to the one JSP

2004-02-11 Thread Navjot Singh
004 10:10 PM >To: Struts Users Mailing List >Subject: RE: forwarding all request to the one JSP > > >I know that JSP is servlet. >But: >part from web.xml: > >error >/2.jsp--- this should >be class name, not jsp. Or

Re: forwarding all request to the one JSP

2004-02-11 Thread snpe
ers Mailing List; [EMAIL PROTECTED] > Subject: Re: forwarding all request to the one JSP > > > This may be one time where it is worth reminding people that JSPs really > are Servlets? > > At 08:31 AM 2/11/2004, Bubeník Miroslav wrote: > >Hi, > >is there any pos

RE: forwarding all request to the one JSP

2004-02-11 Thread Bubeník Miroslav
004 5:36 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: forwarding all request to the one JSP This may be one time where it is worth reminding people that JSPs really are Servlets? At 08:31 AM 2/11/2004, Bubeník Miroslav wrote: >Hi, >is there any possibility in web.xm

Re: forwarding all request to the one JSP

2004-02-11 Thread Michael McGrady
This may be one time where it is worth reminding people that JSPs really are Servlets? At 08:31 AM 2/11/2004, Bubeník Miroslav wrote: Hi, is there any possibility in web.xml how can I forward all request for application XXX to one error JSP (without servlet)? Regards miro ---

RE: forwarding all request to the one JSP

2004-02-11 Thread Samyukta Akunuru
how about global-forward definition in struts-config.xml -Original Message- From: Bubeník Miroslav [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:32 AM To: [EMAIL PROTECTED] Subject: forwarding all request to the one JSP Hi, is there any possibility in web.xml how can I

forwarding all request to the one JSP

2004-02-11 Thread Bubeník Miroslav
Hi, is there any possibility in web.xml how can I forward all request for application XXX to one error JSP (without servlet)? Regards miro