Hi,
I'm working on forms with nevow. I would like to know if it's possible to use multiple choices with ChoiceRenderer. I noticed that the multiple choices are not available because the class ProcessTyped return data[0] and not the complete list data. I know that I could create my own classes and functions but I wanted to know if it was already possible to do it.
Thank you
Vicky