You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/11/10 10:54:37 UTC

DO NOT REPLY [Bug 4708] - html:text Input tag should be terminated with />

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4708>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4708

html:text Input tag should be terminated with />

husted@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From husted@apache.org  2001-11-10 01:54 -------
I do not think we should arbitrarily generate XHTML code from the existing
tags, for backwards compatibility reasons.

It's a bit more work, but my original thought was that we'd create a
struts-xhtml tag library, analogous to struts-html.  With some suitable
refactoring, it should be possible to reuse practically all of the
existing code.

Now, the page designer gets to choose what they want.  Switching from HTML
to XHTML is as simple as changing the <%@ taglib %> directive at the top.
And, the XHTML version of the library might end up with some extra tags as
additional XHTML modules get defined but don't have analogs in HTML 4.0.

-Craig

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>