Re: html:hidden values are null

2004-10-19 Thread Rosemary Philip
the new Struts action. > > Regards, > David > > -Original Message- > From: Rosemary Philip [mailto:[EMAIL PROTECTED] > Sent: Monday, October 18, 2004 9:13 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: html:hidden values are null > > Yes

RE: html:hidden values are null

2004-10-18 Thread David G. Friedman
ubmitted to the new Struts action. Regards, David -Original Message- From: Rosemary Philip [mailto:[EMAIL PROTECTED] Sent: Monday, October 18, 2004 9:13 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: html:hidden values are null Yes, the html:hidden is within an html:form. Also when I

Re: html:hidden values are null

2004-10-18 Thread Rosemary Philip
Yes, the html:hidden is within an html:form. Also when I do a view source on the page, I can see the values of the hidden variables correctly. but when I trace them to action class, they are null, all of them. another thing. this is what my html:form tag in my first jsp page says. but in the sam

RE: html:hidden values are null

2004-10-17 Thread David G. Friedman
Are you positive you have the html:hidden tag within the appropriate html:form tag? What is your html:form tag for either JSP? Regards, David -Original Message- From: Rosemary Philip [mailto:[EMAIL PROTECTED] Sent: Sunday, October 17, 2004 10:48 PM To: [EMAIL PROTECTED] Subject: html:hid