"[EMAIL PROTECTED]" wrote : It is usually dodgy to try and use JSTL tags like 
c:forEach in JSF. They just don't work very well.

What is suggested to be used insted of JSTL tags? How to solve problem like 
mine, which looks like this:

In my SFSB there is representation of chairs in cinema and each Seat instance 
has row and number values:
...
@DataModel
List<List> allSeats; 
...

and I would like to put seats in 2 dimensions on MyFaces site. Mostly natural 
for me is to use c:forEach in c:forEach and navigate in 2 dims but this tag 
doesn't work correctly with JSF.

What's the correct way to do that?

Regards, Slawek

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933998#3933998

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933998


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to