Validwhen validator question

2004-02-02 Thread Andriy Ruzhevych
Hi. Can I use global constants from constant element in validwhen validator? If I can, how can I do that? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Validwhen validator question

2004-02-02 Thread Andriy Ruzhevych
) 2004-02-02 10:04:24,168 ERROR [STDERR] at org.apache.struts.validator.validwhen.ValidWhenParser.value(ValidWhenParser. java:384) -Original Message- From: Andriy Ruzhevych [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:15 AM To: Struts Users Mailing List Subject: Validwhen

Validator question

2004-01-26 Thread Andriy Ruzhevych
Hi. I have a sum field that can have different values (money or percent), depending on the other field isPercent. I want to validate money and percent type through the mask validator. I am not sure , whether I can set two mask validators with different masks on the same field. Maybe, somebody has

RE: Validator question

2004-01-26 Thread Andriy Ruzhevych
Thanks Markus Did you write your custom validator? I always use DynaValidatorForm and don't want to write custom java beans for this. -Original Message- From: Markus [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 4:04 PM To: Struts Users Mailing List Subject: Re: Validator

RE: deleted ApplicationResources_de.properties ghost

2004-01-20 Thread Andriy Ruzhevych
Did you seach German string or xxx_de.properties file in all ear/war of the web server? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 12:33 PM To: Struts Users Mailing List Subject: Re: deleted ApplicationResources_de.properties ghost

RE: Disable validator framework

2004-01-16 Thread Andriy Ruzhevych
You can try to use the page attribute of the field element. Only fields with a page attribute value that is equal to or less than the value of the page property on the form JavaBean are processed. This is useful when using a wizard approach to completing a large form, to ensure that a page is not

RE: Disable validator framework

2004-01-16 Thread Andriy Ruzhevych
2,3,4..., in order to do the validation for the current+previous pages only? Rgds, Patrick. -Original Message- From: Andriy Ruzhevych [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 4:50 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Disable validator framework

Tiles self-reference

2003-12-30 Thread Andriy Ruzhevych
Hi. I'm using Struts 1.1 with Tiles and have some problems with self-referencing. When I call calendar java script to bring up popup calendar window, I receive exception like javax.servlet.jsp.JspException: Error - tag importAttribute : no tiles context found. That's my piece of code input