Re: Problem with cForms and validation

2004-11-16 Thread Emond Papegaaij
widget validators, and the compatibility to support the old syntax seems to be broken. Thanks! This works like a charm. This new way of validation is the way it is going to be and the old one will be deprecated? Best regards, Emond Papegaaij

Problem with cForms and validation

2004-11-15 Thread Emond Papegaaij
the combination of validation with non-required fields quite useless. Best regards, Emond Papegaaij Here is a snapshot of the definition of a field that is causing problems when left blank: fd:aggregatefield id=poBoxZipCode fd:labelPostcode/fd:label fd:datatype base=string/ fd:split pattern=([1-9]{1}[0

Re: Empty request object

2004-10-07 Thread Emond Papegaaij
On Thursday 07 October 2004 01:42, Adam Walsh wrote: Emond Papegaaij wrote: When running our cocoon application on some systems, we run into a very strange and hard to find problem. Our application uses cForms and a custom flow engine to display these forms. In some cases, when the user

Empty request object

2004-10-01 Thread Emond Papegaaij
increased the problem significantly. Adding more debug code below this code sometimes makes the problem go away, even before this extra code is executed. Am I doing something wrong, or did I hit a serious bug in either Cocoon or Tomcat? Best regards, Emond Papegaaij

Re: java.lang.NoSuchMethodError when calling java flow

2004-09-17 Thread Emond Papegaaij
and arguments are the same. I was unable to solve this problem, hence I wrote a new flow engine that does not rewrite the classes [1]. Emond Papegaaij [1] http://archives.real-time.com/pipermail/cocoon-users/2004-September/056289.html

Re: Writing flowscript in Java

2004-09-16 Thread Emond Papegaaij
luck, Emond Papegaaij - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Creating and halting flow continuations

2004-09-08 Thread Emond Papegaaij
On Thursday 09 September 2004 00:08, Ulf Sahlin wrote: I need to: 1. create a continuation 2. put the id of the continuation in a deliveryUrl 3. redirect to a redirectUrl 4. suspend flowscript execution, until the remote system hosting redirectUrl redirects the user to my deliveryUrl 5.

Accessing services

2004-07-06 Thread Emond Papegaaij
to access it from anywhere, but I don't like this solution and I assume there's a better way to do it. This Servicable also uses the SessionManager. Is it safe to assume that the SessionManager will always be present in the ServiceManager provided to my Serviceable? Best regards, Emond Papegaaij

Re: Accessing services

2004-07-06 Thread Emond Papegaaij
in the root ServiceManager, but I just can't find a way to get to this ServiceManager. By the way, I just discovered that XSPGenerator has a manager field. I don't need access from the sitemap anymore, and the flow methods you gave seem to do what I need. Thanks. Best regards, Emond Papegaaij