Help drasticaly needed ; indexed properties

2003-10-03 Thread Frederic Dernbach
I recently asked for some help on indexed properties and I still some assistance. However, I made some progress in the understanding of the issue. I traced the Struts source code to understand a little better why I'm loosing collection date in between Struts actions. I have a very simple JSP (not

Re: Validator exception when not configured

2003-10-03 Thread Morten Primdahl
INFO: Loading validation rules file from '/WEB-INF/validation.xml' Oct 3, 2003 11:03:48 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 67 column 11: The content of element type "web-app" must match is in web.xml and has nothing to do with Validator ;-), see line 67 of y

Re: file not found

2003-10-03 Thread Max Cooper
Is your webapp actually deployed (as opposed to simply uploading the files) on that server? It seems like Struts is not running or your web.xml is messed up if the server is not forwarding *.do requests to the Struts ActionServlet. -Max - Original Message - From: "ajay brar" <[EMAIL PROT

Re: Validator exception when not configured

2003-10-03 Thread Yann Cébron
> Hi, > > Is the validator initialization supposed to fail and print a stack trace > in my log when I have not enabled it in my struts-config.xml? Running > struts 1.1. > > Oct 3, 2003 11:03:47 AM org.apache.struts.validator.ValidatorPlugIn initResources > INFO: Loading validation rules file from '

RE: Still an issue: Quartz plugin shutdown problem

2003-10-03 Thread Holman, Cal
Mick>> Send me the contents of your quartz-config.xml and I will try to execute again. In this email looks like the job element is commented out. Cal http://www.calandva.com/Last update 08/01/03 -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Thursda

Validator exception when not configured

2003-10-03 Thread Morten Primdahl
Hi, Is the validator initialization supposed to fail and print a stack trace in my log when I have not enabled it in my struts-config.xml? Running struts 1.1. Oct 3, 2003 11:03:47 AM org.apache.struts.validator.ValidatorPlugIn initResources INFO: Loading validation rules file from '/WEB-INF/valida

Simple validator question

2003-10-03 Thread Jeroen Breedveld
Hi all, Is it possible to supply the msg element with the value the user entered in the form as the content of the arg element? My key errors.login.email.invalid is: {0} is an invalid email address So when a user enters 'foo' as an email adres I want an error message saying: 'foo is an invalid e

RE: workflow extension question

2003-10-03 Thread shirishchandra.sakhare
Hi, I think what you are saying (The scenarios you have described )is not possible with the current workflow implementation. Because when a user leaves a workflow(Like you said, he is bored and clicks on a menu link.), then there is a workflow violation and the workFLow for whicch this violation

multiple modules

2003-10-03 Thread Nathan Coast
Hi, do you have to have a default module called '' or with multiple modules can they all be defined with a name? config/equipment /WEB-INF/struts-equipment-config.xml config/logistics /WEB-INF/struts-logistics-config.xml I'm getting errors with deploym

Need for a sample with indexed properties

2003-10-03 Thread Frederic Dernbach
Following up on a previous post, I currently experience big difficulties managing indexed properties in a Struts form. Can somebody send me a complete sample with : - a form with an indexed properties (I need to see the setter and getter methods). The O'Reilly "Programming Jakarta Book" says that

<    1   2