RE: How to access sourceResolver in action configure() method

2003-05-28 Thread DURDINA Michal
uld in 2.0.4, though maybe minor differences) DURDINA Michal wrote: >Hello! >I am using own ConfigurableComposerAction and I have problem with loading >configuration from external file (from filesystem). In act() method, I would >use SourceResolver parameter passed to this method, but

How to access sourceResolver in action configure() method

2003-05-27 Thread DURDINA Michal
Hello! I am using own ConfigurableComposerAction and I have problem with loading configuration from external file (from filesystem). In act() method, I would use SourceResolver parameter passed to this method, but in configure() method I do not know where should I get the source resolver from. I a

RE: Source aggregation by XInclude

2002-12-20 Thread DURDINA Michal
Hello, now I'm using CachingCIncludeTransformer, but sometimes I encounter caching problems and hence unwanted recompilation to Java classes in some cases. In my test case I have 2 serverpages with 2 variations and following resulst under Cocoon 2.0.3 and Cocoon 2.0.4 (changed hash keys): http://d

RE: Source aggregation by XInclude

2002-12-18 Thread DURDINA Michal
Thank you, but now my xsp pages get recompiled to Java every time. Probably it is the issue of xinclude. Can anyone help me how to tell cocoon not to recompile some_page.xsp every time I acces the page? Does it exist any explicit mechanism how to cache the output of the pipeline? I am using this

How to aggregate ?

2002-02-11 Thread DURDINA Michal
Hi, I have one fast question: How to aggregate a "resource" in the meaning of ? Example: What protocol should I specify in src attribute for "nb"? (I know that resource:// is not a good one) -- MisoD -- Michal Durdina - [EMAIL PROTECTED] -

RE: HowTo Cocoon pages

2002-02-08 Thread DURDINA Michal
is an internal server error. I wish u tell me how to solve this problem. Thanx Mohamed - Original Message - From: "DURDINA Michal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 4:42 PM Subject: HowTo Cocoon pages > Hello Cocoon users,

RE: HowTo Cocoon pages

2002-02-07 Thread DURDINA Michal
XSLT is quite complex but not hard to learn if you are programmer (maybe LISP or Prolog programmer :). I have a book XSLT Programmer's Reference from Michael Kay (Saxon author) with 900pages of great text. But you can find many tutorials on web i.e. (I used all of them and are good) http://www.xml

HowTo Cocoon pages

2002-02-06 Thread DURDINA Michal
Hello Cocoon users, I have just completed few tutorial pages along with examples about developing applications in Cocoon2. The location is http://durdo.miesto.sk/Cocoon2HowTo/index.html. At the time these pages consist of only 3 articles: * Subsitemap - creating the empty project before you move

RE: xsp without stylesheet

2001-12-18 Thread DURDINA Michal
Try this... -Original Message- From: Dwayne Kemp [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 9:56 PM To: [EMAIL PROTECTED] Subject: xsp without stylesheet I have an xsp page that i am using for verification and page redirect. Could