It's done Marcelo ===>
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=7485>. 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=7485 Bad release of tag html:optionsCollection Summary: Bad release of tag html:optionsCollection Product: Struts Version: 1.1 Beta 1 Platform: All URL: http://www.mail-archive.com/struts- user%40jakarta.apache.org/msg26926.html OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The use of the optionsCollection tag with Weblogic produces errors. The problem should be in the release method. OptionsCollectionTag is initialized with : protected String label = "label"; protected String name = Constants.BEAN_KEY; protected String property = null; private String style = null; private String styleClass = null; protected String value = "value"; but the release method defines : label = null; name = null; property = null; style = null; styleClass = null; value = null; so label, name and value don't have their default values. > -----Message d'origine----- > De: Marcelo Vanzin [SMTP:[EMAIL PROTECTED]] > Date: mardi 26 mars 2002 16:05 > A: Struts Users Mailing List > Objet: Re: Problems with optionsCollection tag and Weblogic 6.1 > > Arnaud Heritier wrote: > > but the release method defines : > > > > label = null; > > name = null; > > property = null; > > style = null; > > styleClass = null; > > value = null; > > Hmmm, I guess this is something that needs to be fixed. :-) I think I > missed this in the code... > > > Do you used the name and value attributes in the tag ???? > > I use "property" but not "name", so when the name is set to "null" I am > screwed... thanks for the help!!! > > Have you warned the taglib developers about it? (I'll be building Struts > 1.1b with this fix for internal use.) > > -- > []'s > Marcelo Vanzin > Touch Tecnologia > [EMAIL PROTECTED] > "Life is too short to drink cheap beer" > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

