My markup looks like this:
...
<td>
<div wicket:id="canvasPanel">stuff</div>
</td>
...

When I render the code and swap in another panel via canvasPanel.replaceWith(newPanel);, the page source looks like this:
...
<td canvasPanel=" ">
  new panel markup
</td>
...

Any ideas on why this would happen? I looked through my markup and it looks correct. I have seen the wicket:id become part of the id (e.g. id="canvasPanel0"), but I have never seen a wicket:id become an attribute.

Jered


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to