Re: directory listing batch file invocation

2005-09-06 Thread Louis . Masters
I have upgraded to 0.7, but I am now getting the following errors on a couple of pages (for example): No pipeline matched request: todo.xml Do I need to change something? I'll check the directories for the examples - thanks. As for CGI, I am using the Jetty packaged with Forrest. I tried to

Re: directory listing batch file invocation

2005-09-06 Thread Thorsten Scherler
On Tue, 2005-09-06 at 07:20 -0400, [EMAIL PROTECTED] wrote: I have upgraded to 0.7, but I am now getting the following errors on a couple of pages (for example): No pipeline matched request: todo.xml Do I need to change something? add org.apache.forrest.plugin.input.projectInfo to

Re: Forrest+Tomcat: continuously reloading

2005-09-06 Thread Gunther Sablon
Hi, thanks for your response. We did try restart, obviously, but it didn't help. I did not find any logfiles in WEB-INF/logs. I'll check whether there is some configuration for logging... Thanks. Gunther David Crossley wrote: Gunther Sablon wrote: Hi We are running Forrest 0.6 dynamically

CSVGenerator

2005-09-06 Thread Glen Tulin
I use forrest 0.7 and looks like it does not have CSV Generator or at least I could not find it. The java code is here http://svn.apache.org/viewcvs.cgi/cocoon/branches/BRANCH_2_1_X/src/java/org/ apache/cocoon/generation/CSVGenerator.java?rev=224616view=log and it does not depend on anything.

Re: CSVGenerator

2005-09-06 Thread Ross Gardler
Glen Tulin wrote: It's was introduced recently. Forrest0.7 does not have it -- I run search in all jar files and 0.7 Cocoon jar files do not have CSVGenerator. And Offivial Cocoon 2.1 does not have it either. Glen Plugins can contain new components, so I'd recomend creating an input plugin

Re: level 2 tabs are all the same?

2005-09-06 Thread Ross Gardler
arthur thompson wrote: good day, searching through forrest i came across this problem. when i create level 2 tabs, all the tabs in level 2 are the same no matter which one i click on. i created a new seed and in the samples tab there are 2 sub tabs and they are both the same (both selected or

Re: CSVGenerator

2005-09-06 Thread Glen Tulin
Ross Gardler wrote: Glen Tulin wrote: Plugins can contain new components, so I'd recomend creating an input plugin for it. It's *really* easy to create a plugin - see http://forrest.apache.org/docs_0_70/howto/howto-buildPlugin.html Plugin? Of course, plugin. I knew there must be something.

Re: CSVGenerator

2005-09-06 Thread Tim Williams
On 9/6/05, Glen Tulin [EMAIL PROTECTED] wrote: Ross Gardler wrote: Glen Tulin wrote: Plugins can contain new components, so I'd recomend creating an input plugin for it. It's *really* easy to create a plugin - see http://forrest.apache.org/docs_0_70/howto/howto-buildPlugin.html Plugin?

Re: CSVGenerator

2005-09-06 Thread David Crossley
Glen Tulin wrote: It's was introduced recently. Forrest0.7 does not have it -- I run search in all jar files and 0.7 Cocoon jar files do not have CSVGenerator. And Offivial Cocoon 2.1 does not have it either. Glen We use Cocoon trunk, not 2.1 You can follow the procedure in

Re: CSVGenerator

2005-09-06 Thread David Crossley
Glen Tulin wrote: Ross Gardler wrote: Glen Tulin wrote: Plugins can contain new components, so I'd recomend creating an input plugin for it. It's *really* easy to create a plugin - see http://forrest.apache.org/docs_0_70/howto/howto-buildPlugin.html Plugin? Of course, plugin. I knew