Hi!

Radio.onBeforeRender:
        @Override
        protected void onBeforeRender()
        {
                // prefix markup id of this radio with its group's id
                // this will make it easier to identify all radios that belong 
to a
specific group
                setMarkupId(getGroup().getMarkupId() + "-" + getMarkupId());
                super.onBeforeRender();
        }


The markup id will go wild if the page is rendered multiple times?

**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to