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/02/18 07:26:25 UTC

DO NOT REPLY [Bug 25671] - Populating attribute values from beans

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

Populating attribute values from beans





------- Additional Comments From martinc@apache.org  2004-02-18 06:26 -------
I know this isn't what you're asking for, but using Struts-EL, you could get 
rid of the scriptlets in you example like this:

   <html-el:text name="${bean.name}"
                 property="${bean.property}"
                 value="${bean.value}"
                 onchange="${bean.onchange}" />

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