Hi all,
I am populating countries list to a <s:select> tag in
JSP during the page load.
The class using which I am populating countries contains all the getters and setters for the page.
My Question is how to retireve the form values once the use clicks on submit button.
ie do I need to write another class again with all the getters and setters ?
I am not able to crack this,
Can anyone please help me out?
My struts.xml file
My jsp
My Action class
Can any one please help me out?
thanks,
Jyothsna