Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » After deploy on tomcat if statement doesnt work
After deploy on tomcat if statement doesnt work [message #986370] Tue, 20 November 2012 09:20 Go to next message
Red Hooder is currently offline Red HooderFriend
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 22:59 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

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

Michael

Developer Evangelist, Silanis
Previous Topic:Dynamic chart
Next Topic:Size of .rptdocument
Goto Forum:
  


Current Time: Fri Apr 19 16:02:16 GMT 2024

Powered by FUDForum. Page generated in 0.01936 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top