Problem with image directory

2006-08-11 Thread Kamal Bhatt
Hi, I think there may be a bug in the image directory. I have some images that have comments, however, these comments do not show up when I try to view them inside of windows (by selecting the properties) how do I read these comments and what is the best course of action to remove the error? The

Re: [poll] Java 5 as minimum requirement for Cocoon 2.2

2006-08-11 Thread Marc Driftmeyer
Count me in for Java 5. I've got some concerns with Maven on Debian not having Maven 2 in its Unstable branch but I'll get over that one. On OS X Java 5 has been standard for quite sometime. Working with Java 5 for WebObjects or Cocoon2.2 solely would be nice. Java 6 previews are also installed wh

Re: Trouble compiling custom generator

2006-08-11 Thread Kamal Bhatt
> > You'll need more than just cocoon.jar in the classpath, you'll also need > the avalon* jars and probably the excalibur* jars as well. Wouldn't > hurt to just use everything in Cocoon's WEB-INF/lib to be safe. That is it exactly, thanks. I thought I tried that, obviously I did it incorrectly

Re: Trouble compiling custom generator

2006-08-11 Thread Jason Johnston
Kamal Bhatt wrote: Hi I followed more or less everything specified in the tutorial: http://cocoon.apache.org/2.1/tutorial/tutorial-generator.html ... Now, the only difference between the code's example and my case is the name. The filename is the same is the same as the class. Now this is pr

Re: Forcing error in sitemap

2006-08-11 Thread footh
Actually, I think I found a solution...by not even trying. Before, I was trying different things in the "otherwise" block. But then I just left it blank and forgot about it. Then, I mistakenly went to a bad URL and the 404 error showed up! So, basically, if a pipeline doesn't return anything, I

Re: Forcing error in sitemap

2006-08-11 Thread Steven D. Majewski
Well: how about just throwing an error from flowscript ? ( or from java. The problem with flowscript is that the sitemap uses java exceptions, and I think all of the rhino exceptions are going to get mapped into JavaScriptException's in java. ) -- Steve Majewski On Aug 11, 2006, at 6:

Re: Forcing error in sitemap

2006-08-11 Thread footh
Thanks for the reply. The problem, this sitemap snippet is three deep in the chain. The first pipeline calls the javaflow which forwards to the second pipeline which contains an "aggregation" tag that aggregrates the header, sidebars, and main content into one big xml page. Each of these is a se

Re: Forcing error in sitemap

2006-08-11 Thread Steven D. Majewski
You can generate the 404 error by specifying a status-code for serialize: But you'll also need some sort of dummy/error document to be serialized. Or (I think) you can do a cocoon.sendStatus( 404 ) from flowscript. But I thought that the error handler would only catch exceptions. Thi

Forcing error in sitemap

2006-08-11 Thread footh
I have a sitemap that first goes through a javaflow, then is forwarded to an aggregation of several different pieces. One of those pieces is the main content. If a URL is requested that doesn't exist, grabbing the main content will cause a null error in the pipeline (but since it "matches" a pipe

Re: [poll] Java 5 as minimum requirement for Cocoon 2.2

2006-08-11 Thread Patrick Refondini
Reinhard Poetz wrote: On [EMAIL PROTECTED] we have started to dicuss whether we can make Java 5 becoming the minimum requirement for Cocoon 2.2. Note that this discussion is completly unrelated to Cocoon 2.1 which needs JDK 1.3. The arguments pro Java 5 which was officially releases almost 2

Re: [OT] Abuse of div and span (was: Cocoon written in PHP)

2006-08-11 Thread Jonas Lundberg
I recommend the Listamatic page by Russ Weakley at Max Design http://css.maxdesign.com.au/listamatic/ I also recommend his book, CSS in 10 minutes. You can listen to an interview with him here: http://www.ida.liu.se/~HDISX4/podradio/openradio_en.htm Regards Hans On 8/11/06, Derek Hohls <[EMAIL

[GT2006] Registration is open! Cocoon GetTogether 2006 (Oct 2-4,Amsterdam)

2006-08-11 Thread Arje Cahn
*** * * * Cocoon GetTogether 2006 * * * * October 2nd to 4th * * * * Amsterdam, The Netherlands * *

Re: [CFORMS] setState of invisible repeater rows

2006-08-11 Thread werner
little typo. correct version: repeater.setState(WidgetState.INVISIBLE); // make row 1 visible var row = repeater.getRow(0); row.setState(WidgetState.ACTIVE) werner wrote: Hi I experience a strange behaviour with a repeater. The repeater is invisible at the first display of the form and shou

[CFORMS] setState of invisible repeater rows

2006-08-11 Thread werner
Hi I experience a strange behaviour with a repeater. The repeater is invisible at the first display of the form and should be made visible in the on-value-changed event of another widget. The strange thing is that when the state of the repeater is changed to ACTIVE, only the header of the rep

action to action redirect

2006-08-11 Thread Arash Amiri
Hi I have the following sitemap construct: where ActionA might redirect to ActionB and Action B might again redirect

Use of CocoonBean

2006-08-11 Thread rachid harradi
Did one use CocoonBean without Cocoon Cli and how? what does one have to adjust? your rachid -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer -

Re: Invalid System ID

2006-08-11 Thread Roel Croonenberghs
I had the same problem. I had the same match pattern in my sitemap. So I removed one and it worked. It was duplicated by mistake. so instead of                                                                                                                                        

Trouble compiling custom generator

2006-08-11 Thread Kamal Bhatt
Hi I followed more or less everything specified in the tutorial: http://cocoon.apache.org/2.1/tutorial/tutorial-generator.html Now, even though I compile I get the following errors: ImageInfoGenerator.java:6: cannot access org.apache.avalon.framework.component.C omponent file org\apache\avalon\