Greetings
I'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 (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com