Re: FormValidatorAction on database

2002-09-20 Thread William Moore
On Wednesday, September 18, 2002, at 05:24 pm, Christian Haul wrote: On 17.Sep.2002 -- 04:19 PM, William Moore wrote: Hello I am trying to use FormValidatorAction to check data before inserting it into a database. The key on the database is one of the values on the form, and I want

FormValidatorAction on database

2002-09-17 Thread William Moore
Hello I am trying to use FormValidatorAction to check data before inserting it into a database. The key on the database is one of the values on the form, and I want to check if it already exists on the database so I can tell the user to enter a different value. I cannot work out how to do

User authentication with LDAP

2002-07-08 Thread William Moore
Last year I used Cocoon on a project for a client. User authentication was achieved using the tools demonstrated in the http://localhost:8080/cocoon/ protected/ sample. Now the client has decided he wants to use an LDAP Directory for authentication. I tried using Tomcat's Realm implementation

Re: User authentication with LDAP

2002-07-08 Thread William Moore
you have any idea what I should change to make it work? Perhaps you could send me some samples of how you have implemented this so I can discover where I am going wrong. Thanks William On Monday, July 8, 2002, at 02:09 pm, Nicola Ken Barozzi wrote: William Moore wrote: Last year I used

Re: User authentication with LDAP

2002-07-08 Thread William Moore
I looked at this some more, and then went to have a beer. There was an error in the sequence of by web-app tags, but the error message did not say that. Next time I'll check that the error message is telling the whole truth. William On Monday, July 8, 2002, at 03:00 pm, William Moore wrote

Re: Sql Transformer

2002-03-25 Thread William Moore
Markus Did you get ny replies off-list to your question? I too had lots of problems with SQLTransformer, but managed to find workarounds. In particular there seems to be a problem with namespaces. It is described (and fixed) by Christopher Watson in the message with subject RE: Cocoon 2.0

SQLTransformer NullPointerException with Oracle and ancestor-value

2002-03-19 Thread William Moore
Hello I have run into a problem using SQLTransformer in Cocoon 2.0 with Oracle 8. 1.7 and Tomcat 4.0.1 on Windows NT4 Service Pack 5. Here is the datasource as defined in cocoon.xconf: jdbc name=gtu-bridge pool-controller min=5 max=10 oradb=true/

[C2} Session Attributes for FormValidationAction

2001-11-22 Thread William Moore
Hello I have been trying to extend the sample of validation shown in the AbstractValidationAction documentation. As well as checking that both values for the new password are equal, I want to check that the value in old password field is the same as the value for password which I have placed