Hi,  I am a complete web2py noob, so sorry in advance for a potentially 
dumb question. 

*I am trying to create a simple form that has three fields. StartDate, 
EndDate, Symbol*

When I click submit button, I have a python function that 

   - takes these three variables 
   - creates a table ( *no database* query done ) 
   - returns the table to the view

Typically, I would just link a javascript function to the button, call 
$.get, and then create a table on the fly. 

In web2py framework, how do you get a form to call my python function, and 
retrieve a table? Do I still
need javascript? Note: I am not trying to use the form helper function 
because I feel is too restrictive,
and plus the form that it produces does not look good. In addition, the doc 
doesn't specify a) how to 
create a form with multiple fields (not using sqlfactory) b) and *how to 
link a form to a python method *
*or a call. *

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to