ZUL Visual Editor not supported
@Vasista
Please make sure you open zul file with zul editor.
BTW, I'll move this thread to "ZK Studio".
Hi PeterKuo,
I have the same problem. Even after opening the .zul with ZUL editor, if I open ZUL Visual Editor, I'm getting the following error:
HTTP ERROR: 500
org.zkoss.web.servlet.ServletException: Unable to evaluate an EL expression: org.zkforge.apache.commons.el.ExpressionEvaluatorImpl$JSTLExpression@c88663
BTW, my ZK account has already been activated.
@Srivalli
That's not related to activation.
Can you provide the zul that cause the problem?
Hi PeterKuo
<?xml version='1.0' encoding='UTF-8'?>
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
<frame title=" My First Window" visible="true">
<head>
<h2> <center> AI Service Page </center> </h2>
<zscript><![CDATA[//@DECLARATION
public void function SelectedTC()
{
String v = Select1.getSelectedIndex();
AIServicePg.TCSelected.value= v;
}
]]>
</zscript>
</head>
<body>
<form name="AIServicePg" action="html_form_action.asp" method="get">
Enter AssetID: <input type="text" name="AssetID" />
<input type="submit" value="Lookup Asset ID" /> <br />
Trouble Code: <input type="text" name="TCSelected"/>
<select name="codes" id="Select1" size="4" onSelect="SelectedTC()">
<option value="1">item 1</option>
<option value="2">item 2</option>
<option value="3">item 3</option>
<option value="4">item 4</option>
<option value="5">item 5</option>
</select>
<br /> <br /><br />
<grid fixedLayout="true">
<columns>
<column label="Service" width="150px" />
<column label="DSN" />
</columns>
<row>
<input type="radio" name="Operation" value="NewInstallOp" /> New Install
<input type="text" name="NewInstallDSN" value="Enter DSN number (required)"/>
</row>
<row>
<input type="radio" name="Operation" value="ReplaceDevice" /> Replace Device
<input type="text" name="ReplaceDeviceDSN" value="Enter DSN number (required)" />
</row>
<row>
<input type="radio" name="Operation" value="ServiceDSN" /> Service
<input type="text" name="ServiceDSN" value="Enter DSN number (required)" />
</row>
</grid>
</form>
</body>
</frame>
</zk>
zul visual editor still buggy, the zul visual editor do not represent the truly view of my zul files..
ZK - Open Source Ajax Java Framework
Hi
I installed the eclipse 3.5.1 Galileo & ZK Studio 0.9 and the Zk package 3.6.3 - On Win XP system.
Everything went on fine - no eroors.
However ZUL Palette and the ZUL Visual Editor are not working:
I see the following message for
ZUL Visual Editor:
Not Available, a Visual Editor only works with ZK supported Editor.
and for ZUL Palette:
Not Available, a ZUL Palette only works with ZK Editor.
Can any one help me out in resolving this issue.
By the way I activated the ZK Account.