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

[762 byte] By [Chris_Grahama] at [2007-10-2 20:47:48]
# 1
I wouldn't say there is anything wrong with the way you are doing it currently. Creating a value contained in a bean is what I would've suggested to you.CowKing
IamCowKinga at 2007-7-13 23:31:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...