myfaces builder plugin does not recognize properties returning arrays
---------------------------------------------------------------------
Key: MYFACES-2202
URL: https://issues.apache.org/jira/browse/MYFACES-2202
Project: MyFaces Core
Issue Type: Bug
Components: build process
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
This example:
@JSFProperty
public abstract String[] getPartialTargets();
The expected class name to be added on myfaces-metadata.xml is
java.lang.String[] and not java.lang.String.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.