| Summary: | The RUI handler page is empty in the browser after the deployment | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | fahua jin <jinfahua> |
| Component: | EDT | Assignee: | 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: | |||
Verified in 0.7.0.v201109032101. |
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.