Re: dynamic form bean property

2005-01-14 Thread Hubert Rabago
Take a look at the LazyValidatorForm - http://struts.apache.org/api/org/apache/struts/validator/LazyValidatorForm.html The javadoc for the class also mentions alternatives. Hubert On Fri, 14 Jan 2005 10:59:32 + (GMT), Metin Erksan <[EMAIL PROTECTED]> wrote: > hi > > how can i create or de

Re: dynamic form bean property

2005-01-14 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

dynamic form bean property

2005-01-14 Thread Metin Erksan
hi how can i create or delete form bean properties ? for example i create myAction.java and myForm.java myForm.java has a nd b property,they have setters/getters. and i want to create c and d at runtime then delete c and b fore example is that possible ? sincerely --