Skip to main content



      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 04:20 Go to next message
Eclipse UserFriend
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
Eclipse UserFriend
Can you attach a sample showing this, that I can run? Also, what is your Tomcat version?
Previous Topic:Dynamic chart
Next Topic:Size of .rptdocument
Goto Forum:
  


Current Time: Wed Jul 23 08:26:38 EDT 2025

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

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

Back to the top