Hi,
   I am having run time data, which I am reading from database. I want
to attach a check box with every data read from the database, obtained
from the java class returning linked list. Also a user can select
multiple check boxes at the same time.  So how can I found out, which
check box has been selected. Because I will be having single name
attribute. Is it feasible?
Here is what I am having right now--
<FORM action='result.jsp'>
<c:forEach var="element" items="${ll}">
<INPUT TYPE=CHECKBOX NAME="checkedName"><jsp:getProperty name="element"
property="checkName" />
</c:forEach>
<INPUT TYPE=SUBMIT VALUE="submit">
</FORM>

avi

 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to