Problem with FormValidatorAction

2002-12-16 Thread arturl
When trying to use FormValidatorAction as specified in samples I get the following error: Line 388, column 49: constructor XSPFormValidatorHelper(java.lang.String, boolean, org.apache.avalon.framework.logger.Logger, org.apache.cocoon.environment.SourceResolver, java.lang.String) not found

Does FormValidatorAction work with 2.0.4?

2002-12-10 Thread Matthias Brunner
Hello, I am experiencing problems when trying to use FormValidatorAction. Descriptor file: root parameter name=lastname type=string max-len=255 nullable=no/ parameter name=firstname type=string max-len=255 nullable=no/ parameter name=birthdate type=string nullable

Re: FormValidatorAction

2002-10-30 Thread Christian Haul
On 29.Oct.2002 -- 12:22 PM, Ray Martin wrote: using a descriptor file like employee-form.xml in the tutorial directory. have FormValidatorAction called from the sitemap. a line in core.log states All form params successfully validated - written by FormValidatorAction. no other lines from

FormValidatorAction

2002-10-29 Thread Ray Martin
using a descriptor file like employee-form.xml in the tutorial directory. have FormValidatorAction called from the sitemap. a line in core.log states All form params successfully validated - written by FormValidatorAction. no other lines from FormValidatorAction. therefore, neither

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

Re: FormValidatorAction on database

2002-09-18 Thread Christian Haul
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 to check if it already exists on the database so I can tell the user

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

Re: FormValidatorAction on database

2002-09-17 Thread Andrés Tobelem
Hi How can i inlcude one xml y another? - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Fixed version of FormValidatorAction

2002-05-13 Thread Christian Haul
On 13.May.2002 -- 04:05 PM, Volker Schneider wrote: BTW: Do you know when release 2.0.3 comes out? No idea, really. We decided to have more frequent releases, but I'm not aware of a date for 2.0.3. Carsten in in charge of that but I believe he is currently off list. Chris. -- C h r i

Sample or documentation about FormValidatorAction?

2002-05-10 Thread Volker Schneider
Dear colleagues, where can I find a documentation about or a sample using the FormValidator action? Source code says that the configuration xml file don't need to be a file. Does anybody know more about this? Does using of the FormValidator action have an impact on performance? Thank you, best

RE: Sample or documentation about FormValidatorAction?

2002-05-10 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, where can I find a documentation about or a sample using the FormValidator action? Main sitemap, search for form-validator. Source code says that the configuration xml file don't need to be a file. Any source,

Problem with FormValidatorAction

2002-04-30 Thread Hiloliddin Karimov
Hello all, Problem with FormValidatorAction. I have following on my sitemap.log, when I try Login: DEBUG (2002-04-30) 16:10.17:468 [sitemap](/cocoon/protected/do-login) HttpProcessor[80][3]/sitemap_xmap: Matched wildcard pattern protected/** DEBUG (2002-04-30) 16:10.17:468 [sitemap

RE: Problem with FormValidatorAction

2002-04-30 Thread Vadim Gritsenko
This one is fixed in the CVS. Vadim From: Hiloliddin Karimov [mailto:[EMAIL PROTECTED]] Hello all, Problem with FormValidatorAction. I have following on my sitemap.log, when I try Login: DEBUG (2002-04-30) 16:10.17:468 [sitemap](/cocoon/protected/do-login) HttpProcessor[80][3

FormValidatorAction DTD

2002-04-15 Thread Ivan Luzyanin
Hello! Has anyone any ideas about SUBJ? - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For