Re: Looping in JSF?

2006-06-22 Thread Anders W. Tell
collection of this. But I cant seem to find looping constructs in JSF except from the DataTable. Does c:forEach work or how do I mix it with Java constructs in a JSP file thanks for any hints /anders

Re: Looping in JSF?

2006-06-22 Thread Bruno Aranda
] http://myfaces.apache.org/tomahawk/dataList.html On 6/21/06, Anders W. Tell [EMAIL PROTECTED] wrote: Hi, I want to create list of commandButtons based on a collection of ActionObjects. so I want to loop over my collection of this. But I cant seem to find looping constructs in JSF except from

Re: Looping in JSF?

2006-06-22 Thread Anders W. Tell
/dataList.html On 6/21/06, Anders W. Tell [EMAIL PROTECTED] wrote: Hi, I want to create list of commandButtons based on a collection of ActionObjects. so I want to loop over my collection of this. But I cant seem to find looping constructs in JSF except from the DataTable. Does c:forEach work or how do

RE: Looping in JSF?

2006-06-21 Thread Julian Ray
I'm no expert on EL but what you are describing sounds like a good candidate for a custom component. -Original Message- From: Anders W. Tell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 11:05 AM To: MyFaces Discussion Subject: Looping in JSF? Hi, I want to create list

Re: Looping in JSF?

2006-06-21 Thread Bruno Aranda
of ActionObjects. so I want to loop over my collection of this. But I cant seem to find looping constructs in JSF except from the DataTable. Does c:forEach work or how do I mix it with Java constructs in a JSP file thanks for any hints /anders

Re: Looping in JSF?

2006-06-21 Thread ::SammyRulez::
/tomahawk/dataList.html On 6/21/06, Anders W. Tell [EMAIL PROTECTED] wrote: Hi, I want to create list of commandButtons based on a collection of ActionObjects. so I want to loop over my collection of this. But I cant seem to find looping constructs in JSF except from the DataTable. Does c:forEach

Re: Looping in JSF?

2006-06-21 Thread Andrew Robinson
PROTECTED] wrote: Hi, I want to create list of commandButtons based on a collection of ActionObjects. so I want to loop over my collection of this. But I cant seem to find looping constructs in JSF except from the DataTable. Does c:forEach work or how do I mix it with Java constructs