Re: Help with Cocoon 2.2.x

2007-07-14 Thread Werner Masik
1_1.html). And that did actually work. > > -- > Grzegorz Kossakowski > http://reflectingonthevicissitudes.wordpress.com/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: switch/case fails when if/then works

2005-07-08 Thread Werner Masik
Ben Pope wrote: Werner Masik wrote: Hello! I have a strange flowscript problem with a switch/case. The code is a function that should display a list of persons (using a repeater). Every row of the repeater contains a submit button for editing and deleting. When a button is pressed the

switch/case fails when if/then works

2005-07-06 Thread Werner Masik
Hello! I have a strange flowscript problem with a switch/case. The code is a function that should display a list of persons (using a repeater). Every row of the repeater contains a submit button for editing and deleting. When a button is pressed the form gets submitted and the next action is

Re: OJB 1.0.3 in cocoon 2.1.7

2005-06-25 Thread Werner Masik
You have to recompile cocoon with OJB 1.0.3. There are method calls during initialization of cocoon to OJB. If you overwrite the old OJB jar with the new one, the calls don't work. Greetings, Werner Alessandro Vincelli wrote: I have a problem in db-ojb-1.0.1 . When I use JDO api , the table

Re: Problems with Slide Sample

2003-11-26 Thread Werner Masik
f it helps you out or not. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24964 Sam Hi Sam, thank's for your response. I will take a look at it. I accidently posted a bug entry too, because I did not check my mails. Werner Werner Masik wrote: Hi! We are evaluating slide for use in

Re: Problems with Slide Sample

2003-11-26 Thread Werner Masik
Martin Holz wrote: Hello Werner, Werner Masik <[EMAIL PROTECTED]> writes: We are evaluating slide for use in a cms based on cocoon. But with cocoon version 2.1.3-dev and 2.1.2 we were not able to run the slide sample. Does anybody have experience with this? The login

Problems with Slide Sample

2003-11-14 Thread Werner Masik
Hi! We are evaluating slide for use in a cms based on cocoon. But with cocoon version 2.1.3-dev and 2.1.2 we were not able to run the slide sample. Does anybody have experience with this? The login screen works, but login always fails. Maybe there is some additional configuration necessary, bu