Hi I am using struts 1.2.8 and i have a problem with test condition with validwhen validator. Eveything works fine except when i try to compare sth with a string containing values not from iso8859-1 charset .i.e
<field property="statementType" depends="validwhen" page="3"> <msg name="validWhen" key="need.to." resource="false"/> <var> <var-name>test</var-name> <var-value>( *this* == "eWyciąg" )</var-value> </var> </field> On my console i see : ValidWhen Error for field ' statementType' - line 1:19: expecting '"', found 'ą' Any help, pls.