Instead of calling

WicketTester.getComponentFromLastRenderedPage, i would like to get to the component from FormTester

Does it make sense to have another utility method in FormTester

class FormTester{
  public FormComponent getFormComponent(String formComponentId){
        return     (FormComponent)workingForm.get(formComponentId);
    }
}

--
-- karthik --
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to