Re: Encoding Problem ISO to UTF-8

2005-05-14 Thread Borut Hadžialić
On 5/14/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > Hi, > > I have a small encoding problem, which drives me crazy... > > Our complete site is in ISO-8859-1 (which is java-default, as I understand > it). I mean, the charset of the page is ISO, and meta-tags in HTML are > telling the > browser

Re: Encoding Problem ISO to UTF-8

2005-05-14 Thread Laurie Harper
Leon Rosenberg wrote: Hi, I have a small encoding problem, which drives me crazy... Our complete site is in ISO-8859-1 (which is java-default, as I understand Java uses the system default, which is locale dependant, so you can't just assume Latin 1. it). I mean, the charset of the page is ISO

Encoding Problem ISO to UTF-8

2005-05-14 Thread Leon Rosenberg
Hi, I have a small encoding problem, which drives me crazy... Our complete site is in ISO-8859-1 (which is java-default, as I understand it). I mean, the charset of the page is ISO, and meta-tags in HTML are telling the browser that the page is ISO too. Now the problem, that I have, is that I

Encoding Problem ISO to UTF-8

2005-05-14 Thread Leon Rosenberg
Hi, I have a small encoding problem, which drives me crazy... Our complete site is in ISO-8859-1 (which is java-default, as I understand it). I mean, the charset of the page is ISO, and meta-tags in HTML are telling the browser that the page is ISO too. Now the problem, that I have, is that I

Re: My OWN VALIDATOR

2005-05-14 Thread Metal KoRn
Im having a problem with validating a password field . THIS IS MY CODE infe validator.FMValidator class public static boolean validatePassword( Object bean, ValidatorAction va, Field field, ActionMessages errors,

Re: NestedLazy Validation: fixed

2005-05-14 Thread Vincent
Once again, Niall Thank You. Niall Pemberton wrote: Are you using the indexedListProperty in your validation.xml? depends="..."> Niall - Original Message - From: "Vincent" <[EMAIL PROTECTED]> Sent: Wednesday, May 11, 2005 8:10 PM ---