[ 
https://issues.apache.org/jira/browse/WICKET-3180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934406#action_12934406
 ] 

Michael Frankerl commented on WICKET-3180:
------------------------------------------

The purpose is to use the same indication function, that indicates that the 
submit has started as in the mentioned ajax implementations. 
You are right, this is not a typical ajax request, but it is a script triggered 
submit. The DropDownChoice has its own ajaxlike behaviour and does not use an 
behaviour implementation for any reason.

> 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.


Reply via email to