Hi All,
for example,i am displaying 10 records in
jsp like below,
//let assume their may be 10 tokens
<html:text property="name"value="<%=stt.nextToken()%>" readonly="true" size="3" style="background-color:#eee"/>
if i try to get all the values..how can i get?..i get in my ActionFrom..like below
declaring variable ..String name=null;
public void setName(
String name){
this.name=name;
}
public String getName(){//only one value stored..where is remaing?
return name;
}
how can i get all the properties..
please anyone can explain me
thanks & regards,
seetharaman
[ April 08, 2008: Message edited by: Bear Bibeault ]