and target that to set visible and so on. Because in html you need to target one thing (id)
On 5/17/06,
Bruno Borges <[EMAIL PROTECTED]> wrote:
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
