[
https://issues.apache.org/jira/browse/WICKET-7026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004019#comment-18004019
]
Daniel Stoch commented on WICKET-7026:
--------------------------------------
I have the same problem that such syntax stops working:
{noformat}
notify|$('#" + content.getMarkupId() + "').slideUp('normal', function() \{
notify(); })
{noformat}
I don't remember where this was documented (if it was ;)) and I'm searching how
to fix this and what is a proper alternative.
Browsing history of changes:
https://github.com/apache/wicket/blob/master/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/EffectsPage.java#L161
it seems that this was broken (removed) in WICKET-6703.
I don't understand why this bug was closed without clarifying solution :(
> 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)