on 11/27/01 10:18 PM, "Gabriel Sidler" <[EMAIL PROTECTED]> wrote:
> 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 This is copy/pasted from this page: <http://jakarta.apache.org/struts/api-1.0/org/apache/struts/taglib/html/pack age-summary.html> <td align="left"> <html:text property="username" size="16" maxlength="16"/> <html:errors property="username"/> </td> </tr><tr> <td align="left"> <html:text property="password" size="16" maxlength="16"/> <html:errors property="password"/> </td> I'm sorry, but <html:text...> is NOT an HTML tag as defined by the W3C. It *looks* like an HTML tag. But it is NOT an HTML tag and is NOT documented in any books that a designer knows about. It will also not render in a browser when simply loaded as a text file directly (ie: not processed through Struts)... Thanks. -jon -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
