Re: [web2py] Accessing non-returned items in Views

2012-07-17 Thread adohertyd
I need all of them! On Tuesday, 17 July 2012 22:47:02 UTC+1, Lucas R. Martins wrote: > > Just curious: > > There is a special reason to not simply return the needed dicts? > > Em Ter 17 Jul 2012 18:40:00 BRT, adohertyd escreveu: > > In my function page2(): I return a dictionary to be accessed b

Re: [web2py] Accessing non-returned items in Views

2012-07-17 Thread Lucas R. Martins
Just curious: There is a special reason to not simply return the needed dicts? Em Ter 17 Jul 2012 18:40:00 BRT, adohertyd escreveu: In my function page2(): I return a dictionary to be accessed by the page2 HTML view. In the page2 function I have some other dictionaries. What I want to do to be

[web2py] Accessing non-returned items in Views

2012-07-17 Thread adohertyd
In my function page2(): I return a dictionary to be accessed by the page2 HTML view. In the page2 function I have some other dictionaries. What I want to do to be able to use the non-returned dictionaries in the HTML code to show some items. This is a sample of what I want: Hope it's clear def