From: cilquirm [mailto:[EMAIL PROTECTED]
> the problem for you is that since listOfBooks is not in the valuestack
> directly, you would have to reference it via the request object, like
> so <s:iterator value="%{#request.listOfBooks}">

If your Action has a publicly-visible getListOfBooks method:
 
<s:iterator value="listOfBooks">
  <s:property value="title"/>
  <%-- etc. --%>

Setting listOfBooks via an injected Hibernate DAO works great :)

Dave


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

Reply via email to