how can i get an image as a list value of radio button in struts2
eg:<s:radio name="name" list="{'Temp-1','Temp-2'}" value="{'Temp-1'}" />
I need to display the Temp-1 and Temp-2 value as an image
Help me
how can i get an image as a list value of radio button in struts2
eg:<s:radio name="name" list="{'Temp-1','Temp-2'}" value="{'Temp-1'}" />
I need to display the Temp-1 and Temp-2 value as an image
Help me