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 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.
> >
>
>
> https://github.com/apache/wicket/blob/f9539f654e6db19164cf921e2ac1cf45c07e5c83/wicket-core/src/main/resources/META-INF/wicket.xsd#L84-L89
> This is the definition of wicket:id.
> I am not sure why IDEA does not offer it to you.
>
>
> >
> >
> > On Mon, Sep 13, 2021 at 11:13 AM Martin Grigorov 
> > wrote:
> >
> > > On Mon, Sep 13, 2021 at 9:30 AM Martin Grigorov 
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > On Sun, Sep 12, 2021 at 1:16 PM vahid ghasemi <
> > vahidghasemi...@gmail.com
> > > >
> > > > 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!
> > > >
> > >
> > > Done!
> > > https://issues.apache.org/jira/browse/WICKET-6918
> > > http://wicket.apache.org/dtds.data/
> > >
> > >
> > > >
> > > >
> > > >>
> > > >>
> > > >> and this file does not contain most of the wicket xmlns.
> > > >> can you update it and create a link for It?
> > > >>
> > > >
> > >
> >
>


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.
>

https://github.com/apache/wicket/blob/f9539f654e6db19164cf921e2ac1cf45c07e5c83/wicket-core/src/main/resources/META-INF/wicket.xsd#L84-L89
This is the definition of wicket:id.
I am not sure why IDEA does not offer it to you.


>
>
> On Mon, Sep 13, 2021 at 11:13 AM Martin Grigorov 
> wrote:
>
> > On Mon, Sep 13, 2021 at 9:30 AM Martin Grigorov 
> > wrote:
> >
> > > Hi,
> > >
> > > On Sun, Sep 12, 2021 at 1:16 PM vahid ghasemi <
> vahidghasemi...@gmail.com
> > >
> > > 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!
> > >
> >
> > Done!
> > https://issues.apache.org/jira/browse/WICKET-6918
> > http://wicket.apache.org/dtds.data/
> >
> >
> > >
> > >
> > >>
> > >>
> > >> and this file does not contain most of the wicket xmlns.
> > >> can you update it and create a link for It?
> > >>
> > >
> >
>


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 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/
> > Actually the latest one is the XSD for 1.5.
> >
> > Let me add the newer ones!
> >
>
> Done!
> https://issues.apache.org/jira/browse/WICKET-6918
> http://wicket.apache.org/dtds.data/
>
>
> >
> >
> >>
> >>
> >> and this file does not contain most of the wicket xmlns.
> >> can you update it and create a link for It?
> >>
> >
>


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/
> Actually the latest one is the XSD for 1.5.
>
> Let me add the newer ones!
>

Done!
https://issues.apache.org/jira/browse/WICKET-6918
http://wicket.apache.org/dtds.data/


>
>
>>
>>
>> and this file does not contain most of the wicket xmlns.
>> can you update it and create a link for It?
>>
>


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!


>
>
> and this file does not contain most of the wicket xmlns.
> can you update it and create a link for It?
>