Re: Implementing wizard like interface in struts

2007-06-26 Thread Michael Jouravlev
How do I know? This is your application, you should know better how you manage its state. On 6/26/07, semaj <[EMAIL PROTECTED]> wrote: How can I check the current app state? Could you direct me to some resources? Thanks, semaj -

Re: Implementing wizard like interface in struts

2007-06-26 Thread semaj
How can I check the current app state? Could you direct me to some resources? Thanks, semaj Michael Jouravlev wrote: > > Do you really care if one instance of the wizard stays in the session? > If yes then you have to remove it yourself. You should know better > when it is appropriate to remov

Re: Implementing wizard like interface in struts

2007-06-26 Thread Michael Jouravlev
Do you really care if one instance of the wizard stays in the session? If yes then you have to remove it yourself. You should know better when it is appropriate to remove it based on your application state. Struts form is just an object in the session map, so you can remove it from session manuall

Re: Implementing wizard like interface in struts

2007-06-26 Thread semaj
Then, how can I solve this problem in struts 1.3.8? Don't you think nobody have face this issue? If yes, then they have not solve the problem?? Michael Jouravlev wrote: > > No, it will not. Unless you defined the form in Rollover scope ;-) > http://wiki.apache.org/struts/RolloverScope > > Afte

Re: Implementing wizard like interface in struts

2007-06-26 Thread Michael Jouravlev
No, it will not. Unless you defined the form in Rollover scope ;-) http://wiki.apache.org/struts/RolloverScope After 1.3.9 is released, I will check in Rollover scope features into main Struts codebase. Michael. On 6/25/07, semaj <[EMAIL PROTECTED]> wrote: Hey Michael, Thank you for your rep

Re: Implementing wizard like interface in struts

2007-06-25 Thread semaj
yes, Ian. I'm looking for solution on Struts 1.3.8 Ian Roughley wrote: > > My mistake, are you using s1 or s2? I was providing an s2 solution, but > on further inspection you may have been asking about s1. > > /Ian > > semaj wrote: > >>I didn't get the picture what you are trying to say...

Re: Implementing wizard like interface in struts

2007-06-25 Thread semaj
Hey Michael, Thank you for your reply. I would like to ask you one more question. Will it remove the form from the session if the user navigates to some other pages by clicking one of the menu items? Let's say the user is in sign up wizard, fills out first and second steps, but he changes his min

Re: Implementing wizard like interface in struts

2007-06-25 Thread Michael Jouravlev
Try this: http://downloads.sourceforge.net/struts/dialogs-samples-2.0.war I am sorry the online demos are not working at this moment. When you start this demo app, select "New User Signup Wizard" link on that start page, then check out the wizard. Notice, that the URL does not change after you sub

Re: Implementing wizard like interface in struts

2007-06-25 Thread Ian Roughley
My mistake, are you using s1 or s2? I was providing an s2 solution, but on further inspection you may have been asking about s1. /Ian semaj wrote: I didn't get the picture what you are trying to say... Ian Roughley wrote: An interceptor, especially useful if the wizard is the only code i

Re: Implementing wizard like interface in struts

2007-06-25 Thread semaj
I didn't get the picture what you are trying to say... Ian Roughley wrote: > > An interceptor, especially useful if the wizard is the only code in a > specific directory. > > /Ian > > semaj wrote: > >>It's been a week; have not found any solutions... any idea guys!! >> >>semaj wrote: >> >>

Re: Implementing wizard like interface in struts

2007-06-25 Thread Ian Roughley
An interceptor, especially useful if the wizard is the only code in a specific directory. /Ian semaj wrote: It's been a week; have not found any solutions... any idea guys!! semaj wrote: Hi there, May be someone has already solved this problem. I need to implement a wizard like page flo

Re: Implementing wizard like interface in struts

2007-06-25 Thread semaj
It's been a week; have not found any solutions... any idea guys!! semaj wrote: > > Hi there, > > May be someone has already solved this problem. I need to implement a > wizard like page flow in my strut web application. > > This is what I've done: > 1. Created one big action form and put it in