NOT! (Re: XpathDirectoryGenerator too weak, so...?)

2005-02-25 Thread Mark Lundquist
On Feb 25, 2005, at 3:32 PM, Irv Salisbury wrote: The plain DirectoryGenerator has a depth parameter you can pass. If you dont' need the features of the XPathDirectoryGenerator, you could just use the DirectoryGenerator. d'oh... yeah, I just figured it out :-) XPathDirectoryGenerator extends Dir

Re: XpathDirectoryGenerator too weak, so...?

2005-02-25 Thread Irv Salisbury
The plain DirectoryGenerator has a depth parameter you can pass. If you dont' need the features of the XPathDirectoryGenerator, you could just use the DirectoryGenerator. Irv On Fri, 25 Feb 2005 14:59:35 -0800, Mark Lundquist <[EMAIL PROTECTED]> wrote: > Sorry, I couldn't think of a better titl

XpathDirectoryGenerator too weak, so...?

2005-02-25 Thread Mark Lundquist
Sorry, I couldn't think of a better title for this post... I guess it's better than "oh bother..." :-) Anyway, here's What I'm Trying To Do: I've got a directory structure that looks like this projects/ foo.page/ source.xml bar.page/ source.xml static/ projects/foo.page/source.xml gets transfor

RE: How might I do this in Cocoon?

2005-02-25 Thread Lopke, Michael
Thanks Con. :-) -Original Message- From: Conal Tuohy [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 4:22 PM To: users@cocoon.apache.org Subject: RE: How might I do this in Cocoon? Mike Lopke wrote: > I have a java servlet that queries a database and produces xml. > Part of

Re: [SPAM] - Re: CForms submit checkbox - Sending mail server found on relays.ordb.org

2005-02-25 Thread Dustin Jenkins
This is resolved. Turns out the value had to be set to true on the widget (i.e. ) Weird... Thanks Carlos Chávez wrote: Dustin Jenkins Escribio :-) How do I get the value of the submitted checkbox from a form in my flowscript? Currently I have this after the showForm() call: var model = myFo

Re: CForms submit checkbox

2005-02-25 Thread Carlos =?iso-8859-1?Q?Ch=E1vez?=
Dustin Jenkins Escribio :-) > How do I get the value of the submitted checkbox from a form in my > flowscript? Currently I have this after the showForm() call: > > var model = myForm.getModel(); > var cbox_value = model.myCheckBox; > > cbox_value always returns false, even when it's checked. Am

[CFORMS] help on cforms

2005-02-25 Thread beatejung
hi all, i'm sorry for this stupid question i asked yesterday. now i found an easy way to solve the problem, but the form got quite complicated. ( repeaters with structs in unions in unions in repeaters and some hidden fields and so on). i needed something to show me the current structure and al

NotSerializableException: org.apache.cocoon.components.flow.javas cript.fom.CompilingClassLoader

2005-02-25 Thread Gawde, Kiran
Hi,   I get 'java.io.NotSerializableException: org.apache.cocoon.components.flow._javascript_.fom.CompilingClassLoader' exception when I am trying flow script sample - Calculator. The exception occurs when I click on 'Start Over' button after step3.   I am running it under WebLogic 8.1SP4,

Re: using CSS in Cocoon

2005-02-25 Thread Kim Toms
Well, as an example, I use an XSLT stylesheet to create the of the output xhtml document, and insert e.g. the following: On Fri, 25 Feb 2005 09:33:24 -0800 (PST), fadi qutaishat <

CForms submit checkbox

2005-02-25 Thread Dustin Jenkins
How do I get the value of the submitted checkbox from a form in my flowscript? Currently I have this after the showForm() call: var model = myForm.getModel(); var cbox_value = model.myCheckBox; cbox_value always returns false, even when it's checked. Am I doing this right? All other widgets s

London Cocoon Beers

2005-02-25 Thread Andrew Savory
Hi, It's been a while since the last London Cocoon meetup, so a few of us have decided to meet up next Friday, 4th March. Any other Apache or Cocoon people are welcome to join us! We'll be in the Slug and Lettuce on Wardour Street. I expect a lot of us will be there straight from work, but to b

Re: JSR-168 portlets content resetting?

