On Fri, May 13, 2011 at 2:10 PM, Anna Simbirtsev <[email protected]>wrote:
> The component(s) below failed to render. A common problem is that you > have added a component in code but forgot to reference it in the > markup (thus the component will never be rendered). > > 1. [MarkupContainer [Component id = fragment]] > 2. [MarkupContainer [Component id = reason]] > 3. [MarkupContainer [Component id = submit]] > This seems to be saying that "submit" is in "reason", which is in "fragment" (in your code). But, your markup shows "submit" outside of "fragment". Are you adding two components with the ID "submit" in your code? Without seeing the full code, there's not much more we can do to help. -- Jeremy Thomerson http://wickettraining.com *Need a CMS for Wicket? Use Brix! http://brixcms.org*
