Are you talking about concatenation?[1] [1] http://webpy.org/cookbook/concatenate_two_rendered_templates
Sergei On Wed, Sep 14, 2011 at 6:38 PM, digistam <[email protected]> wrote: > Due to a lack of experience and/or knowledge I'm struggling with my > script at the moment. I have a nice class which has a dictionary > output, like this: > > ... > pages = dict([(etc. etc.)]) > return render.index(pages) > > At the moment, the output is parsed to the index page. My wish is to > redirect the output to another page, so I can browse to it with the > internet browser. I had a working solution, using sessions. But, I > want to put the project on Google App Engine and I want to avoid using > sessions because of bad experiences (Google App Engine -> sessions). > > My real question is: > How can I use the output of a class in another class ? > > I hope you can help .... > > Mark > > -- > 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. > > -- Best regards, Sergei Sadovski -- 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.
