Re: Forwarding/redirecting to action mappings rather than directly to JSPs

2001-07-30 Thread Jim
-- From: "Matt Raible" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 3:57 PM Subject: Re: Forwarding/redirecting to action mappings rather than directly to JSPs > Jim, did this solution involve using a global forwar

Re: Forwarding/redirecting to action mappings rather than directly to JSPs

2001-07-24 Thread Matt Raible
> From: Matt Raible > To: [EMAIL PROTECTED] > Sent: Friday, July 20, 2001 4:51 AM > Subject: Forwarding/redirecting to action mappings rather than directly to > JSPs > > > Jim, > > > > Did you ever get this post figured out - I'm having

Re: Forwarding/redirecting to action mappings rather than directly to JSPs

2001-07-24 Thread Jim
this helps   Jim - Original Message - From: Matt Raible To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 4:51 AM Subject: Forwarding/redirecting to action mappings rather than directly to JSPs Jim,   Did you ever get this post figured out – I’m having a

Re: Forwarding/redirecting to action mappings rather than directly to JSPs

2001-07-04 Thread Jim Quittenton
ECTED] Sent: Wednesday, July 04, 2001 4:55 PM Subject: Forwarding/redirecting to action mappings rather than directly to JSPs Hi   I have an action class from which I need to forward to another action mapping (rather than directly to a JSP), and I have managed to get

Forwarding/redirecting to action mappings rather than directly to JSPs

2001-07-04 Thread Jim Quittenton
Hi   I have an action class from which I need to forward to another action mapping (rather than directly to a JSP), and I have managed to get this working by setting up a global forward to an absolute path with rediredt set to true as follows:         http://myServer/myDB/myApp/myMapping.do