"David Graham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > When I try to build Struts I get this error: > [javac] > C:\eclipse\workspace\jakarta-struts\src\share\org\apache\struts\taglib\neste d\NestedPropertyTag.java:121: > cannot resolve symbol > [javac] symbol : variable EVAL_BODY_AGAIN > [javac] location: class > org.apache.struts.taglib.nested.NestedPropertyTag > [javac] return (EVAL_BODY_AGAIN); > > I think EVAL_BODY_AGAIN is a JSP 1.2 feature and I'm building with the > Servlet 2.2 jar. Is anyone else having this problem?
I'm not seeing the problem, but then I'm currently building against JSP 1.2. You are correct that EVAL_BODY_AGAIN is a JSP 1.2 constant. The JSP 1.1 equivalent is EVAL_BODY_TAG, so that's what we need to be using. Looking back at the recent commit messages, it looks like this was one of Arron's changes on 2/27. -- Martin Cooper > > David > > > > > > _________________________________________________________________ > The new MSN 8: smart spam protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]