Hi all,

I have the following problem: I want to access ActionError objects using
the EL language in a JSP page like this (for a reason I don't want to
work with the html:error taglib):

  <c:forEach
items="${requestScope}['org.apache.struts.action.ERROR'].properties"
var="error">
    <div><c:out value="${error}"/></div>
  </c:forEach>

My guess is that this doesn't work because the ActionErrors class has a
properties() method and not a getProperties() method. Does anyone know a
way to iterate over the ActionError objects in the ActionError object
using the EL language?

Thanks and regards,

Jeroen Breedveld

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

Reply via email to