On 1/4/07, remi jolin <[EMAIL PROTECTED]> wrote:
option1 and option2 are 2 widgets.TextField in the ExistingUserFields class.
as a side note you shouldn't get a widget into the model code it is agains the MVC structure and most importantly your moving a lot of data around when you probably only need the value of the text field in your controller you should extract that from the field and pass it to the model object. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

