You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2014/01/06 15:41:52 UTC

[jira] [Resolved] (WICKET-5461) Exception swallowed in org.apache.wicket.markup.html.form.Button#onComponentTag()

     [ https://issues.apache.org/jira/browse/WICKET-5461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sven Meier resolved WICKET-5461.
--------------------------------

    Resolution: Duplicate
      Assignee: Sven Meier

This is improved in Wicket 7.x

> Exception swallowed in org.apache.wicket.markup.html.form.Button#onComponentTag()
> ---------------------------------------------------------------------------------
>
>                 Key: WICKET-5461
>                 URL: https://issues.apache.org/jira/browse/WICKET-5461
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.12.0
>            Reporter: Tobias Gierke
>            Assignee: Sven Meier
>            Priority: Minor
>
> While investigating some weird "browser back" issue (the label of a specific button would go blank after the user hit the browser's back button) , I noticed that this was caused by a CCE thrown inside our application that was subsequently swallowed by Button#onComponentTag() and thus never showed up in the logs.
> Since the catch{} block in Button.java contains only the most obvious kind of comment ;) , I'm unsure if this is working-as-intended or merely an oversight.
> Thanks,
> Tobias



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)