Re: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Wes Wannemacher
I noticed something broken in showcase on trunk once and brought it up - https://issues.apache.org/struts/browse/WW-2206 In discussion, I realized that the dev team is moving away from other expression languages in favor of OGNL only (or whatever is plugged-in in struts 2.1.x). -W On 10/10/07,

RE: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Jake Robb
Pardon me for being totally new to OGNL, but what would be the equivalent of ${not empty rules}? -Original Message- From: Wes Wannemacher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 2:44 PM To: Struts Users Mailing List Subject: Re: [S2] s:if test attribute not a runtime

Re: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Wes Wannemacher
PROTECTED] Sent: Wednesday, October 10, 2007 2:44 PM To: Struts Users Mailing List Subject: Re: [S2] s:if test attribute not a runtime expression? I noticed something broken in showcase on trunk once and brought it up - https://issues.apache.org/struts/browse/WW-2206 In discussion, I realized

RE: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Jake Robb
Thanks, that seems to have done the trick. :) -Original Message- From: Wes Wannemacher [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 2:50 PM To: Struts Users Mailing List Subject: Re: [S2] s:if test attribute not a runtime expression? %{rules != null rules.size() 0} (I

Re: [S2] s:if test attribute not a runtime expression?

2007-10-10 Thread Laurie Harper
Jake Robb wrote: Okay, this might be a question for the dev list, but bear with me for a minute. My application is currently using Struts 2.0.8. I read about some security and bug fixes in 2.0.9 and 2.0.10. According to the Struts JIRA server, 2.0.10 has been complete since September 9th, so