|
It was a dumber mistake which I wont go into
;^>
Its fixed, however I am now trying to redirect and
it is not working. In my action perform() I am doing the
following:
String query =
request.getSession().getId();
String action = "/postsecure_jump.do?sessionid="; System.out.println(action+query); return new ActionForward( action+query, true); Can someone tell me how to add query strings
properly
|
- Action forward to Action losing request objects ?? Jonathan
- Re: Action forward to Action losing request objects ?... Peter Alfors
- Re: Action forward to Action losing request objec... Jonathan
- Re: Action forward to Action losing request o... Peter Alfors
- The never ending story: Turning caching o... Holger Wiechert
- AW: The never ending story: Turning ... Holger Wiechert
- RE: Action forward to Action losing request objects ?... DHarty

