Changed the code to try a dictionary.

class PlotboxTable(TableBase):
    __model__ = Plotbox
    __omit_fields__ = ['plotbox_id', 'password', 'netmask',
'__actions__']
    __add_fields__ = {'config_zip_url':None}
    #__xml_fields__ = ['config_zip_url']
    __xml_fields__ = {'config_zip_url':None}

It is still escaping the config_zip_url.


On May 20, 7:48 am, Alessandro Molina <[email protected]>
wrote:
> If I'm not wrong xml_fields has to be a dictionary even thought the
> value is not used.

-- 
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.

Reply via email to