[web2py:19742] Using Ajax with forms

2009-04-14 Thread Nazgi
selection menu should be displayed. Please help me with the task. Thanks, Nazgi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py

[web2py:20158] web2py + pyjamas

2009-04-21 Thread Nazgi
Hi, I'm new to both web2py and pyjamas. I'm trying to write a simple interactive form which can autopopulate select boxes based on the user selections. I tried using the application in http://mdp.cti.depaul.edu/AlterEgo/default/show/203 I've corrected the syntax errors and few ot

[web2py:20332] ajaxulated forms in web2py

2009-04-22 Thread Nazgi
Hi, I'm a newbie to web2pyI'm doing a project using web2py framework. I have written a form for my project in a controller of the web2py(say identitiy.py) and am accessing it from some views. Now I want to add ajax functionalities to my form. I am providing the user with two select boxe

[web2py:20410] debuggers for ajax in web2py

2009-04-23 Thread Nazgi
Hi, I'm new to web2py. Can some1 tell me how to debug javascript code in web2py? I've written the following code and am not able to debug it...can some1 help me out plz... in controllers/identity.py def getcities(): citystr = request.vars.values()[0] output = "Nizamabad" if

[web2py:20486] forms in web2py

2009-04-25 Thread Nazgi
Hi, I hav written a form in controller of my application. The form has a select option which based on its input uses ajax and calls a function. This function sends a json list object. How do I access that variable in order to incorporate the contents of that list as another select option m

[web2py:21037] redirection to next page on submit

2009-05-03 Thread Nazgi
r the next page where the variables of the form are printed. But i dont know how to direct to that page after pressing of the submit button. Can someone help me regarding this. regards, Nazgi --~--~-~--~~~---~--~~ You received this message because you are subscribed to