Posted By:
suman_Seshadri
Posted On:
Friday, June 11, 2004 03:57 PM
Hi,
I am having a jsp page with 50 text fields. Does that mean that I should have 50 getter methods ? There should be a better way of doing this . Am I supposed to use
tag ?
??
Any help is highly appreciated.
- Suman
for (int i=0;i
<10;i++)
{ for (int j =1;j
<=5;j++)
{
<%=i+1%>" size="10" value=""/>
<%
}
}