Common Navigation Problem
Hi.
I have a common navigation problem, and I'm looking for advise as to the best way to solve it.
I am working with a dog health database (to give a point of context).
I have a page of command buttons (Add a Title, Add a Test Result etc). All of which have to go through one or more (common) selection and search pages (until a particular dog is selected) and then you go to the specific page that the user originally indended. So, I kind of need a navigation result, but from several pages back.
Currently I'm using a bean to keep what the original request was and use that to navigate.
I was wondering if someone with more knowledgeable than me could make some suggestion as to the best way to handle this.
-Chris

