Hi! I am using jsf framework and want to iterate a list of Integers in jsp. The result should look something like the following: 1 2 3 4.
The tags datascroller and datalist does not work in my case and it seems like jsf isnt very compatible with jstl tags. It stumbled upon x:iterator and x:forEach tag but didnt get it to work (actually the tags werent even recognized, so I must have missed some library, to begin with, but couldnt find out which library).
Thanx for all help.
/Cissi