HOWTO for Dispatch and Validator

2003-10-19 Thread Afshartous, Nick
Title: HOWTO for Dispatch and Validator In discussion of this enhancement    . it was suggested that someone write a HOWTO for using the DispatchAction and Validator together.  I gave it a go and the HOWTO is attached. --     N

RE: Self Describing Business Objects :

2003-10-07 Thread Afshartous, Nick
> I was wondering it there is anything else out there like this > or are there > ways on doing some intergration of this with Struta and Hibernate and > Cocoon? Sounds similar to the Ofbiz Entity Engine (http://ofbiz.org/). -- Nick > -Original Message- > From: [EMAIL PROTECTED] [m

RE: Struts Coding Standard

2003-01-06 Thread Afshartous, Nick
Just to throw in another twist, how about a batch process that periodically checks out and formats all of the code ? This way the formatting changes would be isolated from real code changes. Nick -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06

helping out

2003-01-06 Thread Afshartous, Nick
Hi, I'd like to try and help out and was wondering in what area help is most needed right now ? -- Nick

RE: Benefits of Dynaforms

2002-11-25 Thread Afshartous, Nick
Sounds like there are many benefits to using DynaForms but is there any downside ? For instance, not having explicit getters means using a generic get method that has return type Object. This in turn means having to use typecasts to cast from Object to some other type The drawbacks of typecast