Re: Struts converters

2004-12-21 Thread Joe Germuska
I only briefly skimmed the chapter. I think that struts isn't proposing the use of property editors because no one has identified this as such a serious shortcoming of the current system. Maybe the author speaks for more people than I realize, but personally, I don't find the current model te

Re: Struts converters

2004-12-20 Thread Craig McClanahan
On Tue, 21 Dec 2004 10:15:26 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > A new chapter from a Struts book has been posted to TSS. It seems > that the solution for automatic conversion and formatting is already there > in the form of java bean PropertyEditors. > The Proper

Struts converters

2004-12-20 Thread mohan.radhakrishnan
Hi, A new chapter from a Struts book has been posted to TSS. It seems that the solution for automatic conversion and formatting is already there in the form of java bean PropertyEditors. Why isn't Struts ( Shale ? ) proposing the use of PropertyEditors ( like Spring )? Is it too much chan