[
https://issues.jboss.org/browse/RF-10037?page=com.atlassian.jira.plugin.s...
]
Paul Dijou commented on RF-10037:
---------------------------------
I agree about Iterator but I don't understand why a while{} loop for an Enum. In this
case, it should be :
{code:java}
for(MyEnum var : MyEnum.values())
{
// code
}
{code}
CDK: <c:forEach > should generate while(){} loop for Iterator
and Enumeration
-----------------------------------------------------------------------------
Key: RF-10037
URL:
https://issues.jboss.org/browse/RF-10037
Project: RichFaces
Issue Type: Task
Components: cdk, optimization
Affects Versions: 4.0.0.Milestone4
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: 4.Future
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira