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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]