RadioGroup
Why do you *need* to add a class to the label?
span wicket:id=radiogroup class=myradiogroupclass
...
/span
css:
.myradiogroupclass label {
color : red;
font-size : 72px;
}
Martijn
On 10/18/07, Daniel Kröger [EMAIL PROTECTED] wrote:
Hi,
using a RadioChoice
Hi all,
the onUpdate() method of AjaxFormChoiceComponentUpdatingBehavior added to a
RadioChoice component doesn't get called when the rendered radio buttons are
nested inside another HTML tag through RadioChoice.setPrefix() and
RadioChoice.setSuffix(). I think the reason is that the
Hi,
I need to check two TextFields for equality within a WizardStep, so i added
an EqualInputValidator to the Wizard's form inside the onBeforeRender()
method of the WizardStep:
protected void onBeforeRender() {
super.onBeforeRender();
final Form form = ((Wizard)
to that, be sure to let us
know if that works.
eelco what do you think?
-igor
On 10/29/07, Daniel Kröger [EMAIL PROTECTED] wrote:
Hi,
I need to check two TextFields for equality within a
WizardStep, so i added
an EqualInputValidator to the Wizard's form inside the
onBeforeRender
Hi,
it's me again, and I'm still struggling with the Wizard component. :)
When pressing the browser's back button on the let's say third WizardStep of
a Wizard, the browser returns to the first WizardStep instead of the
previous (the second) one. This is a very unintuitive behavior, especially
Hi all,
consider the following markup:
wicket:enclosure child=label1
span wicket:id=label1/span
wicket:enclosure child=label2
span wicket:id=label2/span
/wicket:enclosure
/wicket:enclosure
In Wicket 1.3.0-final I get an Unexpected RuntimeException (WicketMessage:
Expected close tag