> When you get the "Cannot find bean ..." error message, it's hard to tell
> WHICH bean it can't find.  Do you know that there is a bean named
> "foundPersons"?

Yeah, for me, too. :)  But yes, the foundPersons collection is there.  The
page loads fine if I comment out the the <html:radio> tag.  It has to be the
resView bean that I assume <logic:iterate> puts somewhere (page scope?) so
that the nested tags can "see" it.  For some reason, it isn't visible to
that scriptlet.

> These questions don't matter too much, as you're trying to use JSTL EL
> references inside normal Struts tags.  That won't work.  However, if you
get
> the nightly build of Struts, you'll notice a new "contrib" library
directory
> named "struts-el".  This contains a tag library which is derived from the
> Struts tag library, which uses the JSTL EL engine for evaluating attribute
> values, instead of using "rtexprvalue"s.  This library was only recently
> released (by me), so it's still only in the nightly build, and not even in
a
> beta release yet.

The light begins to dawn. :)  Thanks... 

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

Reply via email to