I have an application that has two related objects.  URLs like:
"/a", "typeA"
"/b", "typeB"

In the typeB class I have a POST method that refers to typeA data that
I want to verify.

Is there a way I can make a request for "/a" without the overhead of
making an http request?
I can't figure out how to get access to the application to make the
request directly.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en.

Reply via email to