[
https://issues.apache.org/jira/browse/WICKET-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934407#action_12934407
]
Igor Vaynberg commented on WICKET-3180:
---------------------------------------
the choice is not ajax-like. it performs a regular submit, much like the form.
i do not think something like this belongs in the core. browsers have a request
indicator for regular requests which will be triggered by the dropdown choice.
> DropDownChoice should use IAjaxIndicatorAware like
> AbstractDefaultAjaxBehavior.findIndicatorId()
> --------------------------------------------------------------------------------------------------
>
> Key: WICKET-3180
> URL: https://issues.apache.org/jira/browse/WICKET-3180
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4.13
> Reporter: Michael Frankerl
> Assignee: Martin Grigorov
> Fix For: 1.4.14, 1.5-M4
>
> Attachments: AjaxIndicatorAwareDropDownChoice.java
>
>
> DropDownChoice should use IAjaxIndicatorAware like
> AbstractDefaultAjaxBehavior.findIndicatorId() in it's onComponentTag method,
> in order to work with the same indicatior mechanism.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.