#849: [PATCH] error info messages within a form
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: FastData | Version: 0.9a5
Severity: normal | Resolution:
Keywords: |
----------------------------------+-----------------------------------------
Comment (by Jiri Popek <[EMAIL PROTECTED]>):
Great!
This works exactly I wanted to... ;) So, FastData needs to be updated a
little bit.
However when I created a form class with
{{{
MultipleSelectField(name='genres', validator=MultipleSelection(),
options=get_all_genres, label=_('Genres'))
}}}
MultipleSelectField doesn't reuse selected options according previously
submitted selections (which doesn't passed through validation). TextField
does.
Where is the right place where widgets "refills" itself according to
previously submitted values?
Jiri
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/849>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---