Miles Elam wrote:
Christian Haul wrote:
I was refering to org.apache.cocoon.acting.modular
What CVS branch are you using? I've just pulled the latest from HEAD
and the modular directory is empty. (I missed it the first time
because I was using "cvs -z3 update -d -P" which prunes empty
d
Christian Haul wrote:
Miles Elam wrote:
Thanks, although now I'm a bit confused. I think you are assuming
background information that most of us don't have. 1) What is the
"modular" package?
I was refering to org.apache.cocoon.acting.modular
What CVS branch are you using? I've just pu
Miles Elam wrote:
Christian Haul wrote:
Why don't you code this in a java class and just use it from flow? Why
would you want to code that in javascript?
Because JavaScript has no compile step and is simpler. Unless you are
expecting a high load on a resource (content inserts and updates are
Christian Haul wrote:
Why don't you code this in a java class and just use it from flow? Why
would you want to code that in javascript?
Because JavaScript has no compile step and is simpler. Unless you are
expecting a high load on a resource (content inserts and updates are
expected to be fa
On 16.Jan.2003 -- 08:17 PM, Miles Elam wrote:
> The next thought was Actions, but that was just keeping the code
> relatively out of sight. It seemed fairly clumsy for any non-trivial
> amount (more than 100 lines) of logic and made the sitemap kinda crufty
> as well.
>
> Next came Flow. Alth