Ajax & add-row problem in IE

2007-05-03 Thread Gary Larsen
Wondering if anyone has run into this problem. I'm using 2.1.9 and have a CForm with binding to edit an xml file in Ajax mode. If Firefox everything works great, but with Internet Explorer 6 the add-rows widget deletes all the rows in the repeater. Converting to non-ajax mode IE behaves proper

Re: Dynamic suggestion list

2007-05-03 Thread Dev at weitling
> Hi Florian, > > Thanks for your answer ! Never mind - just help others when you have upgraded to a cocoon Jedi* :-) > About updating the list, do you mean using something like > ? Yesno. I think the data delivered by cocoon:/mychoices.xml could be dynamic. > Or is it about changing the patte

Re: Question about cocoon 2.2 Dojo integration

2007-05-03 Thread Grzegorz Kossakowski
Andrea Giammarchi napisał(a): > Hello everybody, >I'm interesting about next cocoon release and its Dojo toolkit > integration. > I wonder if there's some official documentation about that and if Dojo > will be integrated as Dojo.base and Dijit or not. What kind of integration you are thinking

RE: Dynamic suggestion list

2007-05-03 Thread Ard Schrijvers
> > Hi Baptiste, > > > I would like to have a dynamic suggestion list, e.g. the content of > > the list would be recovered from a database when the other fields of > > the CForms are changed. > > Is it possible for a widget to fire an event to the suggestion list > > and then changing the conten

Re: Cocoon 2.1.10 Can't Find DatabaseActions, Logger Actions

2007-05-03 Thread Bruce Perryman
Yup, that was it. Sorry about that. Thanks for your help. Alexander Daniel <[EMAIL PROTECTED]> wrote: Maybe you haven't included the databases block when building Cocoon where the org.apache.cocoon.acting.modular.DatabaseAddAction resides? Regards, Alex On 30.04.2007, at 22:11, Bruce Perryman

Re: Dynamic suggestion list

2007-05-03 Thread Baptiste Placé
Dev at weitling a écrit : Hi Baptiste, I would like to have a dynamic suggestion list, e.g. the content of the list would be recovered from a database when the other fields of the CForms are changed. Is it possible for a widget to fire an event to the suggestion list and then changing the co

Question about cocoon 2.2 Dojo integration

2007-05-03 Thread Andrea Giammarchi
Hello everybody, I'm interesting about next cocoon release and its Dojo toolkit integration. I wonder if there's some official documentation about that and if Dojo will be integrated as Dojo.base and Dijit or not. Thank you.

Re: Dynamic suggestion list

2007-05-03 Thread Dev at weitling
Hi Baptiste, > I would like to have a dynamic suggestion list, e.g. the content of > the list would be recovered from a database when the other fields of > the CForms are changed. > Is it possible for a widget to fire an event to the suggestion list > and then changing the content of the list ? >

Dynamic suggestion list

2007-05-03 Thread Baptiste Placé
Hello, I would like to have a dynamic suggestion list, e.g. the content of the list would be recovered from a database when the other fields of the CForms are changed. Using fd:union looks complicated as I would have about 32 different cases ! Is it possible for a widget to fire an event to t

Re: using jena

2007-05-03 Thread Askild Aaberg Olsen
Al Brown wrote: Askild Aaberg Olsen wrote: I've been using Jena with Cocoon without problems, so it's definitely possible. If i remember correctly, Jena is included with the Deli-block. You probably should make sure that this block is excluded from the build. You should also check that the e

Re: order of execution in the pipeline

2007-05-03 Thread Marc Portier
Stefan Shoeman wrote: > Hello *, > > I'm confused about the order in my pipeline: > I write a HTML-table, which gets transformed (with a custom action) in > a PDF. > The strange about it: Cocoon calls first the execution of my action and > then > writes the HTML-file. > > > -8<