[web2py] Re: DIV Helper and .append

2011-01-05 Thread meentsbk
any statement that modifies an existing object is > > ignored: > > > In [1] : a=[1,2,3] > > In [2] : a.append(4) > > In [3] : print a > > [1, 2, 3] > > > On Jan 4, 10:08 pm, meentsbk wrote: > > > > Hello, > > > > First, let me prefac

[web2py] DIV Helper and .append

2011-01-04 Thread meentsbk
Hello, First, let me preface this with a "I'm EXTREMELY new to web2py." I've been going through the documentation and trying things in my own example apps, but there is one thing that seems pretty basic that I just can't seem to get working, and that is using the DIV helper with the .append attri