Thank you. Does that mean that under OGNL I must do two checks?

bean.string neq null and bean.string.length neq 0

instead of
${!empty bean.string}

Tiresome...


Al Sutton wrote:
> I tend to use
>
> empty eq null
>
> To test if it's null and;
>
> empty neq null
>
> For non-null
>
> -----Original Message-----
> From: Laszlo Borsos [mailto:[EMAIL PROTECTED]
> Sent: 16 August 2007 08:04
> To: Struts Users Mailing List
> Subject: empty operator
>
>
> In OGNL, how can I assert that a String property is not null or empty?
>
> I would like this functionality:
> ${!empty bean.string}
>
>
> kuvera


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to