--- On Tue, 12/23/08, Marsman <mars....@gmx.de> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to