I'm trying to 'emulate' list:double using list:string with a validator 
as IS_LIST_OF(IS_FLOAT_IN_RANGE(...)). This works well but the json 
produced by as_json is:
field: ["float", "float"]
I need something like:
field: [float, float]
I achieved it by defining the field as 'json' but I don't like the way I've 
to fill/validate it, namely submitting a json string instead of two floats

Paolo

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to