Re: Session form IE problem

2006-05-27 Thread Bart Busschots
OK, that unfortunately makes this all a bit more odd. I do this kind of thing a lot and I don't believe I've run into this problem yet. Mind you I'm also certain I haven't used a file upload in this context before so perhaps you're on to something with your suspicion that that could have someth

Re: Session form IE problem

2006-05-27 Thread Rizwan Merchant
Navigation between the 2 pages is done by submitting a request to the server...there are 2 methods in the action ...stage1() and stage2() which are invoked to move back and forth. I am pretty sure that the form is in session scope. Like I mentioned before, this works with FF and Netscape..hav

Re: Session form IE problem

2006-05-27 Thread Bart Busschots
Hi, When you say "go back" what exactly do you mean? HOW are you going back? Are you relying on the browser's back button? If yes then that's your problem straight off. Don't do that. Use Struts forms for holding your Data and the struts JSP tags for creating the form. Make sure the form is i

Re: Session form IE problem

2006-05-27 Thread Frank W. Zammetti
Just a shot in the dark here... any chance your form is being submitted using GET rather than POST? IE tends to be a bit too aggressive with its caching scheme where GET is involved... I've seen it in the AJAX realm where a GET appears to not work in IE because it doesn't hit the server... if

Session form IE problem

2006-05-27 Thread Rizwan Merchant
We have a wizard style customer set up process that is spread out over 2 pages. The scope of the form is session (action definition is shown below) In firefox and netscape, when we fill out some data on page 1 (stage1) and then move to page2 (stage2), the data in page 1 is retained (this can

Re: tabs (struts + tiles) How to do it ??

2006-05-27 Thread Angelo zerr
Hello, if you want, you can ue JSPTabControl which is taglib which manage tabs in your JSP. JSPTabControl gives you several features like keep the last tabs selected after posting a form, Get the name of tab which is selected into your action struts,... You can set a state for a tab (READ, FORBIDD