Re: Which action to go back?

2002-03-28 Thread Ted Husted
It sounds like that you need some type of JavaBean in the session that will store that you can set to the name of an ActionForward representing the current "SomeCaller". A html:link tag on the page could then look for that bean, and obtain the correct action forward for that user. -- Ted Husted,

Which action to go back?

2002-03-25 Thread sagsag
Let's say I have application that let's me go5 pages deep from some starting point (every 1 has own menu pointing to subpages). And most of these pages have link "Back". Everything would be very easy if Back on some page "Deep" ALWAYS points topage "SomeCaller". The problem is that page "Deep"