Re: send data

2009-03-13 Thread yogita sharma
In your action class, define the variable with the same name you are defining your element in jsp page, and put setter-getter for the same, you should be able to use the data. Actually in struts 2, they have eliminated action forms and combined it with action class. On Fri, Mar 13, 2009 at 8:34 PM

Ajax call on onchange event

2009-03-06 Thread yogita sharma
Hi, I am making an ajax call on, onchange event, here is the code I am using for that Depending on the value of select list, I need to populate the contents of Div, But I am not able to get the value of "name" in my ajax action class, it's printing nu