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

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

Tobias Gierke created WICKET-5461:
-------------------------------------

             Summary: 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
            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)