RE: from Generator to two Pipeline

2006-11-13 Thread Ard Schrijvers
Hallo together , i have a Generator with methode: public void generate() throws IOException, SAXException, ProcessingException { SAXParser parser = null; NodeDoc nodeDoc =null; try { this.dbmanager = (DBManager)

RE: IE AJAX Focus Stuff (maybe a little off topic)

2006-11-13 Thread Stewart, Gary
I wrote: I was thinking of maybe adding a function to set the focus of the element after the update has been done but this might present problems in itself. Just looking for any ideas or suggestions but I shall take a look at the source (obviously if I find a solution I will post the fix

Re: IE AJAX Focus Stuff (maybe a little off topic)

2006-11-13 Thread David Legg
Hi Gary, Replying to my own messages. Sad ;). I can't stand seeing a grown man cry ;-) So I thought I'd chip in with some ideas. Looking at the Microsoft documentation ( http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/focus.asp ) it would seem that an item's focus

Re: NullPointerException while running a custom serializer

2006-11-13 Thread Edward S
the XML serializer yielded output XML. so, looks like something is wrong in my serializer. In the setOutputStream, I am actually redirecting the output to a temp file and I have observed that when I put a transformer in between...the temp file generated is blank. 0 bytes whereas without a

RE: IE AJAX Focus Stuff (maybe a little off topic)

2006-11-13 Thread Stewart, Gary
-Original Message- From: David Legg [mailto:[EMAIL PROTECTED] I can't stand seeing a grown man cry ;-) So I thought I'd chip in with some ideas. I'm 13. Just kidding. I've got somewhere though. IE is messed up, but we knew that anyway. The three laws of IE6 AJAX in CForms

Re: RE: Using match pattern parameter from within a sub-act.

2006-11-13 Thread Andrew Stevens
From: Antonio Magni [EMAIL PROTECTED] Date: Fri, 10 Nov 2006 00:13:18 -0200 Hey, that's exactly what I was looking for! Thanks. Where can I find this (and similar) sitemap syntax information? If I remember rightly, I originally picked that up from the book Cocoon Developer's Handbook (by

Cocoon 2.2.0-M2-SNAPSHOT Turning Mode Prod Off

2006-11-13 Thread Patrick Refondini
Hi, while developping a block I would like to have the old dev behaviour (sitemap reloading, ...) but I do not know where to set that piece of information. I obtain the following log when running the block using mvn jetty6:run Apache Cocoon 2.2.0-M2-SNAPSHOT is running in mode: prod Any

Re: Cocoon 2.2.0-M2-SNAPSHOT Turning Mode Prod Off

2006-11-13 Thread Bertrand Delacretaz
On 11/14/06, Patrick Refondini [EMAIL PROTECTED] wrote: ...I obtain the following log when running the block using mvn jetty6:run Apache Cocoon 2.2.0-M2-SNAPSHOT is running in mode: prod... IIUC this is is defined by the org.apache.cocoon.mode system property, setting it to dev should help.