aspose file tools
The moose likes JSF and the fly likes Facelets custom component does not insert ui:repeat or c:forEach Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Facelets custom component does not insert ui:repeat or c:forEach" Watch "Facelets custom component does not insert ui:repeat or c:forEach" New topic
Author

Facelets custom component does not insert ui:repeat or c:forEach

Amy N. Snow
Greenhorn

Joined: Apr 09, 2008
Posts: 20
Hello,

I have a custom facelets component called "selectRow" it is a simple h:selectOneMenu with an ui:insert inside it:

Then on my page I try to use it:


But it doesn't work. If I see the source code I see a <c:forEach> evaluated on top of the select html tag and an empty option. I tried use ui:repeat but then I only get an empty option.

What is the problem?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Facelets custom component does not insert ui:repeat or c:forEach
 
Similar Threads
Reusable composite component with children.
Iterating tags in Seam (ui:repeat and c:forEach)
Iterating tags in Seam (ui:repeat and c:forEach)
Linking selectItem in loop with list not from backing bean
ui:repeat, c:foreach in JSF 2.0