Posted By:
Cecilia_Stesser
Posted On:
Tuesday, July 21, 2009 05:08 AM
Hi!
I am working with the jsf framework and I want to iterate a list of Integers in jsp. The result should be something like the following: 1 2 3 4
It seems like jsf isnt very compatible with jstl and DataScroller and DataList hasnt been working as I want. Also have seen some x:iterator tag and x:forEach tag but havent been able to get them to work (actually didnt recognize the tag even, so guess I dont know which package to include to get them to work). Would be greatful for some help.
Thanx.
/Cissi