aspose file tools
The moose likes Struts and the fly likes displaying background colour of a cell in a table based on the value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "displaying background colour of a cell in a table based on the value" Watch "displaying background colour of a cell in a table based on the value" New topic
Author

displaying background colour of a cell in a table based on the value

Naveenkumar Sannareddy
Greenhorn

Joined: Aug 11, 2011
Posts: 4
Hi,

I have a JSP page which is using <Display> tag for displaying the contents as a table.
In this table i have a column called ticket color, based on the attributes value of this column,i need to display that particular cell color.

for example, if the value is red in first row of this column, the back ground of only this cell must be red and display text in white.

Is it possible to do this in struts, if possible please kindly advice.


Thanks in advance.
Naveenkumar Sannareddy
Greenhorn

Joined: Aug 11, 2011
Posts: 4
Anybody who can help me
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: displaying background colour of a cell in a table based on the value
 
Similar Threads
wants to display Cell color in a table based on source value
JXTable - Changing cell forground Colour
Sequencing Records
Related to JTable Cell Value Display
How to give different foreground color for the same cell in JTable?