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=16480>.
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=16480

HTML Text should accept body-content as a 

           Summary: HTML Text should accept body-content as a
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Enhancement that allows the <html:text> tag to also accept
body content as the `value' attribute. Very useful.

<html:text properoty="employee.dateOfBirthText" >
   <fmt:formatDate value="${employeeForm.dateOfBrith}" pattern="dd/MMM/yyyy"
/>
</html:text>

Without this you have to do scripting or <bean:define>
or any other clumsy way of building the text tag.

PS: I was about to go and implement `disabled' and `readonly'
but I see someone already thought about that!

Peter

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to