dynamic input forward?

2003-07-03 Thread Martin Naskovski
Hi Struts fans/experts, I'm curious, is there a dynamic way of redefining what the 'mapping.getInputForward()' function will return? Why I ask this? Well, if I have a 'Screen X', and I can get to this screen from 'Screen A' or 'Screen B' or 'Screen C' - if I clicked cancel/exit on Screen X, I'd

Re: dynamic input forward?

2003-07-03 Thread Sandeep Takhar
I think having multiple mappings is the easiest. The other way is to modify the struts-workflow extension, but take it from me that this may be more complicated than it is worth. The workflow extension code has a session scoped bean that knows where you have been. With a little modification you