unable to resolve class org.zkoss.zk.ui.util.Clients.
96 views
Skip to first unread message
mauro
unread,
Nov 6, 2013, 2:51:55 PM11/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zk-ui...@googlegroups.com
I've create a new grails app with zkui plugin. Grails version is 2.3.1. Create the domain classes and do zkui-generate-all. When I open the edit page for a domain class I have this error:
Script1.groovy: 3: unable to resolve class org.zkoss.zk.ui.util.Clients
@ line 3, column 2.
import org.zkoss.zk.ui.util.Clients
I don't understand...I've searched the import under all of my files but I didn't find it. Can you give a help?
mauro
unread,
Nov 6, 2013, 3:09:22 PM11/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zk-ui...@googlegroups.com
The problem is this select generated by zkui-generate-all: