Sorry, I didn't mean session bean in the literal sense, just a bean that is
stored in the session.  Following something like the strategy pattern, you
can have a bean stored in the session dictate the page flow and form flow
with your business rules.  Actions grab this bean out of the session and use
it in determining page flow from action to action.  Also, the validator war
with Struts 1.1 has an example of a multipage form you could look into.

-Jacob

| -----Original Message-----
| From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED]
| Sent: Monday, March 24, 2003 11:50 PM
| To: Struts Users Mailing List
| Subject: Re: [Q] Navigation framework
| 
| Consider the scenario where i want to drop a form or add a form in my
| wizard. are u suggesting me to modify code for the same ?
| 
| btw, I am not using EJBs itz just a web side project.
| 
| ----- Original Message -----
| From: "Jacob Hookom" <[EMAIL PROTECTED]>
| To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
| Sent: Tuesday, March 25, 2003 11:11 AM
| Subject: RE: [Q] Navigation framework
| 
| 
| What's wrong with an action having multiple action forwards or do a
| session
| bean that dictates the flow that the actions can check against for
| forwarding?
| 
| 
| 
| -----Original Message-----
| From: Chetan Sahasrabudhe [mailto:[EMAIL PROTECTED]
| Sent: Monday, March 24, 2003 11:40 PM
| To: Struts Users Mailing List
| Subject: [Q] Navigation framework
| 
| 
| 
| Hi,
| 
|     I am using struts for my web applications, my problem is, depending on
| the users selection the flow should change from wizard to individual page
| selection. Is there any ready to use Navigation framework on Jakarta, can
| anyone help me in this.
| 
| 
| 
| Thanks &
| 
| Regards
| Chetan
| _____________________________
| 
| 
| 
| "Each pattern describes the problems which occurs over and over again in
| our
| environment, and then describes the core of the solution of that problem,
| in
| such a way that you can use this solution a million times over, without
| ever
| doing it the same way twice."
| Alexander (1977)
| 
| 
| 
| 
| 
| 
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to