Hi Kashyap, > After getting my todo app to work by editing the sample app I wanted to try > out a standalone version just to see if I understood all the moving parts. > I have two files > <https://gist.github.com/ckkashyap/b14b51510be9a1bd41bb70cf4478f390> - > todo.l (the main file) and tsk.l
Good > (html 0 Ttl "@lib.css" NIL > (form NIL > (gui '(+Set +E/R +Chart) '((L) (filter bool L)) '(upds . *ID) 3 Using the global '*ID' in this way is not a good idea, as it is valid only directly in the GET transaction of the page, but not during further events (button press updates (POSTs)). The form has to keep the object locally. Normally this is in the 'obj' property of the form object (and then accessed with (: home obj) in GUI components). The most convenient way is to use 'idForm' instead of plain 'form'; it takes care to maintain the object properly. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe