RE: struts repopulate bug?

2004-05-04 Thread Dana Hata
I keep coming across that as I google around for this. The simple answer is, I don't know. All I know is that I am setting the 'input' parameter for the action to the path to my JSP. I hope that answers your question. If not, how do I find out? Dana On Tue, 2004-05-04 at 21:26, Barett McGavock

Re: struts repopulate bug?

2004-05-04 Thread Dana Hata
Answers to the questions below... I spent 10 hours on it so far, so I've tried many things. Now I did see the Action errors listed in the JSP. Either Struts is not putting the form bean on the request/session, or it's not populating what it did put on the request/session with was it found in the

RE: struts repopulate bug?

2004-05-04 Thread Dana Hata
any fields, along with the definitions at the top. The > execute/perform method of your Action. > > FYI: To know whether you're redirecting to the form, the form mapping must > have a redirect=true attribute in struts-config.xml. > > B > > > -Original Message--