well... there are 2 ways I might go about this: One is session, other is passing the filename via URI.
On Mon, May 9, 2011 at 8:16 PM, Dexter <[email protected]> wrote: > Hi > > I have 2 pages like > > foo1.py > app1 = web.application(urls, globals()) > > foo2.py > app2 = web.application(urls, globals()) > > > > app1 is passed to foo2 through an object ... is it possible to obtain > the file name ie 'foo1' from the app1 sent to foo2. > > I know there can be many ways to do it ... my question is, is the info > already in the app1. If not what would be the most elegant way of > doing it > > Thanks & Regards > PK > > -- > 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. > > -- http://www.wolfhowlmedia.com -- 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.
