Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Build
-
None
-
Operating System: All
Platform: All
-
402
Description
I find mutlibox more useful if the values can be read from a bean at runtime.
I have modified my local copy of multibox to do this.
I added the following to org.apache.struts.taglib.form.MultiboxTag at line 199.
Object valueBean = pageContext.findAttribute(value);
if(valueBean != null) value = valueBean.toString();