skip to main
|
skip to sidebar
Coding Stuff
Friday, July 20, 2007
ZK + Eclipse: XML schema validation / Content assist
To get Eclipse to use content assist with ZK, I had to declare the schema as follows. This took me a while to figure out for some reason. I use MyEclipse, by the way, so WTP should be similiar.
<
window xmlns="http://www.zkoss.org/2005/zul" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd">
<
/window>
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2009
(1)
►
May
(1)
►
2008
(6)
►
December
(1)
►
August
(1)
►
July
(1)
►
May
(1)
►
March
(1)
►
January
(1)
▼
2007
(5)
►
August
(1)
▼
July
(4)
ZK, EL and XML Escaping
Transaction management with Spring / Hibernate + ZK
Getting Maven to do ZK
ZK + Eclipse: XML schema validation / Content assist
WTF?
These are the solutions to things I come across in my daily battles with (mostly) Java technologies, hopefully it helps someone out.
Work in Progress:
Wicket
,
ZK
,
Jackrabbit
,
Spring
,
Maven
,
Hibernate
No comments:
Post a Comment