Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5461

Exception swallowed in org.apache.wicket.markup.html.form.Button#onComponentTag()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 6.12.0
    • None
    • wicket
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              svenmeier Sven Meier
              tgierke Tobias Gierke
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: