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

Thomas Götz commented on WICKET-4347:
-------------------------------------

The JavaDoc in IAjaxCallDecorator is not up to date:
"Ajax call decorators are potential contributors to the page header by 
implementing {@link IHeaderContributor}.", should read: {@link 
IComponentAwareHeaderContributor}.
                
> renderHead not called in an IAjaxCallDecorator that implements 
> IComponentAwareHeaderContributor
> -----------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4347
>                 URL: https://issues.apache.org/jira/browse/WICKET-4347
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.5.3
>            Reporter: Thomas Götz
>         Attachments: quickstart.zip
>
>
> See quickstart, the JS ResourceReference is not included. Problem is in 
> AbstractDefaultAjaxBehavior, line 93: ajaxCallDecorator is of type 
> CancelEventIfNoAjaxDecorator, and my CallDecorator is it's delegate and thus 
> not checked (if instanceof IComponentAwareHeaderContributor).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to