Bug 32268 - Datagrid attributes and EL expression
Summary: Datagrid attributes and EL expression
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Sandbox Taglibs (show other bugs)
Version: unspecified
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL: http://jakarta.apache.org/taglibs/san...
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 10:57 UTC by Andr
Modified: 2004-11-30 21:51 UTC (History)
0 users



Attachments
Patch (18.58 KB, patch)
2004-11-27 15:22 UTC, Nestor Boscan
Details | Diff
Patch (18.58 KB, patch)
2004-11-27 15:22 UTC, Nestor Boscan
Details | Diff
Bugfix (43.09 KB, patch)
2004-12-01 06:51 UTC, Nestor Boscan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andr 2004-11-17 10:57:20 UTC
Some attributes such as rules, frame, borderColorDark, border, etc are not 
avaible in the datagrid. Even if I use some those properties in a css I could 
not get the visual effect that I wished. Also the expression language are not 
avaible for some attributes, example styleClass of a column I can´t use EL. 
Maybe it´s better to put the expression language for all values.
Comment 1 Nestor Boscan 2004-11-27 15:22:01 UTC
Created attachment 13555 [details]
Patch
Comment 2 Nestor Boscan 2004-11-27 15:22:44 UTC
Created attachment 13556 [details]
Patch
Comment 3 Nestor Boscan 2004-12-01 06:51:57 UTC
Created attachment 13604 [details]
Bugfix