Thanks for the answer -- I should have seen that one.

Bryan

----- Original Message ----- 
From: "Martin Cooper" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, September 20, 2002 4:04 PM
Subject: RE: Logic tag


You can't redefine a bean of the same name on the same page. But you can do
what you want more easily than that, as long as the collection you are
iterating over implements java.util.Collection (or extends something that
does):

  <logic:empty name="myForm" property="codelist">
    No records found.
  </logic:empty>

--
Martin Cooper





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

Reply via email to