Do Django and Pylons use templates which map forms in the php / ruby manner
(generally speaking)?

<form>
    <input name="user[name]" type="text"/>
    <input name="user[email]" type="text"/>
    <input name="user[address][street]" type="text"/>
    <input name="user[address][city]" type="text"/>
    <input name="user[phones][]" type="text"/>
    <input name="user[phones][]" type="text"/>
</form>


AJ ONeal
(317) 426-6525
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to