Implement support for specifying List<String> attribute type as String
----------------------------------------------------------------------
Key: TRINIDAD-1414
URL: https://issues.apache.org/jira/browse/TRINIDAD-1414
Project: MyFaces Trinidad
Issue Type: Improvement
Components: Plugins
Reporter: Yee-Wah Lee
Priority: Minor
Today, attributes of type String[], e.g. partialTriggers, can be specified with
a String. Trinidad provides convenience methods in
UIXComponentTag.java#setStringArrayProperty() to allow the conversion of
String->Set<String>.
Propose adding similar convenience methods for types List<String> and
Set<String> as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.