Blogging Roller
Dave Johnson on open web technologies, social software and Java
Dave Johnson on open web technologies, social software and Java
I'm working on extending the Struts HTML form tags so that they are aware of the Struts Validator. I'm doing this to meet these two requirements:
I've already made some progress on this and I have a good solid proof-of-concept, but I get this nagging feeling that I am reinventing the wheel here - even though googling has turned up nothing.
Is the extended-tags approach the best way to meet my two requirements above? Has this work already been done for Struts - that is - am I reinventing the wheel?
Tags: Java
Posted by Bryan Field-Elliot on January 14, 2004 at 02:09 PM EST #
Posted by Joe O'Pecko on January 14, 2004 at 03:17 PM EST #
Posted by Matt Raible on January 14, 2004 at 03:42 PM EST #
Erik's LabelTag is not quite what I'm looking for. I don't want to have to add another tag to every field on my JSP pages, I want the existing Struts HTML field tags to auto-magically indicate required fields and error fields.
By extending the Struts HTML field tags, in theory, I'll be able to change one taglib directive and get the new behaviour.
Posted by Dave Johnson on January 14, 2004 at 03:59 PM EST #
Posted by Patrick on January 15, 2004 at 09:50 AM EST #
Posted by Cameron Gray on January 15, 2004 at 06:00 PM EST #
Posted by Hans Gerwitz on January 16, 2004 at 08:43 AM EST #
Posted by Dave Johnson on January 16, 2004 at 09:23 AM EST #
Posted by Dave Johnson on January 17, 2004 at 12:53 PM EST #