Hello,
Based off the web2py book in the start, I was getting the idea that the controller would store the strings versus writing them directly into the view. From my understanding you can do that and have a mix in the view but what is the best practice for this? This is what I have started with. I am guessing its not normal/good idea to have 1 dictionary with a gazillion strings? http://www.pastie.org/1648453 Thanks!

