> Back to the scriptlet or JSTL approach

I'm still trying to get a property from a bean while iterating, and use it
as the value of a radio button:

<logic:iterate id="resView" name="foundPersons" >
    <bean:write name="resView" property="key" filter="true"/>
    <html:radio  property="key" value="${resView.key}" />   <-- problem here
</logic:iterate>

Okay, what do I need to make ${resView.key} work?  And am I even doing it
right?  I'm getting "Cannot find bean under name
org.apache.struts.taglib.html.BEAN".

This is Tomcat 4.1.12, (just moved to it 20 minutes ago,) but I don't quite
understand if I should use JSTL or if there's a separate Struts expression
language.  I've only been half-listening since I was on 3.3.1 and it didn't
apply... 

Thanks,

-- 
Wendy Smoak
http://sourceforge.net/projects/unidbtags 

Reply via email to