Re: Business logic validation should be handled in business objec ts.

2006-02-23 Thread Leon Rosenberg
ailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 5:59 PM > To: 'Struts Users Mailing List' > Subject: RE: Business logic validation should be handled in business > objec ts. > > > just create java beans(your business objects) similar to your form beans and > co

RE: Business logic validation should be handled in business objec ts.

2006-02-23 Thread Shasirekha Engala
validation should be handled in business objec ts. just create java beans(your business objects) similar to your form beans and copy the properties from form beans to respective business objects.use these business objects in your action classes to perform busines logic. use struts validator

RE: Business logic validation should be handled in business objec ts.

2006-02-23 Thread Kanuri, Chand
just create java beans(your business objects) similar to your form beans and copy the properties from form beans to respective business objects.use these business objects in your action classes to perform busines logic. use struts validator for basic validation for ints,floats etc.business logic v