Hi,
probably it's a not so hard question, but really I cannot find a solution 
to this simple problem.
This is the example of struts documentation:
<logic:iterate id="element" name="myhashtable">
Next element is <bean:write name="element" property="value"/>
</logic:iterate>

everything works fine. But I want to use the bean with the key 'element', 
inside a scriptlet to do something like this:



<logic:iterate id="element" name="myhashtable">
                 <slide:node uri='<%= group.toString()%>'>
                                     <slide:iterateMembers id='utenti' 
depth='0'>
                                      <li><bean:write name='utenti' 
property='name'/></li>
                                   </slide:iterateMembers>
                                </slide:node>
   </slide:iterateMembers>


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

Reply via email to