Hi everybody, I am a new user of struts and I have the following question:
at the end of an Action.perform method there is a typical:
return map.findForward("ok");
that forwards to a web page specified in struts-config.
instead of forwarding to a hardcoded url i want to be able to redirect to the referrer
for this
action. How can this be done ?
any help appreciated !
George Moschovitis
---
Navel Ltd, Greece

