Looks like setting visible false at a ListView instance isn't working properly.

The html printed out by wicket is something like this:

<tr wicket:id="listView">
    <td> ...
</tr>
<tr wicket:id="listView">
    <td> ...
</tr>
<tr wicket:id="listView">
    <td> ...
</tr>

And that's the reason Ajax can't set visible(false) at the listView component.
You guys will probably say that I should put my ListView into a Panel (or a fragment maybe? new stuff...) but conceptually the use of ListView and how we should making it invisible at an Ajax request, it's correct I think.

Thanks
--
Bruno Borges
Summa Technologies

Reply via email to