[
https://issues.apache.org/jira/browse/TRINIDAD-989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587083#action_12587083
]
Wolfgang Chico Toepfer commented on TRINIDAD-989:
-------------------------------------------------
The trigger for the bug seems to be autoSubmit="true". I noticed that the
actionListener does not work also if autoSubmit=true. Now it seems that a
couple if not all listeners do not work when autoSubmit=true.
So am I missing sth. here and this is really a feature?
Could anybody please clear up on this point, thanks so much!
> 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.