Re: Struts2/Javascript: Action class cannot get property from jsp

2009-06-24 Thread Mirko
Thanks Dave, ok I did that and got it working. Although it's not clear to me why my first attempt doesn't work. I read about the built-in ajax features. Not sure if they are approriate for my needs. Have to go into that more thoroughly, later. Regards, Mirko Am 24.06.2009 um 15:44 schrie

Re: Struts2/Javascript: Action class cannot get property from jsp

2009-06-24 Thread Dave Newton
Mirko wrote: Hi all, I'm new to Struts and struggling with Struts2/Javascript. I have a jsp website with a search form (textfield and submit button). Submitting the button calls the Struts action "SearchAction". "SearchAction" gets the property "searchInput" from the jsp website and does some

Struts2/Javascript: Action class cannot get property from jsp

2009-06-24 Thread Mirko
Hi all, I'm new to Struts and struggling with Struts2/Javascript. I have a jsp website with a search form (textfield and submit button). Submitting the button calls the Struts action "SearchAction". "SearchAction" gets the property "searchInput" from the jsp website and does something with