Sorry, yes. 120 == 80 in eclipse. The only change was the (String) itt.next(); >> itt.next().toString(); as per mods to the param tag suppressEmptyParameters.
Cheers Greg On 3 February 2014 10:15, Lukasz Lenart <lukaszlen...@apache.org> wrote: > 2014-02-03 <ghu...@apache.org>: > > + Object itemKey = findValue(listKey != > null ? listKey : "top"); > > + String itemKeyStr = StringUtils > > + .defaultString(itemKey > == null ? null : itemKey > > + > .toString()); > > + > > + // value > > + Object itemValue = findValue(listValue > != null ? listValue > > + : "top"); > > + String itemValueStr = StringUtils > > + .defaultString(itemValue > == null ? null : itemValue > > + > .toString()); > > Is it changed because of 80 columns limit? > > > + // Label section > > + a = new Attributes(); > > + a.add("for", id + "-" + > Integer.toString(cnt)) > > + .addIfExists("class", > params.get("cssClass")) > > + .addIfExists("style", > params.get("cssStyle")); > > + super.start("label", a); > > + if (StringUtils.isNotEmpty(itemValueStr)) > > + characters(itemValueStr); > > + super.end("label"); > > + > > + // Hidden input section > > + a = new Attributes(); > > + a.add("type", "hidden") > > + .add("id", > > + > "__multiselect_" > > + > + StringUtils > > + > .defaultString(StringEscapeUtils > > + > .escapeHtml4(id))) > > + .add("name", > > + > "__multiselect_" > > + > + StringUtils > > + > .defaultString(StringEscapeUtils > > + > .escapeHtml4(name))) > > + .add("value", > "").addIfTrue("disabled", disabled); > > Khe? > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org > For additional commands, e-mail: dev-h...@struts.apache.org > >