Struts2 -- NullPointerException from radio button -
i have following form in struts2 jsp contains radio buttons. there 2 other forms on page work correctly, 1 doesn't. have determined value selected somehow not being passed, , that reason i'm getting nullpointerexception, can't figure out why it's happening. can me? here jsp form. <s:form action="processpoll3"> <table> <tr> <td><b><i>poll #3</i></b></td> <td>how many kids have?</td> <td><s:radio name="poll3" list="#{'1':'0.', '2':'1.', '3':'2.', '4':'3.', '5':'more 3.'}" /> <s:submit value="vote poll #3" align="left" /></td> ...