Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 356164

Summary: The RUI handler page is empty in the browser after the deployment
Product: z_Archived Reporter: fahua jin <jinfahua>
Component: EDTAssignee: Yun Feng Ma <mayunf>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chenzhh
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description fahua jin CLA 2011-08-30 03:36:56 EDT
Build Identifier: 20110830

One button was added to the RUIHandler, and deploy the RUI handler to the target project, run the html file in the browser but the page is empty.

Reproducible: Always

Steps to Reproduce:
1.Create an EGL project, and create an default RUIHandler. 
2.Replace the following code of the handler body.
	ui Button{ text="dfddfdfdd" , onClick ::= Button_onClick};
	
	function start()
	end	
	
	function Button_onClick(event Event in)
		syslib.writeStdout("hello " + event.x);	
	end	
3. Create a target project, and right click the dd file deploy the RUI handler.
4. Start the Tomcat server, and run the deployed html file in the browser.
5. No content is displayed in the browser.
Comment 1 fahua jin CLA 2011-09-04 22:32:47 EDT
Verified in 0.7.0.v201109032101.