Re: rrrrr...why my field returns null????

2008-04-04 Thread xianwinwin
] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/r...why-my-field-returns-null-tp16449038p16491758.html Sent from the Struts - User mailing list archive at Nabble.com

Re: rrrrr...why my field returns null????

2008-04-03 Thread Laurie Harper
If it works without theme set to ajax, it's probably a client-side issue. What browser are you using? Are there any Javascript errors reported? L. xianwinwin wrote: thank you Laurie for your reply. I made a type - its str not the Note. so the str is null :-( when I remove the theme=ajax it

rrrrr...why my field returns null????

2008-04-02 Thread xianwinwin
is + str); } public String getStr() { return str; } public void setStr(String str) { this.str = str; } } -- View this message in context: http://www.nabble.com/r...why-my-field-returns-null

Re: rrrrr...why my field returns null????

2008-04-02 Thread Laurie Harper
Your action doesn't have a bean of name/type Note, it only has a single String property 'str'. Did you mean this property is not being set? From the code you've included, it should be set from the textfield so you must have something configured wrong. What does your action mapping look like?

Re: rrrrr...why my field returns null????

2008-04-02 Thread xianwinwin
/r...why-my-field-returns-null-tp16449038p16461868.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]