ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

ZUL Visual Editor not supported

Vasista
1 Feb 2010 08:27:28 GMT
1 Feb 2010 08:27:28 GMT

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.

PeterKuo
1 Feb 2010 19:03:31 GMT
1 Feb 2010 19:03:31 GMT

@Vasista
Please make sure you open zul file with zul editor.

BTW, I'll move this thread to "ZK Studio".

Srivalli
15 Feb 2011 15:45:49 GMT
15 Feb 2011 15:45:49 GMT

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.

PeterKuo
15 Feb 2011 20:13:21 GMT
15 Feb 2011 20:13:21 GMT

@Srivalli
That's not related to activation.
Can you provide the zul that cause the problem?

Srivalli
16 Feb 2011 06:38:22 GMT
16 Feb 2011 06:38:22 GMT

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>

convoy
15 Aug 2011 08:20:34 GMT
15 Aug 2011 08:20:34 GMT

zul visual editor still buggy, the zul visual editor do not represent the truly view of my zul files..