I am upgrading to 2.0.11 from 2.0.9 and got this error

SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /jsp/content/findAcrResults.jsp(6,0)
According to TLD or attribute directive in tag file, attribute test does
not accept any expressions

for this line in my jsp

<s:if test="${resultSize} > 0">

I changed it to 
<s:if test="%{resultSize>0}" >
Now the error went away.  But the statement never evaluated true.  I
took out the s:if statement, the result showed up corrected.  resultSize
is a request attribute.

Please advice,

Jane



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

Reply via email to