Hello all,
I am having a case similar to the one mentioned in the tw.dynforms tutorial.

I have a inventory related module and the form might grow dynamically.
meaning there might be more than one item and more than one cost etc.
so request["item"] wil not work because there might be more than one row thus more than one field for item. even more, there will be some calculation involved on the front end side and the result is to be fetched using ajax. but I don't know how the proper data can be sent and received using an ajax call before the request is submitted as an entire non-ajax http request? because I have a dropdown list of all items and this list will be repeated for every additional row. the moment an item is selected in a particular row, it has to show the available stock in hand and the cost in the adjacent fields.
How do I carry out this opperation?
meaning how does the form know which row is active?
because the ajax must update the field in that current row.

How does this work with pylons based views



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.

Reply via email to