Not sure if this is a bug or something I overlooked, but I get a strange cast exception (org.apache.wicket.markup.RawMarkup cannot be cast to org.apache.wicket.markup.ComponentTag) when I have create a Form in a Fragment, which is inside a ListView, inside another ListView. Here's the exception: http://pastebin.com/d235de7b4
Here's the fragment markup, fragment Java code, and exception name: http://pastebin.com/d3ba85ea0 Very simple.. if I move the Form outside of the fragment into the ListView, then all is well. Thoughts? Thanks, Tony --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org