Re: xmlns:wicket

2021-09-13 Thread vahid ghasemi
Yes, I saw that, but I thought maybe you know what is the problem. I can just add it to custom HTML tags in IDEA. thanks. On Mon, Sep 13, 2021 at 1:54 PM Martin Grigorov wrote: > On Mon, Sep 13, 2021 at 12:16 PM vahid ghasemi > wrote: > > > Thanks. > > I'm testing it on the IntelliJ idea, the

Re: xmlns:wicket

2021-09-13 Thread Martin Grigorov
On Mon, Sep 13, 2021 at 12:16 PM vahid ghasemi wrote: > Thanks. > I'm testing it on the IntelliJ idea, the elements were ok but for > attributes, IntelliJ does not suggest any wicket attributes and couldn't > find them. > For example couldn't recognize the wicket:id attribute. >

Re: xmlns:wicket

2021-09-13 Thread vahid ghasemi
Thanks. I'm testing it on the IntelliJ idea, the elements were ok but for attributes, IntelliJ does not suggest any wicket attributes and couldn't find them. For example couldn't recognize the wicket:id attribute. On Mon, Sep 13, 2021 at 11:13 AM Martin Grigorov wrote: > On Mon, Sep 13, 2021

Re: xmlns:wicket

2021-09-13 Thread Martin Grigorov
On Mon, Sep 13, 2021 at 9:30 AM Martin Grigorov wrote: > Hi, > > On Sun, Sep 12, 2021 at 1:16 PM vahid ghasemi > wrote: > >> Hello. >> The latest link for wicket xmlns in HTML is : >> http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd > > > http://wicket.apache.org/dtds.data/ >

Re: xmlns:wicket

2021-09-13 Thread Martin Grigorov
Hi, On Sun, Sep 12, 2021 at 1:16 PM vahid ghasemi wrote: > Hello. > The latest link for wicket xmlns in HTML is : > http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd http://wicket.apache.org/dtds.data/ Actually the latest one is the XSD for 1.5. Let me add the newer ones! > > >