Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-05 Thread Timo Rantalaiho
On Sun, 04 Feb 2007, Dmitry Kandalov wrote: > I tried this one. It doesn't work either. I wonder how autocompletion > can work for you because I couldn't find any notion of wicket tags in > this dtd. Guess you put them in custom tags. Don't you? Most probably yes. -- Timo Rantalaiho Reaktor Inn

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Dmitry Kandalov
Timo Rantalaiho wrote: > > On Sun, 04 Feb 2007, Timo Rantalaiho wrote: >> There is an XSD in svn, I'm using that with IDEA. > > Heh, a DTD of course. > >> >> https://svn.apache.org/repos/asf/incubator/wicket/trunk/wicket/wicket-xhtml1-strict.dtd >> Anyway now I am content as I can pretty mu

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Timo Rantalaiho
On Sun, 04 Feb 2007, Timo Rantalaiho wrote: > There is an XSD in svn, I'm using that with IDEA. Heh, a DTD of course. > > https://svn.apache.org/repos/asf/incubator/wicket/trunk/wicket/wicket-xhtml1-strict.dtd > Anyway now I am content as I can pretty much validate the > HTML templates with

Re: [Wicket-user] problem with wicket dtd in IDEA

2007-02-04 Thread Timo Rantalaiho
On Sat, 03 Feb 2007, Dmitry Kandalov wrote: > I define namespace like this http://www.w3.org/1999/xhtml"; > xmlns:wicket="http://wicket.sourceforge.net/";> and use > wicket-xhtml1-strict.dtd. But IDEA says wicket:id is not allowed and can't > recognize wicket tags. I wrote simple xsd for wicket tag

[Wicket-user] problem with wicket dtd in IDEA

2007-02-03 Thread Dmitry Kandalov
Hi, I define namespace like this http://www.w3.org/1999/xhtml"; xmlns:wicket="http://wicket.sourceforge.net/";> and use wicket-xhtml1-strict.dtd. But IDEA says wicket:id is not allowed and can't recognize wicket tags. I wrote simple xsd for wicket tags and added wicket:id to IDEA custom tags to a