--- On Tue, 12/23/08, Marsman <[email protected]> wrote:
> <s:iterator value="albums">
>   <s:property value="artist"/>
> </s:iterator>

This isn't really type conversion, it's a toString. AFAIK type conversion is 
only an issue to/from forms.

> if (   values[0] == null || values[0].length() == 0 
>     && values[0].equalsIgnoreCase("v.a.")
         || values[0].equalsIgnoreCase("various artists"))

This condition strikes me as odd... did you really mean "&&" there?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to