Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan Salam <[EMAIL PROTECTED]>
ailto:Sri.Sankaran@s...] > Sent: Friday, February 21, 2003 10:41 AM > To: Struts Users Mailing List > Subject: RE: Where are my ActionForm's changes? > > > Sorry; nothing jumps out from what you have sent. > > Sri > > -Original Message- > From:

RE: Where are my ActionForm's changes?

2003-02-21 Thread Ray Madigan
Should the mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:41 AM To: Struts Users Mailing List Subject: RE: Where are my ActionForm's changes? Sorry; nothing jumps out from what you have sent. Sri -Original Message- From: Marwan <[EMAIL PROTECTED]> [mailto:[EMAI

RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
Sorry; nothing jumps out from what you have sent. Sri -Original Message- From: Marwan <[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: Re: Where are my ActionForm's changes? Hi Sri, Below is the gen

Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan <[EMAIL PROTECTED]>
hes the value of the 'name' attribute of your action mapping? > > Sri > > -Original Message- > From: MarwanSalam <[EMAIL PROTECTED]> [mailto:marwansalam@y...] > Sent: Friday, February 21, 2003 11:22 AM > To: [EMAIL PROTECTED] > Subject: Re: Where

RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
TED]> [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 11:22 AM To: [EMAIL PROTECTED] Subject: Re: Where are my ActionForm's changes? I removed "name" and "type" attributes from my tag. I also changed the name of the form in but still the same problem. Is t

Re: Where are my ActionForm's changes?

2003-02-21 Thread MarwanSalam <[EMAIL PROTECTED]>
t helps > > Sri > > -Original Message- > From: MarwanSalam <[EMAIL PROTECTED]> [mailto:marwansalam@y...] > Sent: Thursday, February 20, 2003 3:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Where are my ActionForm's changes? > > > Hi Sri, > >

RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
to:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 3:58 PM To: [EMAIL PROTECTED] Subject: Re: Where are my ActionForm's changes? Hi Sri, You got it right. This is the code from my Action class that checks for the changes and forwards the request to the same page again(I tried

Re: Where are my ActionForm's changes? and HashMaps please help...

2003-02-20 Thread WILLIAMS,RAND (HP-USA,ex1)
In the same way as the ArrayList not changing, I am having difficulty with hashmaps and iteration (still ;). - I'm using html:text then after changing either only the value, or key, or both and submitting, I dump the contents of the form

Re: Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam <[EMAIL PROTECTED]>
that if you go to new page and it uses a form-bean of the same class but referred to by a different name, a new instance will be used. > > Sri > > -Original Message- > From: MarwanSalam <[EMAIL PROTECTED]> [mailto:marwansalam@y...] > Sent: Thursday, February 20, 200

RE: Where are my ActionForm's changes?

2003-02-20 Thread Sri Sankaran
AIL PROTECTED]> [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 1:55 PM To: [EMAIL PROTECTED] Subject: Re: Where are my ActionForm's changes? Thanks Sri for the quick reply. The first of two assumptions you mentioned below are not true but I am not sure about the third one:

Re: Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam <[EMAIL PROTECTED]>
Thanks Sri for the quick reply. The first of two assumptions you mentioned below are not true but I am not sure about the third one: "forwarding to an action that is re- initializing the form". My ActionForm.reset() is as follows: public void reset(ActionMapping mapping, HttpServletRequest requ

RE: Where are my ActionForm's changes?

2003-02-20 Thread Sri Sankaran
I'm not sure I understand completely. Are you returning to the same page after the form is submitted? What are you doing in the reset() and Action? That notwithstanding, here are some possibilities: * The text fields are not within a form * You are re-directing to the page and not forwarding *