Re: Cocoon vs webwork/struts

2006-04-04 Thread Derek Hohls
Bertrand Even more than that - there is a huge amount you can do without any Java at all ... if you have XSLT/Javascript skills. That's been my experience anyway. Derek and yes, you can always go "under the hood" to do anything else you may need. >>> [EMAIL PROTECTED] 2006/04/04 08:45:36 A

Field not binding.

2006-04-04 Thread Kamal Bhatt
Hi I have a form binding to a java bean. I needed to add an integer value to this bean and the associated template/form/bindings. The field is part of a repeater and it displays on the form (It uses a selection list) but when I save the form to the bean, it does not save the field. All other

How to play video files?

2006-04-04 Thread Fadi Qutaishat
Hi all, I have got a simple question: Is this the right way to play video files within cocoon environment: Inside the XML file: ... ... play video ... For the sitemap: ... ... ... ... I have tried it but it was not working! Any help would be appreciated. Fadi ___

Re: How to play video files?

2006-04-04 Thread Joerg Heinicke
Hello Fadi, playing videos has not much to do with Cocoon. What you are doing is only delivering static content to the client. Whether it is a video or an image makes no difference for Cocoon. In general your sitemap snippet looks ok. But it's difficult to say as we don't know any directory

Re: How to play video files?

2006-04-04 Thread Fadi Qutaishat
Hello, Many thanks for the reply. The XML file that I provided is the resource that contains text and Images that are transformed into HTML formats using XSLT file. It was just yesterday I wanted to add a link leads to open a video inside the XML file. As you said it is only a static content p

Re: NPE with HSSFSerializer on StyleRegion

2006-04-04 Thread Joerg Heinicke
Hello Praveen, I had a look into the code and I don't see where it can go wrong. The HSSFSerializer sets up the HSSFElementProcessorFactory which again sets up the ElementProcessors, of which EPStyleRegion is one. "Sets up" in this case means passing a logger to the components. Maybe you can

RE: Redirect POST (was: servlets & cocoon?)

2006-04-04 Thread Fernando.Matomira
Well, I was thinking about writing a ServletReader to call the other servlet directly, but I saw the right solution: launch Jetty with -Dcontext=/privatestar/ in the JAVA_OPTIONS -Original Message- From: Mato Mira, Fernando (DIA CHE) Sent: Monday, April 03, 2006 5:45 PM To: users@cocoon.

RE: Cocoon vs webwork/struts

2006-04-04 Thread Schultz, Gary - COMM
Depending on what you mean by simple CRUD apps, you might consider PHP. But if you expect the apps to grow beyond simple, you might consider Cocoon. Gary T. Schultz IT Administrator Wisconsin Department of Commerce 608-266-1283 [EMAIL PROTECTED] http://commerce.wi.gov Commerce Web Site Powered by

Re: How to play video files?

2006-04-04 Thread ian . d . stewart
One thing you may want to do, if you haven't already, is to ensure that the for *.mpg is in a non-caching pipeline (just as you would for images). HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganCh

Re: Field not binding.

2006-04-04 Thread Simone Gianni
Hi Kamal, I can't see anything wrong with your binding, except "" where fdvalue should be fb:value, but this would prevent your repeater from binding correctly also all other fields in the repeater, so I think this is a typo in your mail rather than in your form. Try to set it required=true,

source writing transformer and file refreshing

2006-04-04 Thread Paula Estrella
Hi all, I'm experiencing some problems when using the above mentioned transformer; I read a file to append a user name, but after adding it, it seems cocoon doesn't "synch" or refresh the file, so I can add many times the same user name and I want to have unique user names; any ideas how to sol

Re: "auth-login" not defined for "act"

2006-04-04 Thread Peter Flynn
I added to the section of my sitemap but I'm still getting the same error: > Message: Type 'auth-login' is not defined for 'act' at > file:/home/peter/tomcat/webapps/ROOT/sitemap.xmap:554:29 where the relevant lines say: 553: 554: 555: 556: 558: 560: 561:

Hans Thomas Nordeck istaußer Haus.

2006-04-04 Thread Hans-Thomas . Nordeck
Ich werde ab 04.04.2006 nicht im Büro sein. Ich kehre zurück am 28.04.2006. Meine Mails werden von meiner Vertretung bearbeitet. In dringenden Fällen können Sie sich direkt an Michael Frankfurter ([EMAIL PROTECTED]) oder Kristina Wichmann ([EMAIL PROTECTED]) wenden.

Re: How to play video files?

2006-04-04 Thread Joerg Heinicke
Hello Fadi, On 04.04.2006 12:28, Fadi Qutaishat wrote: When I click the link that opens the video file it takes long time to open it and it starts the windows media player to play the file but nothing shows. so at least it seems the sitemap and directory part works ok. But the downloaded fi

Re: "auth-login" not defined for "act"

2006-04-04 Thread Andrew Stevens
From: Peter Flynn <[EMAIL PROTECTED]> Date: Tue, 04 Apr 2006 20:03:56 +0100 I added to the section of my sitemap Inside the , right? but I'm still getting the same error: > Message: Type 'auth-login' is not defined for 'act' at > file:/home/peter/tomcat/webapps/ROOT/sitemap.xmap:554:2

Re: Field not binding.

2006-04-04 Thread Kamal Bhatt
Simone Gianni wrote: Hi Kamal, I can't see anything wrong with your binding, except "" where fdvalue should be fb:value, but this would prevent your repeater from binding correctly also all other fields in the repeater, so I think this is a typo in your mail rather than in your form. Try

Re: Field not binding.

2006-04-04 Thread Kamal Bhatt
OK, all I did was copy an existing field and, through a process of elimination, created the a new field similar to the old one and it works. The only difference is the name and the position in the various files. Weird. I would dwell on this, but I have other things to do. Thanks for the hel