On Thu, May 21, 2009 at 9:11 AM, Alex Popescu wrote: > For lists, things sound even more complex. I must confess that I > haven't tried it yet, but (I don't know why exactly) I believe that > specifying 'list' as a conversion type will not be enough. > > Has anyone tried any of these scenarios and have any hints for me?
You can create your own conversion function. You'd have to format the list as a string, and the conversion function takes that string and convert it to a list. -- rodrigo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
