WebHelpers2 2.0rc3 is another release candidate. The only changes are
in the 'select()' and 'Options' family of helpers. Reverted some of
RC2's features, and restricted the types allowed in the 'options'
argument. This is for simplicity and reliability.

The 'options' argument in 'select', 'Options', and 'OptGroup' now
allows only strings, Option instances, and/or OptGroup instances.
There are convenience methods to build up complex options and groups,
but you can no longer implicitly build them from nested tuples, lists,
or non-string scalars.

Also, to render options with some selected, call
``options.render(selected_values)``, or let ``select`` call it for
you.  A plain ``${options}`` in templates will render them all
unselected.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to