if you make a quickstart I can take a look at it.

2010/8/20 cole <[email protected]>

>
> Wicket 1.4 and using the AccordionPanel/AccordionPanelItem src from the
> wicket-contrib-accordion area. I can place this component on a web page via
> and it works fine. When I try to place this same component in another tab
> panel it fails. The page actually hangs with no output. I used fiddler to
> view the output and the markup is missing the leading  and some of the
> other
> markup is also missing. I looked at a post where another user had wrapped
> the AccordionPanel in a WebMarkupContainer but when I do that the browser
> complains that I am missing all the markup for the panel. It almost appears
> that the markup isn't being generated.
> Failed to render.
> [MarkupContainer [Component id = accordionMenu]]
> [MarkupContainer [Component id = 0]]
> [MarkupContainer [Component id = item]]
> [Component id = title]
> [MarkupContainer [Component id = content]]
> [MarkupContainer [Component id = 0]]
> [MarkupContainer [Component id = item]]
> [Component id = label]
> [MarkupContainer [Component id = 1]]
> [MarkupContainer [Component id = item]]
> [Component id = title]
> [MarkupContainer [Component id = content]]
> [MarkupContainer [Component id = 0]]
> [MarkupContainer [Component id = item]]
>
> I tried adding container.setOutputMarkupId(true); but this doesn't have any
> effect.
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/AccordionPanel-works-on-web-page-but-not-in-another-panel-tp2333034p2333034.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to