You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/10/13 21:17:34 UTC

[jira] Commented: (WICKET-3097) isTemporary behavior and ajax behavior together crashes with WicketRuntimeException: Couldn't find component behavior.

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

Hudson commented on WICKET-3097:
--------------------------------

Integrated in Apache Wicket 1.5.x #392 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/392/])
    isTemporary behavior and ajax behavior together crashes with WicketRuntimeException: Couldn't find component behavior.
Issue: WICKET-3097


> isTemporary behavior and ajax behavior together crashes with WicketRuntimeException: Couldn't find component behavior.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3097
>                 URL: https://issues.apache.org/jira/browse/WICKET-3097
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Michal Kurtak
>            Assignee: Igor Vaynberg
>             Fix For: 1.5-M3
>
>         Attachments: temporarybehbug.zip
>
>
> My scenario:
> 1. Component has 2 behaviors: first is temporary and second is ajax behavior.
> 2. Url for Ajax behavior contains behavior's index (e.g.
> ../page?1-1.IBehaviorListener.1-form-text)
> 2. Temporary behavior is removed in detachBehaviors method.
> 3. Ajax request is invoking ListenerInterfaceRequestHandler and it's
> looking for behavior on non-existing index
> This scenario causes error on wicket 1.5-M2.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.