You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Dietze (JIRA)" <ji...@apache.org> on 2010/01/05 16:16:56 UTC

[jira] Updated: (WICKET-2661) Palette does not allow tracking the AbstractChoices components via Ajax

     [ https://issues.apache.org/jira/browse/WICKET-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Dietze updated WICKET-2661:
----------------------------------

    Attachment: optional-exclude-from-serialization.diff

Patch for src/wicket-extensions/src/main/java/org/apache/wicket/extensions/markup/html/form/palette/component/AbstractOptions.java moving the exclusion from ajax serialization into a protected method to allow overriding this behaviour.

> Palette does not allow tracking the AbstractChoices components via Ajax
> -----------------------------------------------------------------------
>
>                 Key: WICKET-2661
>                 URL: https://issues.apache.org/jira/browse/WICKET-2661
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>            Reporter: Martin Dietze
>            Priority: Minor
>         Attachments: optional-exclude-from-serialization.diff
>
>
> By default, the two SELECTs used by the Palette are excluded from Ajax serialisation, thus there is no way of tracking mouse clicks on them via Ajax. Thus, the Javascript code causing this should be moved into a protected function so that derived classes can implement a different behaviour. See attached patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.