[
https://jira.jboss.org/browse/GTNPORTAL-1204?page=com.atlassian.jira.plug...
]
Chien Nguyen commented on GTNPORTAL-1204:
-----------------------------------------
@Trong: As Chuong have described the problems. And I found exception here
java.util.ArrayList cannot be cast to java.lang.String
{code}
UIFormMultiValueInputSet uiFormMultiValue =
createUIComponent(UIFormMultiValueInputSet.class, "SymLinkMultipleInputset",
null);
uiFormMultiValue.setId(FIELD_PATH);
uiFormMultiValue.setName(FIELD_PATH);
uiFormMultiValue.setEditable(false);
uiFormMultiValue.setType(UIFormStringInput.class);
addUIFormInput(uiFormMultiValue.addValidator(MandatoryValidator.class));
{code}
Can't submit form when use addValidator method for
UIFormMultiValueInputSet
---------------------------------------------------------------------------
Key: GTNPORTAL-1204
URL:
https://jira.jboss.org/browse/GTNPORTAL-1204
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Chien Nguyen
Assignee: Minh Hoang TO
Priority: Critical
Fix For: 3.1.0-GA
Attachments: bugs.gif
Original Estimate: 6 hours
Remaining Estimate: 6 hours
When our forms has addValidator method for UIFormMultiValueInputSet component.
Bugs see attach file
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira