The / at the end of the <logic:present> tag closes that tag, so the
other </logic:present> closes it for a second time, making it
unbalanced.

Assuming you have some sort of content between the two tags, it should
be

<logic:present name="searchForm" property="results">
Content...
</logic:present>

HTH, Chris

-----Original Message-----
From: probertm [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 24, 2007 5:31 PM
To: user@struts.apache.org
Subject: Re: Struts 1.x and Tomcat 5 problem




Dave Newton-4 wrote:
> 
> --- probertm <[EMAIL PROTECTED]> wrote:
>> <logic:present name="searchForm" property="results"/>
>> </logic:present>
> 
> Looks unbalanced to me...
> 
> 

Sorry for being thick, Dave.  I don't get it.  
Could you spell it out?

-- 
View this message in context:
http://www.nabble.com/Struts-1.x-and-Tomcat-5-problem-tf3812184.html#a10
793090
Sent from the Struts - User mailing list archive at Nabble.com.


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


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

Reply via email to