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
Activity
Chris Brown
created issue -
Icefaces Administrator
made changes -
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 36 | 11304 |
Ken Fyten
made changes -
Assignee | Chris Brown [ chris.brown ] |
Ken Fyten
made changes -
Affects Version/s | 1.5 [ 10027 ] | |
Affects Version/s | Beta [ 10023 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Invalid [ 6 ] |
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.