RE: JavaScript / struts submit problems

2003-01-28 Thread Mei Zhu
rs Mailing List Subject: RE: JavaScript / struts submit problems I dont think that the capitalization is the problem, I have tried to do it with the get and sets like XmlQueryString() and the property ="xmlQueryString", and I still get a zero length string when I try to getXmlQuerySt

RE: JavaScript / struts submit problems

2003-01-28 Thread tbachta
"Mei Zhu" .com>cc: Subject: RE: JavaScript / struts submit problems

RE: JavaScript / struts submit problems

2003-01-28 Thread Mei Zhu
28, 2003 12:50 PM To: Struts Users Mailing List Subject: RE: JavaScript / struts submit problems Sorry forgot to add this code to the fray, here is the ActionForm class where I have the get and set methods private void setXMLQueryString(String sXML) { this.XMLQueryString = sXML;

RE: JavaScript / struts submit problems

2003-01-28 Thread tbachta
Laird" .COM>cc: Subject: RE: JavaScript / struts su

RE: JavaScript / struts submit problems

2003-01-28 Thread tbachta
cc: Subject: RE: JavaScript / struts submit problems 01/28/2003 11:36

RE: JavaScript / struts submit problems

2003-01-28 Thread Nelson, Laird
> -Original Message- > From: Mei Zhu [mailto:[EMAIL PROTECTED]] > > In your jsp page, the hidden field should be: > The first character > of the property > name should be lower case. No; see http://java.sun.com/j2se/1.4.1/docs/api/java/beans/Introspector.html#decapit alize(java.lang.Str

RE: JavaScript / struts submit problems

2003-01-28 Thread Mei Zhu
: Struts Users Mailing List Subject: RE: JavaScript / struts submit problems In your jsp page, the hidden field should be: The first character of the property name should be lower case. Mei -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003

RE: JavaScript / struts submit problems

2003-01-28 Thread Mei Zhu
In your jsp page, the hidden field should be: The first character of the property name should be lower case. Mei -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 10:49 AM To: [EMAIL PROTECTED] Subject: JavaScript / struts submit proble