Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Invalid
-
Affects Version/s: 1.5
-
Fix Version/s: 2.0-Alpha3
-
Component/s: Framework
-
Labels:None
-
Environment:Operating System: Linux
Platform: PC
Description
Comments in the jsp or jspx source file are not rendered into the markup. They
should not be removed but instead preserved.
should not be removed but instead preserved.
Issue Links
- depends on
-
ICE-606 Make ICEfaces fully leverage JSF 1.2
- Closed
This is further complicated when a component of the two types listed above get
their data from a backing bean; there's no way to define the attribute for each
select item.
I've fixed this to work according to the Sun specification; you can define an
accesskey and it will be associated with each input element in the group. Alt +
accesskey will take you to the last input element in the group.