Thanks for your reply.
-----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 12:03 PM To: Struts Users Mailing List Subject: Re: logic tag question The issue is the bean tag inside the logic tag; that isn't valid JSP. You'll need to use EL there via the EL tags or JSP 2.0 support, depending on your container. Dave --- On Wed, 11/5/08, Russo, Joe <[EMAIL PROTECTED]> wrote: > From: Russo, Joe <[EMAIL PROTECTED]> > Subject: logic tag question > To: user@struts.apache.org > Date: Wednesday, November 5, 2008, 11:51 AM > Hi, > > I am trying to use a nested logic tag and I get an error: > equal symbol > expected > > Any help would be appreciated. > > Thanks, > > Joe > > > > Here is the code: > > <logic:greaterThan name="article" > property="parentArticleId" value="0"> > > <logic:notEqual name="article" > property="parentArticleId" > value="<bean:write name="article" > property="articleMetaId"/>"> > > <img > src="../images/icon_merged.png" > width="13" > height="13" align="absmiddle"> > > </logic:notEqual> > > </logic:greaterThan> > > > ****y --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] **** ****