You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Michal Kurtak (JIRA)" <ji...@apache.org> on 2010/10/06 18:19:31 UTC

[jira] Updated: (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:all-tabpanel ]

Michal Kurtak updated WICKET-3097:
----------------------------------

    Attachment: temporarybehbug.zip

Quickstart project (from archetype) with bug attached

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