[
https://issues.apache.org/jira/browse/TRINIDAD-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587924#action_12587924
]
Wolfgang Chico Toepfer commented on TRINIDAD-989:
-------------------------------------------------
PPR does not seem to work too: e.g.
<tr:inputListOfValues autoSubmit=true/false(doesn't matter) id=test />
<tr:tableLayout partialTriggers=test>
..
</tr:tableLayout>
does not work(note:left out the "" everywhere)
> InputListOfValues limitations
> -----------------------------
>
> Key: TRINIDAD-989
> URL: https://issues.apache.org/jira/browse/TRINIDAD-989
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.0.6-core
> Reporter: Tomas Havelka
>
> It should be good to improve and fix component inputListOfValues behavior,
> because some limitations make it unusable. Below is list of these limitations:
> 1) Not supported LaunchListener - in many cases it is recommended to
> initialize LOV dialog with several parameters
> 2) Not used convertor for returned values - when value is returned from
> dialog, component does not use convertor to convert it to String value; it
> simply calls toString() method on that value to apply it to component
> 3) Custom ReturnListener problem - when custom ReturnListener is registered,
> it cannot manipulate with component value; it could be useful to process some
> additional logic on return value before setting it to component
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.