When I want to diplay a list of business beans in a html page, i copy them
each one in a list of view beans in order to render them with Velocity. Is
there another solution (faster :-)) than looping my list of business beans,
create a relevant view bean, populate it with BeanUtils.copyProperties(..)
and return the new list to Velocity to display them ?
Thank you.
Richard.


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

Reply via email to