Is there a way how to use/crrate a viewScope on conversationScope like variable in web2py? In JAVA based frameworks (e.g. JSF, Spring Framework) there are scoped environments available. In web2py we have requestScope, and sessionScope (if I use this naming) but cant figure out how to create a viewSope(or conversationScope) which is like session but bound to one page(its instance.) only. So when user submits page without redirect the viewScope variable is still available. This is very nice scenario e.g. how to create nice wizards within a one page as viewScope holds position 'securely' . And there are other use casesas well. (btw. applicationScope would be very ncie as well but I know we can use cache here, but these scope are more transparent).
David -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

