Re: More application development questions

2019-11-10 Thread C K Kashyap
Thanks a ton Alex!!! ... makes my Sunday perfect :) Regards, Kashyap On Sun, Nov 10, 2019 at 8:40 AM Alexander Burger wrote: > On Sun, Nov 10, 2019 at 08:23:07AM -0800, C K Kashyap wrote: > > (html 0 Ttl "@lib.css" NIL > > (action > > (idForm "A" '(choTmp) 'nr '+Update T '(may De

Re: More application development questions

2019-11-10 Thread Alexander Burger
On Sun, Nov 10, 2019 at 08:23:07AM -0800, C K Kashyap wrote: > (html 0 Ttl "@lib.css" NIL > (action > (idForm "A" '(choTmp) 'nr '+Update T '(may Delete) '((: nr)) Can you try first to change the nesting: (action (html 0 "Some Title" "@lib.css" NIL (idForm ... ☺

Re: More application development questions

2019-11-10 Thread C K Kashyap
Thanks Alex, Here's what my tsk.l looks like now. I am not sure what the search function needs to be because I'd like to handle the incoming Object - The following code does seem to render the form with the right object. However, when I click on "edit" I get a 303. Also, clicking on the scroll but

Re: More application development questions

2019-11-10 Thread Alexander Burger
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 > - > todo.l (the main file) and tsk.l Goo