Bugs item #943902, was opened at 2004-04-28 18:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=943902&group_id=73068

Category: main tag library
Group: v 1.0-b3
Status: Open
Resolution: None
Priority: 5
Submitted By: Biggi (biggik)
Assigned to: Nobody/Anonymous (nobody)
Summary: Row/Col styles should be controllable by decorators

Initial Comment:
The power of the decorator (as well as that of the 
displaytag library) would be greatly enhanced if it would 
be possible to control which style to use for TR and TD 
styles.

My idea is that instead of automatically generating 

<tr class="odd">

that a decorator method such as

public String getStyle(String curstyle)

which in the  basic implementation would simply return 
curstyle - overriders can examine which is the current 
style (e.g., even or odd) and react on it

My requirement is to be able to set the background 
color of a row baased on attributes of the current row 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=943902&group_id=73068


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to