On 11/25/05, Bahadır Yağan <[EMAIL PROTECTED]> wrote:
> Sorry, my forward was defined as redirect="true". Now it works, thanks.
>
> So one other question. Is is normal to write an Action for every page,
> to register these variables.(no forms in page so far.) Or there is a
> simpler solution?

Simpler solution is to write an Action for every resource; the
resource can have several views (usually JSP pages). This pattern is
easy with session-scoped form beans, so if you prefer to use
request-scoped form beans only, this solution is probably not for you.

For example, this New User Signup Wizard (this is just a demo, so you
can try to sign in) is controlled by one Action only. The intermediate
data is stored in session.

Michael.

--
Struts Dialogs: code-behind for Struts
http://struts.sourceforge.net/strutsdialogs

Reply via email to