Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread vineet semwal
On Tue, May 14, 2013 at 6:45 PM, vineet semwal wrote: > Martin, > thanks for the explanation,you are right ! ,i just tested that static > block doesn't get executed .. but i could never reproduce Andy's problem > .., > i also checked and noticed that WicketTagIdentifier is registering the > "pane

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread vineet semwal
gt; > >> >> > > > > >> >> > > > >> >> > This will not work because usually Link component has no its own > > >> markup > > >> >> > file. > > >> >> > > > >> >>

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread Martin Grigorov
t; >> > static > >> >> > { > >> >> > // register "wicket:panel" > >> >> > WicketTagIdentifier.registerWellKnownTagName(PANEL); > >> >> > } > >> >> > > >> >> > Just add this to

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread vineet semwal
isterWellKnownTagName(PANEL); >> >> > } >> >> > >> >> > Just add this to your class and it should work. >> >> > >> >> > I think this is a bug in Wicket though - this piece of code should be >> >> > executed by PanelMark

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread vineet semwal
should be > >> > executed by PanelMarkupSourcingStrategy, not by Panel itself. > >> > > >> > Feel free to file a bug report. > >> > > >> > > >> > > > >> > > If you do not like the default location of the HTM

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread Martin Grigorov
> > >> > > If you do not like the default location of the HTML next to your Java >> > > classes, then read Chapter 4 of the Wicket user guide you can get for >> > free >> > > from wicket's website at: >> > > http://wicket.a

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-14 Thread Martin Grigorov
#x27;s website at: > > > http://wicket.apache.org/learn/books/ > > > > > > ~ Thank you, > > > Paul Bors > > > > > > -Original Message- > > > From: Andy Van Den Heuvel [mailto:andy.vandenheu...@gmail.com] > > > Sent: Monda

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-13 Thread Andy Van Den Heuvel
7;s website at: > > > http://wicket.apache.org/learn/books/ > > > > > > ~ Thank you, > > > Paul Bors > > > > > > -Original Message- > > > From: Andy Van Den Heuvel [mailto:andy.vandenheu...@gmail.com] > > > Sent: Monday,

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-13 Thread vineet semwal
t; > > ~ Thank you, > > Paul Bors > > > > -----Original Message- > > From: Andy Van Den Heuvel [mailto:andy.vandenheu...@gmail.com] > > Sent: Monday, May 13, 2013 2:04 PM > > To: users@wicket.apache.org > > Subject: Unknown tag name with Wic

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-13 Thread vineet semwal
'm doing wrong. > > This is the exception: > Last cause: Unknown tag name with Wicket namespace: 'panel'. Might be you > haven't installed the appropriate resolver? '' (line 3, > column 2) > > I'm trying to override the markupSourcingStrategy beca

Re: Unknown tag name with Wicket namespace: 'panel'

2013-05-13 Thread Martin Grigorov
gt; Paul Bors > > -Original Message- > From: Andy Van Den Heuvel [mailto:andy.vandenheu...@gmail.com] > Sent: Monday, May 13, 2013 2:04 PM > To: users@wicket.apache.org > Subject: Unknown tag name with Wicket namespace: 'panel' > > I get an exception and

RE: Unknown tag name with Wicket namespace: 'panel'

2013-05-13 Thread Paul Bors
website at: http://wicket.apache.org/learn/books/ ~ Thank you, Paul Bors -Original Message- From: Andy Van Den Heuvel [mailto:andy.vandenheu...@gmail.com] Sent: Monday, May 13, 2013 2:04 PM To: users@wicket.apache.org Subject: Unknown tag name with Wicket namespace: 'panel' I

Unknown tag name with Wicket namespace: 'panel'

2013-05-13 Thread Andy Van Den Heuvel
I get an exception and it's not very clear to me what I'm doing wrong. This is the exception: Last cause: Unknown tag name with Wicket namespace: 'panel'. Might be you haven't installed the appropriate resolver? '' (line 3, column 2) I'm trying to overr