Hi all,
 
1) I am having a form with some normal text fields - in formbean stored as 
normal private variables.
2)some display fields coming from one another databean - and hv stored the 
object of this data bean inside my formbean.
3)Few text boxes with identical name (like bookers_id (hidden form variable), 
bookers_desc (only display), bookers_amt).Stored all dentical text boxes as 
String[] and also created one Vector  inside my FormBean - which holds the 
corresponding booker amt value for each identical box entry (used only for 
edit).
 
Now i have added validation part. If i make use of javascript then all values 
are intact and does not change. But if i switch off javascript and rely on 
serverside validation then there is some problem
 
1)All normal text boxes values seems to be ok.
2)Display fields - taken from databean object - all values are gone.
3)For add: (where vector is not in picture) Identical text boxes are showing 
the values some thing like java.lang.String....
4)For Edit: (where vector is in picture) - all identical text boxes are gone.
 
Now i am in a big trouble as i can not rely on JavaScript and server side 
validation is creating a mess.
 
Pls pls help me, it's very very urgent.  
 
 
regards
Manisha
 
 
 
 
 

                
---------------------------------
Do you Yahoo!?
 All your favorites on one personal page – Try My Yahoo!

Reply via email to