Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 356164 - The RUI handler page is empty in the browser after the deployment
Summary: The RUI handler page is empty in the browser after the deployment
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Yun Feng Ma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-30 03:36 EDT by fahua jin CLA
Modified: 2017-02-23 14:16 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.