0

ZUL Visual Editor not supported

asked 2010-02-01 08:27:28 +0800

Vasista gravatar image Vasista
6 1 1

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.

delete flag offensive retag edit

6 Replies

Sort by ยป oldest newest

answered 2010-02-01 19:03:31 +0800

PeterKuo gravatar image PeterKuo
481 2

updated 2010-02-01 19:15:40 +0800

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

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

link publish delete flag offensive edit

answered 2011-02-15 15:45:49 +0800

Srivalli gravatar image Srivalli
33

updated 2011-02-15 15:49:11 +0800

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.

link publish delete flag offensive edit

answered 2011-02-15 20:13:21 +0800

PeterKuo gravatar image PeterKuo
481 2

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

link publish delete flag offensive edit

answered 2011-02-16 06:38:22 +0800

Srivalli gravatar image Srivalli
33

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>

link publish delete flag offensive edit

answered 2011-08-15 08:20:34 +0800

convoy gravatar image convoy
6 1

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

link publish delete flag offensive edit

answered 2013-09-27 11:30:24 +0800

rohitwadke gravatar image rohitwadke
339 1 5

I am facing the same issue

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2010-02-01 08:27:28 +0800

Seen: 4,608 times

Last updated: Sep 27 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More