Re: How to access Session/Request object inside Transformer class

2004-07-01 Thread Robin Wyles
Hi, I may be looking at this too simplistically, or missing part of your problem, but it appears to me that you are trying to achieve all this in one pipeline, when two would be easier. 1st pipeline: 1. Generate the xml 2. Transform using xsl 3. Serialize into html, with the src of your image ta

Validation of time fields in CForms

2004-07-01 Thread Colin Paul Adams
I have the following in my form definition file: Start time kk:mm Validation works fine, but the validation error message reported to the user (using the forms samples message

JspGenerator doesn't work from flow but does otherwise...

2004-07-01 Thread Terry Brick
Cocoon 2.1.5 Tomcat 5.0 Weird problem. I have a small test JSP that I'm accessing using JspGenerator. It works fine if I hit it straight from the browser (with a URL that matches pipeline in my sitemap) but it fails if I call the exact same thing from my flow script using sendPage("hello.jsp")

Re: Authentication and accessing the request object

2004-07-01 Thread Scott Yeadon
That worked fine - Thanks. I had a follow-on question for this. The following lines of code (within my authenticator class) did not enable me to obtain the attribute via Javascript (result was null) - javascript to get result was "var obj = cocoon.request.getAttribute("myAttr");" Request

Caching of generated XSP

2004-07-01 Thread Scott Payne
Hi, I'm taking up a thread about caching of generated XSPs started at http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107880112301284&w=2. I've ported the patches in http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26725 to the 2.1.5 source but we still seem to have a bit of a bottle-neck. A

Re: 2.1.5 upgrade script

2004-07-01 Thread Antonio Gallardo
Steve Steinitz dijo: > Hello, > > I seem to recall seeing mention on this list of a script for > upgrading from woody to 2.1.5 forms. Was I dreaming? I can't find > a reference to it again and my colleagues are questioning my > sanity. Was there such a script? Hi Steve: You don't need to visit

Re: 2.1.5 upgrade script

2004-07-01 Thread David Crossley
Steve Steinitz wrote: > I seem to recall seeing mention on this list of a script for > upgrading from woody to 2.1.5 forms. Was I dreaming? I can't find > a reference to it again and my colleagues are questioning my > sanity. Was there such a script? Here is the sanity pill ... http://wiki.cocoo

Re: 2.1.5 upgrade script

2004-07-01 Thread Adam Walsh
Hi Steve, Have a look at this page in the wiki: http://wiki.cocoondev.org/Wiki.jsp?page=Woody2CocoonForms At the bottom of the page it mentions an Ant task that should do what you need it to Adam Steve Steinitz wrote: Hello, I seem to recall seeing mention on this list of a script for upgrading f

2.1.5 upgrade script

2004-07-01 Thread Steve Steinitz
Hello, I seem to recall seeing mention on this list of a script for upgrading from woody to 2.1.5 forms. Was I dreaming? I can't find a reference to it again and my colleagues are questioning my sanity. Was there such a script? Thanks Steve

Making an xml-rpc call within a pipeline?

2004-07-01 Thread Joel McConaughy
I have an XML-RPC based logging system. I would like to call this within other pipelines to log certain application results. Ideally, I'd like something like the following: < /Pass logging xml to xml-rpc pipeline and filter out logging xml/> Is there a way to do this? Thanks. joel -

Re: error with Window.open() in Cocoon

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 21:59, Leona Slepetis wrote: I have a problem with Cocoon 2.1 that someone may have seen before. I am trying to launch a window containing a pdf file, using the JavaScript Window.open() method. When I run this, I get an IE error saying that the site can't be found. If I use the same

Re: How to access Session/Request object inside Transformer class

2004-07-01 Thread Java Developer
Thanks for your mail, but I really couldn't figure out how to use it. Just wanna rephrase my requirement : Out of two pipeline calls, from the main pipeline, first pipeline serializes into image-jpeg, and the other pipeline renders the html page. Since I didn't and don't know how to take output

Re[2]: [cforms] Editing existing list of uploads

2004-07-01 Thread g[R]eK
<. Hi Joerg! .> Friday, July 2, 2004, 12:09:22 AM, you wrote: >> I mean state of all widgets (including uploads). JH> But as I said IMO for uploads this makes no sense. >> It's quite simple because form >> behaves almost it's used for the first time for uploading. Upload widgets show >> files u

Re: How to access Session/Request object inside Transformer class

2004-07-01 Thread Joerg Heinicke
On 02.07.2004 00:17, Java Developer wrote: Hi All, I am writing a webbapp which generates charts inside a dynamically generated html page using cocoon and fins block. My problem is I m looking for a simpler way so that, in a pipeline, I should be able to : 1. Generate the xml //Done ..not a pro

Re: reloading context in javaflow

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 23:18, johan coens wrote: Hello, When will reloading context in javaflow work. It's a really pain in the ass to develop without reloading feature enabled. I now need to restart tomcat everytime i change a class, or is there a better way? Can you try the CompilingClassloader? Joerg -

Re: fd:upload unexpected behaviour

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 20:55, Peter Velychko wrote: But try the sample with two upload widgets that are not required (see example below). http://apache.org/cocoon/forms/1.0#definition"; xmlns:i18n="http://apache.org/cocoon/i18n/2.1";> User name Upload a text fil

Re: Using JSPGenerator as template engine for flow?

2004-07-01 Thread Tony Collen
Terry Brick wrote: I'm now wondering about this myself. I'm not much familiar with the 'flow' scope, but has anyone been able to gain access to the 'bizdata' from JSP? That would solve so many problems for me.. It should be easy, I think that all you'd need to do is use FlowHelper.getContextObje

Re: Using JSPGenerator as template engine for flow?

2004-07-01 Thread Terry Brick
I'm now wondering about this myself. I'm not much familiar with the 'flow' scope, but has anyone been able to gain access to the 'bizdata' from JSP? That would solve so many problems for me.. --- Stephan Coboos <[EMAIL PROTECTED]> wrote: > This is another question I had: Why not using a scope lik

How to access Session/Request object inside Transformer class

2004-07-01 Thread Java Developer
Hi All, I am writing a webbapp which generates charts inside a dynamically generated html page using cocoon and fins block. My problem is I m looking for a simpler way so that, in a pipeline, I should be able to : 1. Generate the xml //Done ..not a problem 2. Transform into image stream // par

Re: Show/Hide Widgets

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 10:37, oceatoon wrote: Hello everyone Thanks for the answers, and the paths to solutions I went through Tim Larson's explanation, and GUI model that really give great ground for dynamic implementation, but also come with a certain complexity that I beleive would take me more time to

Re: DHTML drop down menus in Frames

2004-07-01 Thread Craig Christophersen
I did look at that explanation, and I do get that behavior with select elements showing thru my elements. I have redesigned so my DHTML drop downs are in the same frame since iframe is just IE. Only work around I could really do. - Original Message - From: "Joerg Heinicke" <[EMAIL PROTECT

Re: Show/Hide Widgets

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 11:13, oceatoon wrote: Just a thought, would it be difficult and wouldn't it be interesting to implement a visible="true/false" attribute on the widgets definition (just like the required="true/false") ? That's not an issue of the form definition, but the form styling, so it is don

Re: [cforms] Editing existing list of uploads

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 09:05, g[R]eK wrote: Question is: Why upload widget doesn't have setValue method, and if it's justified how can I solve my problem? JH> What for do you need setValue()? IMO it makes no sense, where do you JH> want to know from server side at what place the file is stored client J

Re: DHTML drop down menus in Frames

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 01:01, Craig Christophersen wrote: I just read that thread and I don't believe it is the same. Reason being that the menus drop down into the lower frame fine without the lower frame being a pipeline. Using IE6 SP1. I will mess with the IFrame idea. I wonder how IE should determine wh

Re: Styling fi:field widgets for times

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 21:42, Colin Paul Adams wrote: Start time With a binding of: The processing chain is picking up the date dataype somewhere, and adding an (I think) element. Can someone tell me where this is done? The dataty

Can't bind query parameters in SQLTransformer??

2004-07-01 Thread Terry Brick
Looking through the doc and the source code, I don't see that it's possible to use standard JDBC query parameter binding. I would've expected to be able to do something like this... select * from foo where foo_date < ? or something along those lines. Is something like this possible? I

Re: Validating fd:fields with datatype base="date"

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 21:13, Colin Paul Adams wrote: I have a widget defined with a base datatype of date. I have the calendar pop-up attached so that the user can enter dates easily. However, if the users types in a date by hand, and gets it wrong, the rather unhelpful error message is: datatype.conversio

Re: Install Question

2004-07-01 Thread Upayavira
Stephan Coboos wrote: David Swearingen wrote: I've installed Cocoon successfully before on Windows but it's been a while, and now I'm doing it again, 2.1.5, and for some reason running build.bat is 'successful' but I cannot find the cocoon.war file. I am looking in build/cocoon directory, and I

reloading context in javaflow

2004-07-01 Thread johan coens
Hello, When will reloading context in javaflow work. It's a really pain in the ass to develop without reloading feature enabled. I now need to restart tomcat everytime i change a class, or is there a better way? Cheers, Johan _ Hotm

Re: Install Question

2004-07-01 Thread Stephan Coboos
David Swearingen wrote: I've installed Cocoon successfully before on Windows but it's been a while, and now I'm doing it again, 2.1.5, and for some reason running build.bat is 'successful' but I cannot find the cocoon.war file. I am looking in build/cocoon directory, and I see a .jar file, but not

Install Question

2004-07-01 Thread David Swearingen
I've installed Cocoon successfully before on Windows but it's been a while, and now I'm doing it again, 2.1.5, and for some reason running build.bat is 'successful' but I cannot find the cocoon.war file.  I am looking in build/cocoon directory, and I see a .jar file, but not a .war file.  I've also

Re: error with Window.open() in Cocoon

2004-07-01 Thread Leona Slepetis
Joerg Heinicke <[EMAIL PROTECTED]> wrote on 06/30/2004 05:07:09 PM: > On 30.06.2004 21:17, Leona Slepetis wrote: > > > I have a problem with Cocoon 2.1 that someone may have seen before. > > > > I am trying to launch a window containing a pdf file, using the JavaScript > > Window.open() meth

Styling fi:field widgets for times

2004-07-01 Thread Colin Paul Adams
Given an attribute in my xml file representing a time, defined by the following Comapct RNG grammar fragment: short-time = xsd:string{ pattern = "[0-9]{2}:[0-9]{2}" } I have tried to define the form to cope with this, not very successfully so far: Start time

Validating fd:fields with datatype base="date"

2004-07-01 Thread Colin Paul Adams
I have a widget defined with a base datatype of date. I have the calendar pop-up attached so that the user can enter dates easily. However, if the users types in a date by hand, and gets it wrong, the rather unhelpful error message is: datatype.conversion faileddatatype.date Fine for developers

Re: fd:upload unexpected behaviour

2004-07-01 Thread Peter Velychko
Hello Joerg, Let me to specify conditions. The samples of both 2.1.5 and CVS work ok. But they have one upload widget with attribute 'reqired="true"'. But try the sample with two upload widgets that are not required (see example below). The behaviour described becomes apparent in that case. http:

Re: fd:upload unexpected behaviour

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 18:00, Peter Velychko wrote: Hello users, I've found some unexpected behaviour for me when using . When one uploads some file with forbidden content type validation error arises for the widget. The result view contains error messages. When the form contains also other errors user can

Re: pipeline to read an xml file from an xsp

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 15:47, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP page Perhaps I could hard-code the file access in Java but that would be cheatin

Re: error.log

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 15:42, Oro smith wrote: This is the error seen in error.log when a link is clicked. Can someone throw light on this and suggest a possible solution please? thanks in advance. ERROR (2004-07-01) 18:27.34:243 [sitemap.action.mail] (/mail/mail/logout.wml) PoolThread-4/MailAction:

Re: xinclude not working

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 14:57, Lionel Crine wrote: Hi, I'm using xinclude in my application and I have stragne behavior. I develop with "eclipse 2.1.1" and when I run tomcat, all is working fine. BUT, when I start tomcat with the startup.bat, I get a nullpointer exception causing by the xinclude. I really

Jetty/Cocoon Communication w/ Parent

2004-07-01 Thread Brent Johnson
I've got a Cocoon 2.1.5 webapp running under a Jetty server. Anyone have any suggestions on how I can communication from the webapp back to the parent? The "parent" is an Agent class that starts up the Jetty server (among other things) thus starting Cocoon. But I want the ability to be able to r

Re: developers list

2004-07-01 Thread Joerg Heinicke
On 01.07.2004 14:00, Colin Paul Adams wrote: >> I am not seeing appear (after a few hours) a message that I >> posted this morning to the developers list. I am seeing other >> messages appear on the list. Does anyone know if there is a >> problem with the list? Dirk> I'am seein

Re: Multiple SQL Queries

2004-07-01 Thread Derek Hohls
Guy There should be nothing preventing you having a series of queries in, say, a JXTemplate page, with suitable wrappers, and then generating these and running these through a SQLTransformer. What have you tried that does not work? Derek >>> [EMAIL PROTECTED] 06/30/04 6:35 PM >>> Hello, I am

Re: validating fd:booleanfield

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 13:52, Bruno Dumon wrote: On Thu, 2004-07-01 at 14:29, Jeremy Quinn wrote: On 1 Jul 2004, at 12:20, Bruno Dumon wrote: On Thu, 2004-07-01 at 13:06, Jeremy Quinn wrote: On 1 Jul 2004, at 11:45, Bruno Dumon wrote: On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: On 30 Jun 2004, at 1

Re: Mismatch between form model and template

2004-07-01 Thread Derek Hohls
Thanks Joerg. >>> [EMAIL PROTECTED] 06/30/04 7:17 PM >>> On 30.06.2004 15:28, Derek Hohls wrote: > Hi all > > I got stuck for quite a while on a really simple > problem... not sure how to avoid this for future. > > In my form model I have: > > > Any name > > >

Re: cocoon and hibernate sessions

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 15:02, Peter Velychko wrote: Hello Jeremy, Thank you for your reply. Does you object "image" contain lazy collections? 11 of them I just accomplish a small experiment. I set up my serializer (that is inherited from HTMLSerializer but at end has the line System.out.println("from se

Re: XSLTTransformer with a different source

2004-07-01 Thread Marius Oancea
Thanx a lot. XModuleSource save my life. To document a bit I did the following things: I added XModuleSource, XModuleSourceFactory and jxpath.DOMFactory and added to my project (beacuse i had a cocoon instalation that was not providing that (cocoon 2.1.1) The I adjusted sitemap.xmap :

Re: howto-explore-samples:

2004-07-01 Thread Tony Collen
Jonathan Camney wrote: I downloaded: cocoon-2.1.5-src.zip Unzipped it into: C:\jakarta\cocoon\ Followed the Install.txt instructions (verifying JAVA_HOME, running build at a cmd prompt). The build failed because there was no java directory in the path: C:\jakarta\cocoon\cocoon-2.1.5\src\blocks\stx\

fd:upload unexpected behaviour

2004-07-01 Thread Peter Velychko
Hello users, I've found some unexpected behaviour for me when using . When one uploads some file with forbidden content type validation error arises for the widget. The result view contains error messages. When the form contains also other errors user can press button of upload wibget and upload

Re: Cocoon install best practices

2004-07-01 Thread Jean Pierre LeJacq
On Thu, 1 Jul 2004, Jonathan Linczak wrote: > Just curious - is there any concern about building and having the > source files of Cocoon as a root user? My Tomcat installation is > running as a low-privileged user now, but just curious if there > were any security concerns with Cocoon. There sho

Caching full pages from flowscript (was Re: cocoon and hibernate sessions)

2004-07-01 Thread Peter Velychko
Hello Upayavira, Thursday, July 1, 2004, 4:55:27 PM, you wrote: > Jeremy Quinn wrote: >> >> On 1 Jul 2004, at 14:30, Peter Velychko wrote: >> >>> Hello Upayavira, >>> >>> Thank you for your reply. >>> That could work, but it would be working round, rather than working with, Cocoon. You

Cocoon install best practices

2004-07-01 Thread Jonathan Linczak
Hi all, Just curious - is there any concern about building and having the source files of Cocoon as a root user? My Tomcat installation is running as a low-privileged user now, but just curious if there were any security concerns with Cocoon. Jon ---

Re: javaflow: AbstractContinuable question

2004-07-01 Thread Enrico Migliore
Enrico Migliore wrote: Hi guys, the sendPageAndWait( ) method of the AbstractContinuable class works only if the "do" method were previously called from within the sitemap. How can I extend the AbstractContinuable class, and have sendPageAndWait( ) method work, without calling the "do" method f

Re: Cannot get store error.

2004-07-01 Thread Marco Rolappe
Oro smith schrieb: The following error message is seen in the error.log file when clicking the link to go the url http://xxx:/mail/mail/mail.wml?id=2.wml "Cannot get store and connect null." However this error is noticed only in the mobile phone and no such messages are seen when the same u

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
Hello Jeremy, Thursday, July 1, 2004, 4:43:33 PM, you wrote: > On 1 Jul 2004, at 14:30, Peter Velychko wrote: >> Hello Upayavira, >> >> Thank you for your reply. >> >>> That could work, but it would be working round, rather than working >>> with, Cocoon. You would also be buffering your output,

RE: XML schema and XForms

2004-07-01 Thread Niels van Kampenhout
Hello Nina and others, > From: Nina Juliadotter [mailto:[EMAIL PROTECTED] > Posted At: Thursday, July 01, 2004 3:01 PM > Subject: RE: XML schema and XForms > I'm aware of the problems, in terms of transformation, of the > XML schema structure > being so unrestricted and up to the developer. I a

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
Hello Jeremy, Thank you for your reply. Does you object "image" contain lazy collections? I just accomplish a small experiment. I set up my serializer (that is inherited from HTMLSerializer but at end has the line System.out.println("from serializer")) and added the line print("from flowscript");

Re: cocoon and hibernate sessions

2004-07-01 Thread Upayavira
Jeremy Quinn wrote: On 1 Jul 2004, at 14:30, Peter Velychko wrote: Hello Upayavira, Thank you for your reply. That could work, but it would be working round, rather than working with, Cocoon. You would also be buffering your output, which is best avoided. Yes, this is workaround. But why whole DOM

Re: pipeline to read an xml file from an xsp

2004-07-01 Thread Matthieu Richard-Molard
Hello! Thanks for your answer. Le 1 juil. 04, à 00:20, Joerg Heinicke a écrit : On 30.06.2004 15:47, Matthieu Richard-Molard wrote: I'm trying to write a pipeline in order to get data from an XML to XSP: I specified sql requests in xml and i want the user to choose between them through an XSP p

Re: cocoon and hibernate sessions

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 14:30, Peter Velychko wrote: Hello Upayavira, Thank you for your reply. That could work, but it would be working round, rather than working with, Cocoon. You would also be buffering your output, which is best avoided. Yes, this is workaround. But why whole DOM tree caching is so b

Re: javaflow: AbstractContinuable question

2004-07-01 Thread Stephan Coboos
Enrico Migliore wrote: Hi guys, the sendPageAndWait( ) method of the AbstractContinuable class works only if the "do" method were previously called from within the sitemap. How can I extend the AbstractContinuable class, and have sendPageAndWait( ) method work, without calling the "do" method fr

Re: Binding to an fd:booleanfield

2004-07-01 Thread Colin Paul Adams
> "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: Bruno> and it should be spelled with an o: fd:convertor It works. Hooray! Thank you for your time and effort. -- Colin Paul Adams Preston Lancashire - To unsubscribe,

error.log

2004-07-01 Thread Oro smith
This is the error seen in error.log when a link is clicked. Can someone throw light on this and suggest a possible solution please? thanks in advance. ERROR (2004-07-01) 18:27.34:243 [sitemap.action.mail] (/mail/mail/logout.wml) PoolThread-4/MailAction: Cannot get store, and connect null j

Re: validating fd:booleanfield

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 13:52, Bruno Dumon wrote: On Thu, 2004-07-01 at 14:29, Jeremy Quinn wrote: On 1 Jul 2004, at 12:20, Bruno Dumon wrote: On Thu, 2004-07-01 at 13:06, Jeremy Quinn wrote: On 1 Jul 2004, at 11:45, Bruno Dumon wrote: On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: On 30 Jun 2004, at 1

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
Hello Upayavira, Thank you for your reply. > That could work, but it would be working round, rather than working > with, Cocoon. You would also be buffering your output, which is best > avoided. Yes, this is workaround. But why whole DOM tree caching is so bad idea? > This is an issue that req

Re: XML schema and XForms

2004-07-01 Thread Tim Larson
On Thu, Jul 01, 2004 at 10:14:12AM +0200, Niels van Kampenhout wrote: > Hello Nina, > > Unfortunately I do not know anything about XForms. As far as I know it is not > related to CForms. XForms is targeted at client-side form handling, and we did not find it to be well suited to client-server us

RE: XML schema and XForms

2004-07-01 Thread Nina Juliadotter
Hi Niels, Thanks for the reply, I would love to have a look at the three XSLs! You are doing exactly what I want to do, CForms and its binding framework seems very suitable for the forms task. I'm aware of the problems, in terms of transformation, of the XML schema structure being so unrestricted

xinclude not working

2004-07-01 Thread Lionel Crine
Hi, I'm using xinclude in my application and I have stragne behavior. I develop with "eclipse 2.1.1" and when I run tomcat, all is working fine. BUT, when I start tomcat with the startup.bat, I get a nullpointer exception causing by the xinclude. I really don't understand. Here is the entire erro

Re: validating fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 14:29, Jeremy Quinn wrote: > On 1 Jul 2004, at 12:20, Bruno Dumon wrote: > > > On Thu, 2004-07-01 at 13:06, Jeremy Quinn wrote: > >> On 1 Jul 2004, at 11:45, Bruno Dumon wrote: > >> > >>> On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: > On 30 Jun 2004, at 17:56, Bruno

Re: xindice1.1b4 + cocoon-2.1.5 lost collections

2004-07-01 Thread Christian Mayrhuber
On Thursday 01 July 2004 12:24, Upayavira wrote: > > I haven't watched Xindice for a while, although even then things were > quiet. > > Cocoon isn't Xindice specific. It uses the XMLDB api, which means that > you should be able to configure it to work with Exist without too much > trouble. > You a

Re: validating fd:booleanfield

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 12:20, Bruno Dumon wrote: On Thu, 2004-07-01 at 13:06, Jeremy Quinn wrote: On 1 Jul 2004, at 11:45, Bruno Dumon wrote: On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: On 30 Jun 2004, at 17:56, Bruno Dumon wrote: Thanks for your response Bruno. On Wed, 2004-06-30 at 13:01, Jeremy

Re: Binding to an fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 13:59, Colin Paul Adams wrote: > > "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: > > > Bruno> Looking back at your previous mail: > > >> Bruno> path="boolean(@suppress-recurring)"> > >> > > Bruno> the convertor should be in the fd namespace,

Re: developers list

2004-07-01 Thread Colin Paul Adams
> "Dirk" == Dirk Gronert <[EMAIL PROTECTED]> writes: Dirk> Colin Paul Adams wrote: >> I am not seeing appear (after a few hours) a message that I >> posted this morning to the developers list. I am seeing other >> messages appear on the list. Does anyone know if there is a

Re: Binding to an fd:booleanfield

2004-07-01 Thread Colin Paul Adams
> "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: Bruno> Looking back at your previous mail: >> path="boolean(@suppress-recurring)"> >> Bruno> the convertor should be in the fd namespace, not fb. Makes no difference. -- Colin Paul Adams Preston Lancashire --

Re: developers list

2004-07-01 Thread Dirk Gronert
Colin Paul Adams wrote: I am not seeing appear (after a few hours) a message that I posted this morning to the developers list. I am seeing other messages appear on the list. Does anyone know if there is a problem with the list? I'am seeing your message on the dev-list! Do you mean the message with

Re: Binding to an fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 13:35, Colin Paul Adams wrote: > Bruno> The problem is the following: > Bruno> path="boolean(@suppress-recurring)" > > Bruno> the path element must address a location > Bruno> (element/attribute) in you XML file. The expression you > Bruno> defined return

javaflow: AbstractContinuable question

2004-07-01 Thread Enrico Migliore
Hi guys, the sendPageAndWait( ) method of the AbstractContinuable class works only if the "do" method were previously called from within the sitemap. How can I extend the AbstractContinuable class, and have sendPageAndWait( ) method work, without calling the "do" method from the Sitemap? thank

developers list

2004-07-01 Thread Colin Paul Adams
I am not seeing appear (after a few hours) a message that I posted this morning to the developers list. I am seeing other messages appear on the list. Does anyone know if there is a problem with the list? -- Colin Paul Adams Preston Lancashire

Re: Binding to an fd:booleanfield

2004-07-01 Thread Colin Paul Adams
> "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: Bruno> Well, this is exactly why you should have posted what you Bruno> tried in the first message, otherwise I could keep Bruno> guessing. You are right, of course. Also, I was initially trying to add the converter to the form

Re: validating fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 13:06, Jeremy Quinn wrote: > On 1 Jul 2004, at 11:45, Bruno Dumon wrote: > > > On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: > >> On 30 Jun 2004, at 17:56, Bruno Dumon wrote: > >> > >> Thanks for your response Bruno. > >> > >>> On Wed, 2004-06-30 at 13:01, Jeremy Quinn wro

Re: Binding to an fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 12:55, Colin Paul Adams wrote: > > "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: > > > Bruno> plain is the right one > > Bruno> The above doesn't show where you put that element. > > > > Bruno> Anyway, it's explained over here: > Bruno> http://c

Re: cocoon and hibernate sessions

2004-07-01 Thread Upayavira
Jeremy Quinn wrote: On 1 Jul 2004, at 11:29, Upayavira wrote: That could work, but it would be working round, rather than working with, Cocoon. You would also be buffering your output, which is best avoided. The solution looks far more complicated than it needs to be, also it makes lazy load

Re: validating fd:booleanfield

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 11:45, Bruno Dumon wrote: On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: On 30 Jun 2004, at 17:56, Bruno Dumon wrote: Thanks for your response Bruno. On Wed, 2004-06-30 at 13:01, Jeremy Quinn wrote: Hi All I need to validate (within the CForms framework) that a set of checkboxes

Re: Binding to an fd:booleanfield

2004-07-01 Thread Colin Paul Adams
> "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: Bruno> plain is the right one Bruno> The above doesn't show where you put that element. Bruno> Anyway, it's explained over here: Bruno> http://cocoon.apache.org/2.1/userdocs/forms/binding.html#fb%3Avalue Not very well,

Re: cocoon and hibernate sessions

2004-07-01 Thread Jeremy Quinn
On 1 Jul 2004, at 11:29, Upayavira wrote: That could work, but it would be working round, rather than working with, Cocoon. You would also be buffering your output, which is best avoided. The solution looks far more complicated than it needs to be, also it makes lazy loading pointless. This

Re: validating fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 12:09, Jeremy Quinn wrote: > On 30 Jun 2004, at 17:56, Bruno Dumon wrote: > > Thanks for your response Bruno. > > > On Wed, 2004-06-30 at 13:01, Jeremy Quinn wrote: > >> Hi All > >> > >> I need to validate (within the CForms framework) that a set of > >> checkboxes have all

Re: Binding to an fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 12:22, Colin Paul Adams wrote: > > "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: > > Bruno> On Thu, 2004-07-01 at 10:33, Colin Paul Adams wrote: > >> > "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: > >> > Bruno> Are you using a convertor in

Cannot get store error.

2004-07-01 Thread Oro smith
The following error message is seen in the error.log file when clicking the link to go the url http://xxx:/mail/mail/mail.wml?id=2.wml "Cannot get store and connect null." However this error is noticed only in the mobile phone and no such messages are seen when the same url is accessed from

Re: cocoon and hibernate sessions

2004-07-01 Thread Upayavira
That could work, but it would be working round, rather than working with, Cocoon. You would also be buffering your output, which is best avoided. This is an issue that requires a full solution. I believe the preferred way is something like: cocoon.sendPageAndWait("url", bizData, function(){ses

Re: Binding to an fd:booleanfield

2004-07-01 Thread Colin Paul Adams
> "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: Bruno> On Thu, 2004-07-01 at 10:33, Colin Paul Adams wrote: >> > "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: >> Bruno> Are you using a convertor in the binding? >> I've tried adding one, but it appears to ign

Re: Show/Hide Widgets

2004-07-01 Thread Vilya Harvey
Joerg Heinicke wrote: On 30.06.2004 12:05, Vilya Harvey wrote: Sorry, I wasn't being clear. What I was trying to say is that action widgets which occur inside a union seem to behave as if they were submit widgets, whereas action widgets outside of a union behave as expected. Hopefully that makes

Re: xindice1.1b4 + cocoon-2.1.5 lost collections

2004-07-01 Thread Upayavira
Christian Mayrhuber wrote: On Thursday 01 July 2004 10:03, Upayavira wrote: Rui Alberto L. GonÃalves wrote: Hi all, I'm trying to use xmldb cocoon block. Things are ok while tomcat is up, but after shutdown and restart tomcat, data inserted in the database is lost. Directories structure rem

Re: cocoon and hibernate sessions

2004-07-01 Thread Peter Velychko
Hello Upayavira, May be it is off topic. There was discussion on using lazy loading with Hibernate. Just a wild idea about it. In flowscript we have possibility to get OutputStream or even DOM tree to variable. And we can use the resulting DOM tree to generate response. (I'm not clear in my mind h

Re: validating fd:booleanfield

2004-07-01 Thread Jeremy Quinn
On 30 Jun 2004, at 17:56, Bruno Dumon wrote: Thanks for your response Bruno. On Wed, 2004-06-30 at 13:01, Jeremy Quinn wrote: Hi All I need to validate (within the CForms framework) that a set of checkboxes have all been checked. I have tried adding but it does not appear to have an effect : Check

Re: Multiple HTML page output

2004-07-01 Thread [EMAIL PROTECTED]
Lincoln Mitchell wrote: Hi all, I have a web site generated by cocoon but need to have cocoon output all HTML as files to a directory. These resulting files will then be but on the server (unfortunately Cocoon cannot be used on this server). wget -m http://localhost:8080/cocoon/... -- Volkmar W. Po

Re: xindice1.1b4 + cocoon-2.1.5 lost collections

2004-07-01 Thread Timur Izhbulatov
Upayavira wrote: I have some problems with the _embedded_ Xindice under linux. The same webapp works fine under w2k, but under linux XMLDB samples don't work. When I try to populate the database with sample data, the sample succesfully creates a collection, but resource creation fails. Moreover

Re: Binding to an fd:booleanfield

2004-07-01 Thread Bruno Dumon
On Thu, 2004-07-01 at 10:33, Colin Paul Adams wrote: > > "Bruno" == Bruno Dumon <[EMAIL PROTECTED]> writes: > > Bruno> Are you using a convertor in the binding? > > I've tried adding one, but it appears to ignore it, no matter what I > type. > How should I type it? It would be easier if

Re: xindice1.1b4 + cocoon-2.1.5 lost collections

2004-07-01 Thread Christian Mayrhuber
On Thursday 01 July 2004 10:03, Upayavira wrote: > Rui Alberto L. GonÃalves wrote: > >Hi all, > >I'm trying to use xmldb cocoon block. Things are ok while tomcat > >is up, but after shutdown and restart tomcat, data inserted > >in the database is lost. Directories structure remains in the > >file s

[c2.1.5] add tables and data to hsqldb through cocoondb.script

2004-07-01 Thread Matthieu Richard-Molard
Hello! I'm using the latest Cocoon version (2.1.5) , and I try to have my Cocoon 2.0 programs work with it: but i don't manage to add data to the hsqldb database by writing "CREATE TABLE" and "INSERT" commands in the cocoondb.script file, as I did with the older version since each time i resta

Re: xindice1.1b4 + cocoon-2.1.5 lost collections

2004-07-01 Thread Upayavira
Rui Alberto L. GonÃalves wrote: Hi all, I'm trying to use xmldb cocoon block. Things are ok while tomcat is up, but after shutdown and restart tomcat, data inserted in the database is lost. Directories structure remains in the file system, but documents are no longer visible to Xindice. I've alread

Re: cocoon and hibernate sessions

2004-07-01 Thread Upayavira
Stephan Coboos wrote: Upayavira wrote: This will not work. Actions are used when building a pipeline, not when processing it. So the action will take place before the view is processed, not after. Oh, what a pitty. It's a little bit consfusing me why action is executed before proc

  1   2   >