Write a flow controller which does this. Look at the pet-store example app
for inspiration.
cheers,
Amar..
-----Original Message-----
From: Nathan Coast [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 16, 2001 10:09 AM
To: struts-user
Subject: page flow control
Hi,
In the site I'm developing, there are sections that have forms on
consecutive
pages, I want to guarantee that pages are navigated: page1 -> page2 ->
pageN.
At the same time allowing back and forward navigation to change values
entered
on previous pages. After the last submit, the only valid page in the
sequence
is then page1. I've had a look at the Struts Token functionality but I
don't
think it can support this functionality. Is it possible with Tokens or some
other way?
Thanks in advance
Nathan