--- On Fri, 8/22/08, piltrafeta wrote: > in m'y jsp i'm trying to compare a String link this > > <s:if test="#session.request._status != 'T' ">
<s:if test='#session.request._status != "T" '> Using single quotes around a single character will create a char, not a string, like in Java. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]