Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BIRT » After deploy on tomcat if statement doesnt work
After deploy on tomcat if statement doesnt work [message #986370] Tue, 20 November 2012 04:20 Go to next message
Red Hooder is currently offline Red Hooder
Messages: 1
Registered: November 2012
Junior Member
Hello, this might be a stupid question but still cant get why is this happening. I made a radio button which color specific row with a specific colors.

The code looks like:

 if(rows[i].cells[5].innerText=="Completed"){
				rows[i].style.backgroundColor = "#99FF00";
	}


When I am checking at the preview in eclipse it is working but after deploy the if statement doesnt work and else statement runs.
Re: After deploy on tomcat if statement doesnt work [message #986557 is a reply to message #986370] Tue, 20 November 2012 17:59 Go to previous message
Michael Williams is currently offline Michael Williams
Messages: 828
Registered: July 2009
Senior Member

Can you attach a sample showing this, that I can run? Also, what is your Tomcat version?

Regards,

Michael Williams
BIRT Exchange
Michael's BIRT Blog
Previous Topic:Dynamic chart
Next Topic:Size of .rptdocument
Goto Forum:
  


Current Time: Fri May 24 12:04:10 EDT 2013

Powered by FUDForum. Page generated in 0.01416 seconds