multivaluefield using the 'double-listbox' and AJAX

2007-02-06 Thread Joost Kuif
Hi, Does anyone already fixed the mutivaluefield in double-listbox styling, in combination with AJAX in cocoon 2.1.9 or 2.1.10? Grtz, Joost - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Preventing ambiguous imports in flowscript

2007-02-06 Thread Niels van Kampenhout
Lionel Barth wrote: I had the same problem updating from 2.1.7 to 2.1.10. I found a solution in http://wiki.apache.org/cocoon/JavascriptForJavaProgrammers : *Note:* Be sure to make importPackage(...) the first code line in your script, or you may get an Ambiguous import error on the second

Re: manager.lookup fails without exception

2007-02-06 Thread Tilman Rassy
On Monday 05 February 2007 17:22, Tobia wrote: Tilman Rassy wrote: dbHelper = (DbHelper)this.manager.lookup(DbHelper.ROLE); this fails for some reason, but no exception is thrown. The server simply replies with response code 500. I cannot help you with your code, but I can tell you that

Re: Preventing ambiguous imports in flowscript

2007-02-06 Thread Niels van Kampenhout
Hi, Niels van Kampenhout wrote: Lionel Barth wrote: I had the same problem updating from 2.1.7 to 2.1.10. I found a solution in http://wiki.apache.org/cocoon/JavascriptForJavaProgrammers : *Note:* Be sure to make importPackage(...) the first code line in your script, or you may get an

RE: Xsp logicsheet method invocation

2007-02-06 Thread Schmitz, Jeffrey A
Ok, let me try to phrase it simpler. My logicsheet function which serves as my generator produces (and returns) an xml string. Why, before it gets passed to my xsl transformer are all the angle brackets converted to lt; and gt;, and is there a way to stop this behavior? I've searched for an

Losing flowscript variables values

2007-02-06 Thread Gary Larsen
I have this problem after upgrading from 2.1.7 to 2.1.9. 1. Flowscript stores request attrs to vars. 2. Flowscript calls function in another script 3. If neccesary a SendPageAndWait in the other script 4. Back in flowscript vars are null It looks as if the vars are getting nulled from calling

Re: Xsp logicsheet method invocation

2007-02-06 Thread Tobia
Schmitz, Jeffrey A wrote: My logicsheet function which serves as my generator produces (and returns) an xml string. Why, before it gets passed to my xsl transformer are all the angle brackets converted to lt; and gt;, and is there a way to stop this behavior? Because your xml string is just

RE: Xsp logicsheet method invocation

2007-02-06 Thread Schmitz, Jeffrey A
Thanks, That seems like a lot of work since I already have a nice java utility that I was hoping to use as my generator to create xml from database data. How is something like this usually done with Cocoon? i.e. My generator already produces regular xml which I'd like to feed to an xsl

Re: Cocoon Plumber

2007-02-06 Thread Mark Lundquist
Thanks a lot! I look forward to trying this out as soon as I can... cheers, —ml— - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]