2005-02-25 Thread jason_coyle
Ralph Goers <[EMAIL PROTECTED]> wrote on 02/25/2005 12:37:11 AM: > [EMAIL PROTECTED] wrote: > > > > > I've tried uncommenting anything related to marshalling JSR168 events > > in cocoon.xconf, but without any success.  All the other code is > > vanilla; I haven't changed any of the profiles/co

using CSS in Cocoon

2005-02-25 Thread fadi qutaishat
Hi,   I want to use the Cascading Stylesheet (CSS) in Cocoon, I do not know how to integrate a CSS file in Cocoon.  Can any one give advice or point me to relevant  links .   Many thanks,   Fadi __Do You Yahoo!?Tired of spam? Yahoo! Mail has the bes

session input module

2005-02-25 Thread Ilja Smoli
Hi For some reason I can not access to my session attributes from sitemap pipeline. I have in my flow script: cocoon.session.setAttribute("lala", "blah blah"); In pipeline {session:lala} doesn't work, for the same time for eg. {session:id} works fine. I can get lala in flow and xml as well: In f

Re: CForms Binding

2005-02-25 Thread Arsen A. Gutsal
Whell, it works fine now. Anyway - I'm not really sure how to INSERT or UPDATE records. Means, that I have context like: http://apache.org/cocoon/forms/1.0#binding"; xmlns:fd="http://apache.org/cocoon/forms/1.0#definition"; path="customers/customer"> And I wou

Re: XML flow content access in Components

2005-02-25 Thread Nicolas Rod
Le message suivant a été écrit par Reinhard Poetz le 23. 02. 05 17:42: Nicolas Rod wrote: Hi all, I'd like to know if there is a possibility to access the XML flow content in a custom Selector. The goal would to test the presence or not of a special tag (an 'xinclude') in the XML flow generated a

Re: How to extend and use the BrowserSelector

2005-02-25 Thread Kjell Arne =?ISO-8859-1?Q?Br=F8dreskift?=
Thank you, I'll try that. There are so many ways of doing things in Cocoon - it's good to know I'm on the right track. Kjell Arne On Fri, 2005-02-25 at 13:41 +0100, Askild Aaberg Olsen wrote: Kjell Arne Brødreskift wrote: > Hello all, this probably is a simple question with an obvio

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Linden H van der (MI)
> 2.1.7? Hey, i want that too ;-) > Current Release Version is 2.1.6: http://cocoon.apache.org/mirror.cgi True, 2.1.7 is the current version in the SVN BRANCHE 2.1.X (or something similar). I just live on the bleeding edge. ;-) Bye, Helma -

Re: AW: Debug cocoon applications

2005-02-25 Thread Markus Vaterlaus
Hello Sylvain, hi list, > About the current status of our plugins: you can download them for free > with an evaluation licence, and we currently are not able to answer > questions about their price. Guess why ;-) I'm clueless ;-) > I also started some time ago some work on a debugger for many th

Re: How to extend and use the BrowserSelector

2005-02-25 Thread Askild Aaberg Olsen
Kjell Arne BrÃdreskift wrote: Hello all, this probably is a simple question with an obvious answer to you, but I hope someone would take a little time and point me in the right direction here. I have read about and tried the excisting BrowserSelector in Cocoon, but just getting the name of the

Re: Best practice for conditionally displaying widgets?

2005-02-25 Thread Christoph Hermann
Linden H van der (MI) schrieb: Hello, > I'm using Cocoon 2.1.7 of somewhere in Jan 2005 and I know this > protocol is around for several releases already, so that should not > be the problem. 2.1.7? Hey, i want that too ;-) Current Release Version is 2.1.6: http://cocoon.apache.org/mirror.cgi

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Linden H van der (MI)
> >>var bindpipe = "cocoon://" + myfile + ".bind"; > >> > >> > >it should be "cocoon:/" (with one slash) > > > >Gunter > > > > > You can use cocoon:// or cocoon:/ I tried both, but they both end in error "no such protocol". ;-( I'm using Cocoon 2.1.7 of somewhere in Jan 2005 and I know thi

using "esql:group" like functionality with SQL Transformer

