The opening tag should read like this (note the lack of the terminator):
  <logic:iterate id="hashEntry" name="ht">

It looks like this is a bug in the docs.

Also, be sure you include a reference to the logic TLD in the JSP page.
--
Dan Miser
http://www.distribucon.com

----- Original Message ----- 
From: "Christof Ettl" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 6:10 AM
Subject: Iterating over Hastable ??


> <logic:iterate id="hashEntry" name="ht"/>
>   Next element is <bean:write name="hashEntry" property="value"/>
> </logic:iterate>
> but an excetion like that:
> 
> javax.servlet.ServletException: IllegalAccessException accessing property
> value of bean hashEntry


Reply via email to