client-side validation for multi-select components
--------------------------------------------------
Key: TRINIDAD-860
URL: https://issues.apache.org/jira/browse/TRINIDAD-860
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.0.4-core, 1.0.3-core
Environment: i found this issue at the trinidad versions 1.0.3 and
1.0.4 - in my opinion also other versions are affected
Reporter: Gerhard Petracek
e.g. the function for validation of a client-side validator (for
tr:selectManyListbox):
function validate(value, label, converter) {
...
}
instead of an array consisting of all selected values, the value passed into
such a function is just the first selection (of the equivalent multi-select
component).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.