Hi,
Just use like this
<c:set var="peopleList" value="${actionBean.people}" scope="page"/>

<c:forEach items="${peopleList}" var="person" varStatus="loop">

...

</c:forEach>

but I didn't understand what you said about ActionBeans, that they not
supposed return any specific information. My ActionBean just changes
value of SearchCriteria, and getPeople() just uses Spring service to
return list of people based on searchCriteria.


2011/6/8 Michael Weber <cry...@gmx.net>

> Hello-
>
> thank you for your response. I however don't completely understand one
> thing about it:
> You offer a method "getPeople" in your ActionBean. It seems this is
> intended to pass the result to the jsp page (if so, how exactly can I use
> this list on a jsp page?). I always thought that ActionBeans aren't really
> supposed to return any specific information, but are only responsible to
> initiate changes in the beans which contain data (the model).
>
> - Michael
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to