Re: Strange Error - Forms inside Fragments inside Nested Repeaters

2010-01-15 Thread Igor Vaynberg
looks like a bug. open a ticket in jira. attach a quickstart if you can.

-igor

On Fri, Jan 15, 2010 at 10:29 AM, Tony Wu  wrote:
> 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
>
>

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



Strange Error - Forms inside Fragments inside Nested Repeaters

2010-01-15 Thread Tony Wu
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