On Thu, May 19, 2011 at 11:54 AM, Edward W. Rouse wrote:
> <logic:iterate id="task" name='${cache.vars["foundData"] }'>
>
> [produces the following exception]
>
> 2011-05-19 11:15:50.961: Resin javax.servlet.jsp.JspException: Cannot find
> bean: "[com.comsquared.workflow.web.util.SortableData@671416,
> com.comsquared.workflow.web.util.SortableData@157d162,
> com.comsquared.workflow.web.util.SortableData@739136,
> ...]" in any scope
>
> What confuses me is that the error says it can't find the bean, but it lists
> the contents of the bean so it must have found it.I read it differently, in that it's trying to use the toString() of the cache var as the name of the bean. Not an answer, but perhaps a clue. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

