Matt
 
I got my code to work by removing the mapping from the request before forwarding from my action classes with the following line
 
request.removeAttribute(Action.MAPPING_KEY);
 
Prior to that it seemed that the previous mapping was not being overwritten by the ActionServlet.
 
Hope this helps
 
Jim
----- Original Message -----
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 similar problem with iPlanet.

 

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg11046.html

 

Thanks,

 

Matt

Reply via email to