[gatein-issues] [JBoss JIRA] Commented: (GTNPORTAL-1204) Can't submit form when use addValidator method for UIFormMultiValueInputSet
Minh Hoang TO (JIRA)
jira-events at lists.jboss.org
Tue May 18 06:58:06 EDT 2010
[ https://jira.jboss.org/browse/GTNPORTAL-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12531189#action_12531189 ]
Minh Hoang TO commented on GTNPORTAL-1204:
------------------------------------------
It 's not about the number of constructor, but the number of arguments in the constructor invoked implicitely in createUIComponent(...) . In reflect Java code posted earlier, an array of String is instantiated having length equals to the number of arguments. Handling this array results in ArrayIndexOutOfBoundException if the array length is zero (that occurs as the only constructor declared in UIFormMultiValueInputSet has no args)
> 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
> Attachments: bugs.gif
>
>
> 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
More information about the gatein-issues
mailing list