2005-02-25 Thread Sanket Pattekar
Hi, I want to implement the functionality like "esql:group" with SQL Transformer. Can any one suggest a way of doing the same. Thanks, Sanket. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: stream in flowscript [SOLVED]

2005-02-25 Thread luca morlando
Leszek Gawron wrote: or do the following: importClass( Packages.org.apache.excalibur.source.SourceResolver ); importClass( Packages.org.apache.excalibur.source.Source ); importClass( Packages.org.apache.cocoon.components.source.SourceUtil ); importClass( Packages.org.apache.cocoon.xml.dom.DOMUtil )

Re: Best practice for conditionally displaying widgets?

2005-02-25 Thread gioni
Gunter D'Hondt wrote: var bindpipe = "cocoon://" + myfile + ".bind"; it should be "cocoon:/" (with one slash) Gunter You can use cocoon:// or cocoon:/ If You use cocoon:// you have to specify the path of your page from webapp dir, with cocoon:/ the path is from the directory that contain

How to extend and use the BrowserSelector

2005-02-25 Thread Kjell Arne =?ISO-8859-1?Q?Br=F8dreskift?=
Hello all, this probably is a simple question with an obvious answer to you, but I hope someone would take a little time and point me in the right direction here. I have read about and tried the excisting BrowserSelector in Cocoon, but just getting the name of the browser isn't enough. Browser

Re: Serving Content (XML/JPEGS) from Datababase

2005-02-25 Thread Derek Hohls
Andreas There was another post (one of many; please use the mail archives) along these lines: for more information about connecting to Oracle look here: http://wiki.apache.org/cocoon/SpecificDatabaseConnectionNew I suggest you also to take a look at these pages for setup: http://cocoon.apache.or

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Gunter D'Hondt
> var bindpipe = "cocoon://" + myfile + ".bind"; it should be "cocoon:/" (with one slash) Gunter "Linden H van der (MI)" <[EMAIL PROTECTED]> 25-02-2005 10:34 Please respond to users@cocoon.apache.org To cc Subject RE: Best practice for conditionally displaying widgets? > var form

RE: Best practice for conditionally displaying widgets?

2005-02-25 Thread Linden H van der (MI)
> var form = new Form("cocoon://form1.jx"); > form.createBinding("cocoon://form1Bind.jx"); This sounds like a good idea, but I've tried and failed: - I built a pipeline like this: - I called it from the script like this: ... var bindpipe = "cocoon://" + myfile + ".bind"; form.createBindin

Serving Content (XML/JPEGS) from Datababase

2005-02-25 Thread Andreas Busch
Im a absolute beginner to cocoon !   I have read over the  Documentation and the Cocoon book (Building XML-Applications) We have a system that generates XML for producing catalogues ! the XML will be rendert in Indesign. I think about using cocoon to render the same XML for lower quality o

cocoon mod-proxy, mod-rewrite, session and cookies problem

2005-02-25 Thread gounis
hi all i'm came back with a problem i have with cocoon 2.0 and still live in 2.1 we have a cocoon 2.0.4 instance serving several web site using apache at front (mod proxy and mod rewrite). here the problem is that locale information is loosed when you get the site from apache (both through m

Re: kthottam@buchanan.com:users-unsubscribe@cocoon.apache.org

2005-02-25 Thread Chris. Grobmeier
Do not email the words [EMAIL PROTECTED], but send an email TO the recipient [EMAIL PROTECTED] K.P. Thottam wrote: [EMAIL PROTECTED] : [EMAIL PROTECTED] -Original Message- From: K.P. Thottam [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:16 AM To: users@cocoon.apache.org Su

Re: stream in flowscript

2005-02-25 Thread Leszek Gawron
Conal Tuohy wrote: luca morlando wrote: I've the following problem with Control Flow: I was able to read a stream in the sitemap using ... But now I need to read the same stream into flowscript function and I don't know how to do that! I wrote this in sitemap:

Re: livesite kyverneio.gr

2005-02-25 Thread Roberto Marra
Now it works with Mozilla too. Unfortunately I don't understand greek by the way, good job. Cheers Roberto - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, February 24, 2005 12:23 PM Subject: livesite kyverneio.gr > > hi all > > after a long time we have another one