hi i am using struts2 select tag for a dropdown list
after selecting a particular element i need to display that selected value in another
jsp
my select tag is
<s:select name="country" label="Country" headerKey="3" headerValue="---Select One---" list="country"/>
how can i get the selected value?