You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "André Camilo (JIRA)" <ji...@apache.org> on 2012/07/10 11:36:35 UTC

[jira] [Comment Edited] (WICKET-4641) AjaxFallbackLink and log a warning when there are several ajax event behaviors on the same event

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

André Camilo edited comment on WICKET-4641 at 7/10/12 9:35 AM:
---------------------------------------------------------------

I would provide a quickstart if I knew how to make one... maybe you can help me out.

Anyway, I already narrowed the problem. This happens when you have:
{code}
<input type="button" wicket:id="link" value="Help us help you:" />
{code}
And you make this an AjaxFallbackLink, with AjaxLink works fine.
                
      was (Author: coolzerotas):
    I would provide a quickstart if I knew how to make one... maybe you can help me out.

Anyway, I already narrowed the problem. This happens when you have:
{code:xml}
<input type="button" wicket:id="link" value="Help us help you:" />
{code}
And you make this an AjaxFallbackLink, with AjaxLink works fine.
                  
> AjaxFallbackLink and log a warning when there are several ajax event behaviors on the same event
> ------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-4641
>                 URL: https://issues.apache.org/jira/browse/WICKET-4641
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.7
>            Reporter: André Camilo
>            Priority: Minor
>
> When I was using an AjaxFallbackLink I got the warning about multiple Behaviours changing the "onclick" attribute.
> I changed it to AjaxLink and the warning disappeared.

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