WOCheckBoxList
WOCheckBoxList
- Subject: WOCheckBoxList
- From: Paul D Yu <email@hidden>
- Date: Fri, 10 Jul 2009 22:56:49 -0400
GreetingsI'm using WOCheckBoxList component for the first time.
When I use this, without type="checkbox" <wo:checkBoxList list="$derts" item = "$dertItem" displayString = "$dertItem.displayCode" selections = "$recommendations" / > I get normal input fields in the browser, which is not what I want.
So I have to add the type="checkbox" to the declaration. <wo:checkBoxList list="$derts" item = "$dertItem" displayString = "$dertItem.displayCode" selections = "$recommendations" type="checkbox" />
Is this correct? Seems like it should default to type="checkbox" right? or did I do something wrong?
Paul
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden