Re: [Wicket-user] Checking Out from wicket stuff

2006-06-06 Thread Rüdiger Schulz
Hello Ayodeji you need to connect to https://svn.sourceforge.net/svnroot/wicket-stuff. And you will need a subversion-plugin for Eclipse, like subclipse: http://subclipse.tigris.org/install.html Funnily, I blogged about getting wicket-stuff from sourceforge just yesterday. It's in german, but ma

[Wicket-user] navigation links not session depending

2006-06-06 Thread Stefan Groschupf
Hi, I'm very new to wicket and I have a webpage done with wicket. I notice that the navigation is session dependent. :-( foo.com/?wicket:interface=:1:: points to different pages any time. Means it is not possible to exchange links between users or bookmark links. In general: is there a way to ha

[Wicket-user] CheckGroup/Check path value

2006-06-06 Thread sven
Hello, I'm working on some javascript functionality in conjunction with CheckGroup/Check components. For this I'd really appreciate if Check would render a 'shorter' value attribute, e.g. instead of: ... just the relevant part of the path from the CheckGroup ("bar") to the Check: Make

Re: [Wicket-user] about setResponsePage

2006-06-06 Thread R.A
Hi Matej. This is true! I import pc.LoginPage. My basic mistake... Thank you! Regards, R.A -- View this message in context: http://www.nabble.com/about-setResponsePage-t1740743.html#a4730467 Sent from the Wicket - User forum at Nabble.com. ___ Wic

Re: [Wicket-user] about setResponsePage

2006-06-06 Thread Matej Knopp
Check your imports (on the beginning of your java code). It seems like you are importing pc.LoginPage instead of mobile.LoginPage. -Matej R.A wrote: > Hi. > > I create two packages and some class having same class name. > > mobile.LoginPage > mobile.MainPage > pc.LoginPage > pc.MainPage > > I

[Wicket-user] about setResponsePage

2006-06-06 Thread R.A
Hi. I create two packages and some class having same class name. mobile.LoginPage mobile.MainPage pc.LoginPage pc.MainPage In MainPage, I create logout link. add(new Link("logoutLink") { public void onClick() { setResponsePage(LoginPage.class); } }); Clicking t

Re: [Wicket-user] RadioGroup and Listview

2006-06-06 Thread Nino Wael
Title: Re: [Wicket-user] RadioGroup and Listview Ok, Igor suggested that I moved my previous and next buttons into the same form(they were in different forms). So I did that. However this does not solve my problem. I’m not sure if what I am doing might be wrong or theres a bug.   I can s

Re: [Wicket-user] WicketTester broken on 1.2?

2006-06-06 Thread Michiel Trimpe
Just did some testing further digging into the issue and it don't really understand why it would work in the rest of Wicket, unless you test the classes by startPage(Class) instead of startPage(Page). What the problem is, is that the tester tries to add the generated Page to the session after proc