Hi Guys

I am having some trouble testing the inmethod grid, specifically when I
remove a row from the data list. On pagerender the grid tries to render the
deleted row, which of course does not exist anymore. This problem does not
occur running the application for real.

I try to click the column that deletes the row like this :


tester.clickLink("pilotForm:pilotGrid:form:bodyContainer:body:row:1:item:delete:delete",true);

Are it because I've failed to set some ajax specific thing up for the wicket
tester?

regards Nino

Reply via email to