Hi, I've set a bunch of fields to disabled in order to make them read- only, so I can re-use a WidgetList for both creating and editing data (i.e., I don't want to be able to change the data once it's set for certain f fields).
Now, most of these have not_empty=True set as a condition in their validators. Which is good when creating a new object. When I want to edit them, I set add a dict(disabled='disabled') for certain fields. However, that makes them disappear from the input! Why is this, and what can I do about it if I still want to re-use my forms? Thanks, Mikael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

