On Thursday, September 22, 2011 05:43:46 pm kkle wrote: > Hi, > > How can I retrieve the value selected by the user in a CalendarDatePicker > widget from a controller? > For instance, in the tutorial "Using ToscaWidgets to Create Forms" > (http://www.turbogears.org/2.1/docs/main/ToscaWidgets/forms.html#) how > could I retrieve the value of the CalendarDatePicker in another method of > the RootController? > Many thanks
A form that has a CDP on it must be transmitted to an action on the server. This action will receive the value. Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

