Image

Issues with URL forwarding

Greetings,

I was hoping one of you might be able to shed some light on an Issue I am having.

When attempting to use servlets or beans to forward a request a certain URL, it works, however the URL in the browser does not change and if you hit refresh the app bombs out since the data is no longer available. Is there anyway that you guys can think of to set this straight so that any URL the servlets map to after a process is finished and you hit refresh on like a congrats page it doesn't try to repost the data?

Using something similiar to:

this.setDestination("http://www.urlhere.com/blah.jsp?target=whatever&randomID=1");

etc... in the the instance I am speaking of the extendedprocessing uses processor as an arg and I say proc.setDestination etc

Thanks!