[plt-scheme] processing requests
Hi,
BACKGROUND:
i was trying to build a web application. I've done the following things -
1. built a .ss file that has an X-expression(no procedure definitions) - say
First.ss
2. Set the action attribute of the form in this X-expression to another .ss
file ( B.ss, same directory) ; using the the post method
3. created a file say B.ss, to process the request received from First.ss
now, on hitting submit in First.ss, the bindings in that form should be
passed to B.ss ;
QUESTIONS:
1.how do i receive and process the bindings received from First.ss in B.ss?
2.Is there any core procedure that can be used( examples like add.ss etc
deal with 1 scheme file & they extract the bindings from the return value of
send/suspend) & how should i structure B.ss
3. Are there any examples for this
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20060418/44b20a4f/attachment.html>