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

2001-03-01 Thread Spencer Smith
L PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 8:06 PM Subject: Re: Validating bean properties (WAS: Re: Stupd question aboutStruts and EJB.) Nick Pellow wrote: I was considering an approach where coders wrote validation code in Java (we all know java!) yet

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

2001-02-28 Thread Craig R. McClanahan
Nick Pellow wrote: I was considering an approach where coders wrote validation code in Java (we all know java!) yet the Struts framework executed it. You would extend or implement a common java class/interface defining a single method, public ValidationErrors validate(); say. That is

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

2001-02-27 Thread martin . cooper
Actually, the plan is to build exactly this type of validation into Struts 1.1. In particular, I am hoping to incorporate it into the automated bean creation tool, one way or another. The idea is to define your bean(s) in an XML file, and have the tool generate the actual bean code for you.

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

2001-02-27 Thread Nick Pellow
Martin, [EMAIL PROTECTED] wrote: Actually, the plan is to build exactly this type of validation into Struts 1.1. In particular, I am hoping to incorporate it into the automated bean creation tool, one way or another. Yup, I minutes after my lost post, I received the post for Volunteer