Zeta Form and properties, validation
10 Feb 2010 13:24:53 GMT
10 Feb 2010 14:11:43 GMT
10 Feb 2010 14:11:43 GMT
OK, the Zeta form starts with:
<zk xmlns="http://www.zkoss.org/2005/zul">
If I take the <zk </zk> out the properties show up as expected.
ZK - Open Source Ajax Java Framework
Hi, I am very new to ZK (a week now) and am on a bit of a learning curve. I am on Mac Snow Leopard and the latest Eclipse and ZK Studio. I find the validation and properties window to be a big help in learning all the properties of the different units.
However, when I create a a Zeta Form I no longer get all the properties for a selected item, only the properties already typed in. I also do not get any validation when I press <Control><Space>.
The following is what I get from the error log, anyone have any comments?
!ENTRY org.eclipse.osgi 2 1 2010-02-10 12:01:01.186
!MESSAGE NLS unused message: contextRootLabelInvalid in: org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage
!ENTRY org.eclipse.osgi 2 1 2010-02-10 12:01:01.186
!MESSAGE NLS unused message: contentDirLabelInvalid in: org.eclipse.jst.servlet.ui.project.facet.WebFacetInstallPage
!ENTRY org.eclipse.ui.workbench 2 0 2010-02-10 12:03:27.113
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2010-02-10 12:03:27.113
!MESSAGE Conflict for 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor':
HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor,
handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@90b8b9),
expression=AndExpression(AndExpression(org.eclipse.ui.SubActionBars$1@199d183,ActivePartExpression(org.eclipse.ui.navigator.resources.ProjectExplorer@eaab5)),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@f41393)),sourcePriority=1064961)
HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor,
handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@90b8b9),
expression=AndExpression(AndExpression(org.eclipse.ui.SubActionBars$1@199d183,ActivePartExpression(org.eclipse.ui.navigator.resources.ProjectExplorer@eaab5)),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@f41393)),sourcePriority=1064961)
!ENTRY org.eclipse.ui 4 0 2010-02-10 12:07:34.610
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.eclipse.draw2d.ToolTipHelper$3.mouseEnter(ToolTipHelper.java:133)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:187)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3543)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1250)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1273)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1079)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3441)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3100)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)