Hi,

i have two following problems:

_1. problem:_
I make an import from a python module in a PSPPage.
In this python i want to have following globals like req and res (request and response and perhaps other global stuff i dont remember yet)

from a psp-page i can surely call the script with script(self) to get the objects within the script like
def script(self)
   self.response().write("anytext")
   self.request().session.set("sessionparam","blub")

but anyhow it is something like stupid to do it in every function less then have this in a global context.

_2. problem:
_I want to also have PSP-parsed .html-files.
with adding .html to psp-handler it is not done. I tried it. Bug?


Thanx and keep up the great work,

Best Regards
Tobias Franz



------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to