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

BaseWicketTester: provide startComponentInPage with componentn parameter but without pageMarkup

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5-RC5
    • 1.5-RC5
    • wicket
    • None

    Description

      BaseWicketTester have a startComponentInPage(componentClass) which just calls startComponentInPage(componentClass, pageMarkup) with pageMarkup == null.

      There is also a startComponentInPage with component as parameter (instead of componentClass), but only one method, which want a pageMarkup parameter. Could you please provide also a overloaded method for startComponentInPage without pageMarkup parameter? Like...

      public final <C extends Component> C startComponentInPage(final C component)

      { return startComponentInPage(component, null); }

      Thanks.

      Attachments

        Issue Links

          Activity

            People

              mgrigorov Martin Tzvetanov Grigorov
              manthos manthos
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: