hi ,
i created page where i populate dynamic textbox..that means i got count on pageload according to that i create that textboxes..in that action i m getting as Double array..i want to do validation for this dynamic generated text box in
struts validation.. how to do this one? i tried with ordinary method..but my textbox values whatever i entered is destroyed and
this ((Ljava.lang.Double;@6f00bc))
String is displayed in my dynamic text boxes.. how to do validation for this.. please help me..
i m new to struts....
Swathi