RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-05-07 Thread Rey Francois
ED] Subject: RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.) I think it is good to tie together the valdation and conversion of the strings to objects and objects to properly formatted strings. I'm curious to know if how you have and/or plan to tie thi

Re: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-03-01 Thread Nick Pellow
king. Cheers, Nick > > - Original Message - > From: "Rey Francois" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 28, 2001 11:20 PM > Subject: RE: Validating bean properties (WAS: Re: Stupd question aboutStru > ts

RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-03-01 Thread Rey Francois
ssage- From: Spencer Smith [mailto:[EMAIL PROTECTED]] Sent: 01 March 2001 15:42 To: [EMAIL PROTECTED] Subject: Re: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.) Are you talking about modifying the actual struts classes or extending them in myFormBeans Pages? The prob

Re: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-03-01 Thread Spencer Smith
"Rey Francois" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 11:20 PM Subject: RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.) Our intention is to use ActionForms as converters to object values. Typically the in

RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-02-28 Thread Rey Francois
February 2001 18:21 To: [EMAIL PROTECTED] Subject: RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.) I think it is good to tie together the valdation and conversion of the strings to objects and objects to properly formatted strings. I'm curious to know if how you

RE: Validating bean properties (WAS: Re: Stupd question aboutStru ts and EJB.)

2001-02-28 Thread David Winterfeldt
I think it is good to tie together the valdation and conversion of the strings to objects and objects to properly formatted strings. I'm curious to know if how you have and/or plan to tie this in with your beans (ActionForm). Will they just have setters and getters for strings and you will use