Development tools : XUI editor : Generating XUI file to JSP file
  
Generating XUI file to JSP file
After you complete the construction of the XUI user interface by using the XUI editor, you must generate the JSP and the JS files.
To generate a JSP file
1 Right-click the XUI file, and then click XUI Editor > Generate Dojo Page.
To generate JSP files for more than one XUI file at the same time, press Shift and select the XUI files. Right-click the XUI files, and then click XUI Editor > Generate Dojo Page.
The Template file selection dialog window opens.
2 Select a template file, and then click OK.
If you select the template_debug.ftl file, the system tracks relative events, conditions and actions execute result in the web page.
If you select the template.ftl file, the UDTT XUI web project runs on the server.
3 The available JSP template files are in the templates/WebContent folder. The JSP file is generated in the WebContent/jsp folder.
Go up to
XUI editor