Hi List

  I am sending my problem
I have one text box and for that text box i write one property in
Config file. But that text box may contain multiple value so i
introduced one Button named More  when i clicked that btn another text
box generated.Now i have two text boxes of same property So when i
enter any value in 1 text box same value assigned for another text box
as they have same property name.

Problems faced for that

1) My entire application uses DynaForm But to solve the problem I am
using ActionForm
 as DynaForm Doesn't support array property( I tryed for that also But
in action class
  i never retrieved value as There are no methods which are having
return type String[]
2) For check box i dev logic that for checked boxes i set "Y" in 
array And for unchecked "N"
   As html:checkbox only set value  for checked boxes This is painful to me
   When u see actual screen then u will understand that
3) how can i use validation in my application for that Form

  ... Regards ...

-- 
/**
* @author Paulo César M. Jeveaux
* Java Consultant
* @version 21.0
* http://www.portaljava.com
* @deprecated
*/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to