Community
Participate
Working Groups
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.
Verified in 0.7.0.v201109032101.