Jon Stevens wrote: > > on 11/27/01 11:48 AM, "Gabriel Sidler" <[EMAIL PROTECTED]> wrote: > > > This is really not about re-inventing HTML tags. It's much more about > > form validation, form population, etc. Things that enhance the productivity > > of the view designer. > > > > Gabe > > ...Which can be done in other ways without having to add 25 more optional > attributes to a non-HTML tag...
Which ways? (Remember, we are trying to integrate Velocity and Struts) > You are having to teach designers an entirely different version of HTML that > none of their bazillion books and classes that they took have documented. > That's not correct. The tag options are basically the same options that are available in HTML (Yes, HTML offers 27 different options for a simple text input tag.). Someone familiar with HTML will have no problem with the tag options. Have a look at the tag lib doc at http://jakarta.apache.org/struts/struts-html.html#text The purpose of these custom tags is not to reinvent HTML but to support the HTML designers with form validation logic, form (re-)population, etc. Gabe -- Gabriel Sidler Software Engineer, Eivycom GmbH, Zurich, Switzerland -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
