Hiya!
I was trying to do this too...with no success...what I ended up doing was (I haven't got my source code here at home, so this will be approximate):
ActionMapping success = mapping.findForward("succe
success = new ActionMapping( success.getPath() + "?sysid=" + sysid, success.getRedirect() ) ;
return success ;
Hope that helps you with a solution, and I hope you find a nicer way to do it, as then I will use that way too ;-)
Tim
Main Topics
Browse All Topics





by: objectsPosted on 2003-12-19 at 14:12:00ID: 9975398
try setting redirect to false in your forward: .jsp" redirect="false"/>
<forward name="success" path="/NewsSystem/newslist