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

StringValueConversionException should not be thrown when requesting a conversion on StringValue with a default value

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5.3
    • 1.5.5, 6.0.0-beta1
    • wicket
    • None

    Description

      In my application I need to get current page parameter from PageParameters

      so I use this code

      PageParameters parameters = ...
      int currentPage = parameters.get("page").toInt(1);

      It works good when "page" parameter contains an Integer value or is null, but when it contains a non numeric value it throws an exception StringValueConversionException.

      I would expect a little bit different behaviour. Why not to return DEFAULT value when StringValueConversionException is thrown? I think it is more secure and saves many lines of code, because you do not need to check that StringValue is really a string containing only numeric characters.

      Attachments

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            lameaux Sergei Sizov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: