Hi Bryan

> ..... but it didn't seem to work, I believe I would have to specify the
> input in the struts config
> file and I intend for this page to be called from any page in the
> application.

Yeps, the input forward fetched by the method mapping.getInputForward() is
the one defined in the Struts config file. That doesn't help you, because
you want the "return-to-action" to be dynamic.

So one possible solution would be to put the name of the action forward path
on the request before calling client-add-to-basket.do,  have the
implementation (Action class) of client-add-to-basket retrieve this from the
request and construct a ActionForward with the right path and return that
instead of a predefined (Struts config) one.

HTH

Henrik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to