Hi,
I am making an ajax call on, onchange event, here is the code I am using for
that

                     <s:select id="name" name="name" list="myList"/>
                      <sx:bind sources="name" events="onchange"
targets="div" href="%{#url}"/>

 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 null instead. I have defined setter, getters for the "name"
parameter in my ajax action clas. Am I missing something?

Thanks in advance for the help.

Thanks,
Yogita

Reply via email to