jakartaee / faces

Jakarta Faces
Other
102 stars 55 forks source link

<ui:repeat> inner variable can't be transmitted to a composite. #889

Open eclipse-faces-bot opened 14 years ago

eclipse-faces-bot commented 14 years ago

This source code based on a loop is able to work:

<c:forEach var="adresse" items="#

{assoCtrl.association.adresses}">

</c:forEach>

But this one, based on an loop, fails:

<ui:repeat var="adresse" value="#{assoCtrl.association.adresses}

"> <territoire:adresse adresse="#

{adresse}" /> </ui:repeat>

This message is received: " The following attribute(s) are required, but no values have been supplied for them: adresse. "

As a test, I changed the content of my loop that way:

And found that the HTML page is displayed, no Exception thrown by JSF 2.0.3 then. (I see that content on the HTML page that is created: ). Therefore, I think that the transmission of the var parameter of is faulty when an inner composite is targeted. I made some tries by promoting the value part of to various scopes, but without success. Regards, Grunt. #### Environment Operating System: All Platform: All #### Affected Versions [2.0]
eclipse-faces-bot commented 5 years ago
eclipse-faces-bot commented 14 years ago

@glassfishrobot Commented Reported by grunt2000

eclipse-faces-bot commented 13 years ago

@glassfishrobot Commented rogerk said: triage

eclipse-faces-bot commented 13 years ago

@glassfishrobot Commented rogerk said: triage

eclipse-faces-bot commented 10 years ago

@glassfishrobot Commented @edburns said: Set priority to baseline ahead of JSF 2.3 triage. Priorities will be assigned accurately after this exercise.

eclipse-faces-bot commented 10 years ago

@glassfishrobot Commented @manfredriem said: Setting priority to Minor

eclipse-faces-bot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JAVASERVERFACES_SPEC_PUBLIC-889