Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VDL Docs Need Correction/Clarification For ui:repeat size Attribute #1058

Closed
eclipse-faces-bot opened this issue Dec 1, 2011 · 11 comments
Closed

Comments

@eclipse-faces-bot
Copy link

Currently, the VDL docs say this for ui:repeat "size" attribute:

"Read-write property setting the size of the collection to iterate. If this value is less than the actual size of the collection, a FacesException must be thrown."

However, the purpose of the size attribute is to specify the number of elements or items to iterate over in the overall collection. So, for example:

  • overall collection size = 10
  • u:repeat size="5"
    should iterate over the first 5 items of the collection.

Affected Versions

[2.1]

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Reported by rogerk

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Was assigned to rogerk

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
rogerk said:
Changes.

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
File: changebundle-1058.txt
Attached By: rogerk

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
rogerk said:
Revised Change.

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
File: changebundle-1058.txt
Attached By: rogerk

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
rogerk said:
Committed to trunk:
Sending jsf-ri/conf/share/ui.tld
Transmitting file data .
Committed revision 9484.

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
rogerk said:
checked in.

@eclipse-faces-bot
Copy link
Author

@glassfishrobot Commented
Marked as fixed on Monday, November 19th 2012, 3:20:35 pm

@eclipse-faces-bot
Copy link
Author

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

@eclipse-faces-bot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants