Re: Bookmarkable link within AjaxLazyLoadPanel

2011-10-27 Thread codix
Here is the code: http://pastebin.com/uQnU464W http://pastebin.com/uQnU464W -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bookmarkable-link-within-AjaxLazyLoadPanel-tp3943587p3946743.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: Bookmarkable link within AjaxLazyLoadPanel

2011-10-27 Thread Martin Grigorov
On Thu, Oct 27, 2011 at 10:43 AM, manuelbarzi wrote: >> Your HTML didn't make it. >> Better return a Panel/Fragment that contains the link+label. > > it seems to be merged with the rich html mail. clicking on the link > below (nabble post), the html is perfectly visible. may it be > considered for

Re: Bookmarkable link within AjaxLazyLoadPanel

2011-10-27 Thread codix
Sorry about that. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bookmarkable-link-within-AjaxLazyLoadPanel-tp3943587p3943642.html Sent from the Users forum mailing list archive at Nabble.com. - To u

Re: Bookmarkable link within AjaxLazyLoadPanel

2011-10-27 Thread manuelbarzi
> Your HTML didn't make it. > Better return a Panel/Fragment that contains the link+label. it seems to be merged with the rich html mail. clicking on the link below (nabble post), the html is perfectly visible. may it be considered for next time ;-) > > View this message in context: > > http://a

Re: Bookmarkable link within AjaxLazyLoadPanel

2011-10-27 Thread wholalotta
I think you forgot to close the following link.add(new Label(""+count)*)*; -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Bookmarkable-link-within-AjaxLazyLoadPanel-tp3943587p3943617.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: Bookmarkable link within AjaxLazyLoadPanel

2011-10-27 Thread Martin Grigorov
On Thu, Oct 27, 2011 at 10:25 AM, codix wrote: > I am trying to put a link inside an AjaxLazyLoadPanel using > BookmarkablePageLink and Label. However, I always run into a "close tag not > found" error. > Here's my Java code: > > > add(new AjaxLazyLoadPanel("itemcnt"){ >    @Override >    public C