skip to main
|
skip to sidebar
Coding Stuff
Showing posts with label
xml
.
Show all posts
Showing posts with label
xml
.
Show all posts
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>
Home
Subscribe to:
Posts (Atom)
Blog Archive
▼
2009
(1)
▼
May
(1)
I've Moved
►
2008
(6)
►
December
(1)
►
August
(1)
►
July
(1)
►
May
(1)
►
March
(1)
►
January
(1)
►
2007
(5)
►
August
(1)
►
July
(4)
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