Hello everyone, I have a radiogroup that will open/close a div when clicked. This div contains a t:checklist component. The checklist will render itself correctly when outside the radiogroup, but will not do so inside the redio group. Any idea how I can convince the checklist component to display itself inside the rediogroup?
Sample code: <t:radiogroup t:id="reporterAction"> <t:radio t:id="BOOT_REPORTER"/> ... <div id="boot_reporter"> ... <t:checklist t:id="bootReasonList" encoder="BootReasonReporterEncoder" model="BootReasonReporterModel"/> ... </div> </t:radiogroup> Thanks very much. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-CheckList-not-displaying-inside-radiogroup-tp5714471.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org