is it possible to have nested fragments? does anyone have a code snippet they can share? when i try to add the new fragment to the existing fragment i get an error stating:
WicketMessage: 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 = outerFragment]] 2. [MarkupContainer [Component id = innerFragment]] Root cause: org.apache.wicket.WicketRuntimeException: 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 = outerFragment]] 2. [MarkupContainer [Component id = innerFragment]] at org.apache.wicket.Page.checkRendering(Page.java:1162) at org.apache.wicket.Page.endComponentRender(Page.java:430) at org.apache.wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget. java:836) at org.apache.wicket.ajax.AjaxRequestTarget.respondComponents(AjaxRequestTarget .java:680) at org.apache.wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:590) ... -------------------------------------------------------------------- mail2web.com What can On Demand Business Solutions do for you? http://link.mail2web.com/Business/SharePoint --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
