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 2004/09/23 18:48:15 UTC

DO NOT REPLY [Bug 16480] - HTML Text should accept body-content as a

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=16480

HTML Text should accept body-content as a

niallp@apache.org changed:

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



------- Additional Comments From niallp@apache.org  2004-09-23 16:48 -------
Seems to me that if your getting the value by another mechanism, then theres 
not much point in using the <html:text> tag at all.

You could use the "var" attribute to store the formatted date and then just use 
a straight <input type="text"> 

Something like...

 <fmt:formatDate var="dob" value="${employeeForm.dateOfBrith}" 
      pattern="dd/MMM/yyyy" var="employeeDOB"/>
 <input type="text" name="employee.dateOfBirthText" value="${employeeDOB}>

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org