RE: Problem With NOT EMPTY Using the Tag

2005-08-24 Thread Walton, Kaleb \(ISS Southfield\)
o: Struts Users Mailing List Subject: Re: Problem With NOT EMPTY Using the Tag On 8/24/05, Caroline Jen <[EMAIL PROTECTED]> wrote: > I use the NOT EMPTY to do the testing. I have > javax.servlet.jsp.JspException: An error occurred while evaluating > custom action attribute &quo

Re: Problem With NOT EMPTY Using the Tag

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Caroline Jen <[EMAIL PROTECTED]> wrote: > I use the NOT EMPTY to do the testing. I have > javax.servlet.jsp.JspException: An error occurred > while evaluating custom action attribute "test" with > value "${NOT EMPTY log > Rows}": Encountered "EMPTY", expected one of ["}", Keywords, i

Problem With NOT EMPTY Using the Tag

2005-08-24 Thread Caroline Jen
I use the NOT EMPTY to do the testing. I have <%@ taglib uri="/WEB-INF/tld/c.tld" prefix="c" %> at the top of my JSP file. But, I got an Internal Server Error 500 problem (The log is shown after my code snippet.) I am unable to see the problem with my tag. . No Failed Log-in So