Re: [Wicket-user] mountBookmarkablePage not working ?

2006-11-01 Thread smallufo
sorry , I found the problemIt's not related to wicket , it's related to eclipse for not compiling the latest version.Sorry for bother you :p2006/11/2, Igor Vaynberg < [EMAIL PROTECTED]>:not sure what to tell you, it works fine over here http://www.wicket-library.com/wicket-examples/niceurldont thin

Re: [Wicket-user] mountBookmarkablePage not working ?

2006-11-01 Thread Eelco Hillenius
That would be an easy test: deploy on tomcat or jetty and see what happens. But it is unlikely the app server is at fault here. Are you sure you mount the same class as for which you generate the link (e.g. do you have classes with the same name in different packages)? Eelco On 11/1/06, smalluf

Re: [Wicket-user] mountBookmarkablePage not working ?

2006-11-01 Thread Igor Vaynberg
not sure what to tell you, it works fine over herehttp://www.wicket-library.com/wicket-examples/niceurldont think resin has anything to do with it as wicket is responsible for encoding those urls. set a breakpoint on your mount call and make sure it is really being called and you are doing it in ap

Re: [Wicket-user] mountBookmarkablePage not working ?

2006-11-01 Thread smallufo
Hi , I am using wicket 1.2.2 + Spring 2.0 + Hibernate 3.2 + Resin 2.1.16 + JavaEE5The code is as simple as any example.I don't know if it is Resin that cause this problem ...Anybody using Resin without this problem ??? 2006/11/2, Igor Vaynberg <[EMAIL PROTECTED]>: seems like that should work, what

Re: [Wicket-user] mountBookmarkablePage not working ?

2006-11-01 Thread Igor Vaynberg
seems like that should work, what version of wicket are you using? can you produce a quickstart that replicates the problem?-igorOn 11/1/06, smallufo <[EMAIL PROTECTED]> wrote:Hi , I have a question about mountBookmarkablePage... I don't know why mountBookmarkablePage() not work on my application.

[Wicket-user] mountBookmarkablePage not working ?

2006-11-01 Thread smallufo
Hi , I have a question about mountBookmarkablePage...I don't know why mountBookmarkablePage() not work on my application...I did add the code in my WebApplication : mountBookmarkablePage("/ViewItem" , ViewItem.class);But when I call add(new BookmarkablePageLink("link" , ViewItem.class , pps)...It