Re: Cocoon learning curve.

2007-11-02 Thread Jörn Nettingsmeier
e frame does your assignment have? -- Jörn Nettingsmeier "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

flowscript caching and evaluation question

2006-10-19 Thread Jörn Nettingsmeier
piling/evaluation docs (even code) are appreciated. regards, jörn -- Jörn Nettingsmeier "Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law." - Douglas R. Hofstadter -

inner functions and continuations...

2006-10-14 Thread Jörn Nettingsmeier
hi everyone! i'm trying to add local functions to a flowscript in order to make it more maintainable. the code looks like this: function executeUsecase() { var someLocalVar; function foo() { ... } foo(); sendPageAndWait("/some/pipeline");

cforms: conditional row-actions?

2006-10-13 Thread Jörn Nettingsmeier
hi cocoon folks! is there a way to add row-actions to repeater rows only if certain conditions are met? specifically, i want to do this: * display a delete button only on the second and following rows, because i need at least one value. * display a move-up button only if the current row is