OPS is mistakenly tokenising the value for a xforms:select1 with
appearance="full" in XFormsSelect1Handler:
private void handleItemFull(
...
// Case of multiple tokens
for (final StringTokenizer st = new StringTokenizer(controlValue);
st.hasMoreTokens();) {
final String token = st.nextToken();
if (token.equals(itemValue)) {
reusableAttributes.addAttribute("", "checked", "checked",
ContentHandlerHelper.CDATA, "checked");
break;
}
}
Looks like above code should be replaced with a call to the isSelected
method.
Attached is example demonstrating the problem - the radio button isn't
being displayed with the correct option.
Adrian
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws