.
I tryed to print the request.params and a few of those params are
actually not getting printed.
I put alerts in my javascript code and the values are indeed coming from
the proper widgits in the proper way. I also know that the url is
correctly pointing to the controller/action when the ajax submit happens.
I have an accountname which is an input text, groupname which is a value
out of a select dropdown, basedon which is again a dropdown, description
which is a textarea and openingbalance which is a numeric field.
I have directly taken the values of these widgets using jquery's val()
function which works with all widgets in the dom.
So do I have to set some request headers or is this some parsing issue
which I might be missing out?
Happy hacking.
Krishnakant.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" 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/pylons-discuss?hl=en.