jsp

i need help in assigning values to the checked fields in jsp and i need code to display a page dynamically with those checked fields
[139 byte] By [javaforum@suna] at [2007-11-27 3:33:40]
# 1

hi

u can assign value to check box using jsp in following way

<%

String str="chkValue";

%>

<input type ='check' value=<%=str%> />

in second case wot is ur actual requirement..

if u want dynamic value to display use div and display dynamic content into the div and enable it while the check box is checked

rgds

-venkat

noveleraa at 2007-7-12 8:36:47 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank u Venkatbut i ve tried it i got no result
javaforum@suna at 2007-7-12 8:36:47 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hiwot is the error u get.if u r a beginner. better learn to debug the code which is necessary and basic need for a programmer.at wot point ur getting stuck uiprgds-venkat
noveleraa at 2007-7-12 8:36:47 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...