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=6142>. 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=6142 Need a label form bean for the html set. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-03-17 01:45 ------- Fixed in nightly build 20020317, for Struts 1.1 only. I handled it by adding a write="true" parameter to the <html:hidden> tag. This made more intuitive sense to me than adding another tag. After all, we really do want the value returned as a hidden field -- we just want something additional (rendering it to the response page). This is used on the registration.jsp and subscription.jsp pages to write out the key values when doing an Edit transaction, but create them as text fields on a Create transaction. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>