Re: Handling Vector/Array Data in Forms

2010-01-10 Thread Frédéric Burlet
On Saturday 09 January 2010 17:17:26 Tomasz Zieliński wrote: > On 9 Sty, 01:23, datta wrote: > > I am using Django for a scientific applicaition. If I have to > > transport a vector/array 'to' a form, dismantle it and display the > > relevant information, it is easy. But

Re: Handling Vector/Array Data in Forms

2010-01-09 Thread Tomasz Zieliński
On 9 Sty, 01:23, datta wrote: > I am using Django for a scientific applicaition. If I have to > transport a vector/array 'to' a form, dismantle it and display the > relevant information, it is easy. But how I capture vectors/array > datatypes 'from' the HTML forms

Handling Vector/Array Data in Forms

2010-01-08 Thread datta
I am using Django for a scientific applicaition. If I have to transport a vector/array 'to' a form, dismantle it and display the relevant information, it is easy. But how I capture vectors/array datatypes 'from' the HTML forms (submitted by the user) in the view.class and work with them. i.e., i