Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#4
-
Component/s: ICE-Components
-
Labels:None
-
Environment:seam
Description
Since seam-gen is automatically generated from database tables, the number of columns is not know ahead of time. It is currently VERY difficult to line up the header & body columns of an ice:dataTable without knowing ahead of time how many columns there are. Could there not be a default settings such that the following happened( for instance):-
if (table.isScrollable){
set scrollercolumn.header=scrollercolumn.body=10%;
defaultwidth= 90/(numcolumns-1);
}
render the ice:dataTable with the default width and let it be overwritten (if desired) using the width="
property as it is currrently done.
if (table.isScrollable){
set scrollercolumn.header=scrollercolumn.body=10%;
defaultwidth= 90/(numcolumns-1);
}
render the ice:dataTable with the default width and let it be overwritten (if desired) using the width="
property as it is currrently done.
Issue Links
- blocks
-
ICE-1810 Support Integration with JBoss Seam
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Judy Guglielmin
created issue -
Adnan Durrani
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6DR#5 [ 10071 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Adnan Durrani [ adnan.durrani ] |