> -----Original Message----- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > PS: It's pretty straightforward to build turbo versions of the Struts > HTML tags that have many of the same features described above. But > that doesn't begin to touch the behavior at input time, where the > component itself deals with details like converters, and completely > eliminates the need for a form bean.
Now it's funny... i was thinking about this the other day. Why not add to the struts html tags to take validation information? And while you're at it, why not add typing like type="date" or type="int" or type="string" to text fields. Then you eliminate actionforms as all the validation info is in the form, and can be automcatically done for you, and then use can use dynamic proxies to provide properly typed javabeans as output from a form, and use the models DTOs to put data into forms! Daniel. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]