RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
, 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 to forward to a view-only page(showorderdetails.jsp

Re: Where are my ActionForm's changes?

2003-02-21 Thread MarwanSalam [EMAIL PROTECTED]
: 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 to forward to a view-only

RE: Where are my ActionForm's changes?

2003-02-21 Thread Sri Sankaran
:[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 html:form tag. I also changed the name of the form in action-mappings but still the same problem. Is there a bug in Struts

Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan [EMAIL PROTECTED]
] Subject: Re: Where are my ActionForm's changes? I removed name and type attributes from my html:form tag. I also changed the name of the form in action-mappings but still the same problem. Is there a bug in Struts that the nested tags don't work with objects? Thanks, Marwan

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 generated HTML source

RE: Where are my ActionForm's changes?

2003-02-21 Thread Ray Madigan
Should the form really be html:form and input be some other html -Original Message- From: Sri Sankaran [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

Re: Where are my ActionForm's changes?

2003-02-21 Thread Marwan Salam [EMAIL PROTECTED]
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:marwansalam@y...] Sent: Friday, February 21, 2003 12:08 PM To: [EMAIL PROTECTED] Subject: Re: Where are my

Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam [EMAIL PROTECTED]
Hi, I am using the login:iterate tag to display a collection of objects. The objects have attributes that some can be edited by the user. After the user changes some values and submits back to the Action class, the values that were changed in the JSP are not reflected in the form. I know that

RE: Where are my ActionForm's changes?

2003-02-20 Thread Sri Sankaran
PROTECTED] Subject: Where are my ActionForm's changes? Hi, I am using the login:iterate tag to display a collection of objects. The objects have attributes that some can be edited by the user. After the user changes some values and submits back to the Action class, the values that were

Re: Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam [EMAIL PROTECTED]
-initializing the form. Will need to see the necessary action mappings too. Sri -Original Message- From: MarwanSalam [EMAIL PROTECTED] [mailto:marwansalam@y...] Sent: Thursday, February 20, 2003 1:09 PM To: [EMAIL PROTECTED] Subject: Where are my ActionForm's changes? Hi

RE: Where are my ActionForm's changes?

2003-02-20 Thread Sri Sankaran
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: forwarding

Re: Where are my ActionForm's changes?

2003-02-20 Thread MarwanSalam [EMAIL PROTECTED]
Message- From: MarwanSalam [EMAIL PROTECTED] [mailto:marwansalam@y...] 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

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 logic:iterate name=_engineerFHM property=products id=product html:text name=product property=key / br html:text