Back Forum Reply New

Tabbed navigation input

At a project I'm working on, one of the use cases includes entering hotel data using tabbed navigation. I guess the AbstractWizardFormController would be a perfect candidate to assist in this, if navigation isn't an issue.
One of the requirements is that the user should be able to choose in which order he/she wants to complete the tabs. I have a strong feeling Spring Web Flow will be my partner in crime to accomplish this but would like to hear from others what they have used to implement this or if not, what the preferred way would be.

Thanks in advance for sharing your ideas/experiences on this.

Frederik

i suggest looking into araneaframework
it work great with spring and has pretty nice set of jsp tags to use for your app, including support for tabs
¥
Back Forum Reply New