[
https://issues.apache.org/jira/browse/WICKET-7026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004023#comment-18004023
]
Daniel Stoch commented on WICKET-7026:
--------------------------------------
It seems that for 9.x proper implementation is:
{noformat}
$('#" + content.getMarkupId() + "').slideUp('normal', Wicket.Ajax.suspendCall())
{noformat}
> replace components with animation
> ---------------------------------
>
> Key: WICKET-7026
> URL: https://issues.apache.org/jira/browse/WICKET-7026
> Project: Wicket
> Issue Type: Bug
> Components: wicket-core
> Affects Versions: 9.12.0
> Environment: windows 10
> java 19
> Reporter: Duto
> Assignee: Sven Meier
> Priority: Major
> Attachments: wicket6-replace-with-effect.zip
>
>
> This feature does not seem to work anymore with wicket 9 :
> [http://wicketinaction.com/2013/02/replace-components-with-animation/]
>
> I get a javascript error :
> {code:java}
> Uncaught ReferenceError: notify is not defined{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)