Picture a page with multiple sections. Each section consists of multiple form elements, but there is also a radio button per section that all belong to a single radio group. But the controls of those sections are not part of the radio group so it seems to not make sense to me to make these controls children of the radio group as well. I have since made them children of that group, and it works so far. But it doesn't "feel right" so if there's an alternative arrangement, i would be interested.
The radio buttons need to behave as a group, so they need to be children of the radiogroup, but the controls near them shouldn't have to be part of that group it seems to me. Brian Mulholland "For every complex problem, there is an answer that is clear, simple and wrong." --H.L. Mencken "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly, and applying the wrong remedies." --Groucho Marx On Thu, Mar 19, 2015 at 7:55 AM, Simon B [via Apache Wicket] < [email protected]> wrote: > Hi, are you still working on this? > > I'm not completely sure what you mean, could you clarify? > > So you select an option in the radio group and then the corresponding form > inputs show and the others are hidden? > > I assume you want to do it with ajax is that right? > > Let me know and I'll try and help you. > > Cheers > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-wicket.1842946.n4.nabble.com/Radio-buttons-spread-across-page-tp4670011p4670044.html > To unsubscribe from Radio buttons spread across page, click here > <http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4670011&code=YmxtdWxob2xsYW5kQGdtYWlsLmNvbXw0NjcwMDExfC05NzMyODEwMzU=> > . > NAML > <http://apache-wicket.1842946.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Radio-buttons-spread-across-page-tp4670011p4670045.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
