Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Mark Derricutt
On 2/24/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Please try to download the wicket sources from SVN, try a branch or atag as well. Report your experiences back to the mailinglists so thatwe can decide whether or not we should move our development tosubversion. Where abouts is the svn repo?

[Wicket-user] java.lang.NoClassDefFoundError after deployment

2006-02-24 Thread Thomas Küchenthal
Dear all, I have developed a Wicket-Application (wicket 1.1)on my Windows XP machine. In some Pages (Pages for editing data), I used the ImageButton.class and Image.class within the Form. Everything went fine. But now, after I deployed the application on the server, all Pages that have

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Martijn Dashorst
I shouldn't post these messages right after waking up and before having a coffee first. Here's the sourceforge subversion page for wicket: http://sourceforge.net/svn/?group_id=119783 I think that you can connect to subversion using: https://svn.sourceforge.net/svnroot/wicket I have enabled

Re: [Wicket-user] wicket and ognl

2006-02-24 Thread Matej Knopp
20%? Maybe on simple properties, but I've been using ognl compound property model for list items, and with 20 list items on certain page the rendering took almost 300 milliseconds. Replacing it with new implementation the page was rendered in 30-50 milliseconds. So in some cases, the ognl

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Martijn Dashorst
Hmm... I looked at the repository, and the last mutation dates are from 4 weeks ago. Martijn On 2/24/06, Martijn Dashorst [EMAIL PROTECTED] wrote: I shouldn't post these messages right after waking up and before having a coffee first. Here's the sourceforge subversion page for wicket:

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Martijn Dashorst
I added notification to the developer list as a temporary measure. IMO autocvs mailing list should not be spammed with messages that aren't part of the normal development cycle. If we move to subversion, we can easily change the destination of the messages. I expect low volume from the subversion

Re: [Wicket-user] java.lang.NoClassDefFoundError after deployment

2006-02-24 Thread Dirk Markert
Hi Thomas, I think your assumption is right. Youhave to run java headless or install xvfb. Dirk 2006/2/24, Thomas Küchenthal [EMAIL PROTECTED]: Dear all,I have developed a Wicket-Application (wicket 1.1)on my Windows XPmachine. In some Pages (Pages for editing data), I used the

[Wicket-user] New to Wicket.

2006-02-24 Thread Singh, Varun
Hi All, Im new to Wicket and Im put into developing a web-application using Wicket. I tried searching various examples, but couldnt find any help regarding deploying the application on Tomcat. Ive made a small .war file in accordance to the examples given at the Wicket website but Im not

Re: [Wicket-user] New to Wicket.

2006-02-24 Thread Dipu
Can you please check what is tomcat complaining about from the log files. I dont see any problem deploying the weicket application in tomcat. As i develop my application in jetty and deploy in tomcat after building a war. Cheers Dipu - Original Message - From: Singh,

Re: [Wicket-user] New to Wicket.

2006-02-24 Thread Martijn Dashorst
How do you create your war file? What doesn't work when you deploy your war file in tomcat? have you downloaded the wicket-examples, and deployed the included war file into your tomcat installation? Did that work? Have you downloaded the wicket-quickstart distribution, created a war file (see

Re: [Wicket-user] New to Wicket

2006-02-24 Thread Singh, Varun
Hi, I've tried deploying the wicket-examples war file. Tomcat expands the WAR file into proper directory structure but I couldn't access it through my browser. The error given was - HTTP Status 404 - /BizCalendar/ type Status report message / BizCalendar / description The

Re: [Wicket-user] New to Wicket

2006-02-24 Thread Dipu
I am using theolder version of wicketm mine is wicket 1.1b4. I have not come accroos the BizCalendar object before, can please check if the jar file for the Wicket Extension is there in the lib folder. Cheers Dipu - Original Message - From: Singh, Varun To:

Re: [Wicket-user] New to Wicket

2006-02-24 Thread Singh, Varun
Hi Dipu, BizCalendar is my application. But I've tried deploying the wicket-examples.war file too and when I try to access their URLs (/guestbook, /template etc.) I get the same error. I'm not sure where is the error happening. Thanks, - varun -Original Message- From: [EMAIL PROTECTED]

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Gwyn Evans
Hmm indeed - I just pulled the current CVS tarball the last changes in that are from the 24/01/2006 - There doesn't seem to be any general issue that I could see being raised against SF, so it could be project-specific... /Gwyn On 24/02/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Hmm... I

Re: [Wicket-user] java.lang.NoClassDefFoundError after deployment

2006-02-24 Thread Thomas Küchenthal
headless=true works perfect. Great help, Thanks! Dirk Markert wrote: Hi Thomas, I think your assumption is right. You have to run java headless or install xvfb. Dirk 2006/2/24, Thomas Küchenthal [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Dear all, I have developed a

Re: [Wicket-user] Too many open files problem

2006-02-24 Thread Martijn Dashorst
Hmm this discussion has not ended in a good way. The problem isn't the way we configure things. Eelco asked whether or not we could check and drill down what is causing this. At topicus we run into this problem as well (and for the well informed: KJB also voted on the sun bug :) Martijn On

[Wicket-user] New to Wicket/J2EE but wants to Try Wicket?

2006-02-24 Thread Ayodeji Aladejebi
For those java/j2eebeginnerswho want to give Wicket a try and are having problems in getting the examples to work either in tomcat or jetty. We are not all Maven experts anyway.I have tried to make the examples suitable for Netbeans 5.0 but zipping up the one i personally converted to Netbeans

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Igor Vaynberg
i cant check out trunk/wicket, subclipse dies with Attempted to beginRule: R/, does not match outer scope rule: P/wicket-trunk i can check out other https projects just fine.i am not logged in so this is an anonymous attempt. -IgorOn 2/24/06, Martijn Dashorst [EMAIL PROTECTED] wrote: I'll report

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Igor Vaynberg
ok, that doesnt help me in any way though.-IgorOn 2/24/06, Martijn Dashorst [EMAIL PROTECTED] wrote:You don't need to log in. only when committing you'll be queried for a username/password.MartijnOn 2/24/06, Igor Vaynberg [EMAIL PROTECTED] wrote: i cant check out trunk/wicket, subclipse dies with

Re: [Wicket-user] wicket and ognl

2006-02-24 Thread Eelco Hillenius
Wow. Proofs that we didn't just do it because of a not invented here syndrom. Eelco On 2/24/06, Matej Knopp [EMAIL PROTECTED] wrote: 20%? Maybe on simple properties, but I've been using ognl compound property model for list items, and with 20 list items on certain page the rendering took

Re: [Wicket-user] Listview: cannot instantiate the type

2006-02-24 Thread Martijn Dashorst
Hmm If this is the case, I should update the quickstart for 1.1.1 Martijn On 2/24/06, Nino Wael [EMAIL PROTECTED] wrote: Hmm the APIdoc state that the current version is 1.1.1, but the jar file to the quickstart project is 1.0.1, so I guess herein lies the problem, I'll try to rebuilt

Re: [Wicket-user] New to Wicket

2006-02-24 Thread Andrew Lombardi
you do know that you have to prepend the url with the context (i.e. usually the name of the war file), so for wicket-examples it would be http://localhost/wicket-examples/guestbook On Feb 24, 2006, at 4:41 AM, Singh, Varun wrote: Hi Dipu, BizCalendar is my application. But I've tried

Re: [Wicket-user] Listview: cannot instantiate the type

2006-02-24 Thread Martijn Dashorst
The wicket quickstart project I just downloaded contains wicket 1.1.1 I vaguely remember that this was the case, and that I updated the release. The current download for wicket-quickstart 1.1.1 does include the correct jar file. Martijn On 2/24/06, Martijn Dashorst [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Listview: cannot instantiate the type

2006-02-24 Thread deshmol-lists
Martijn, I navigated to quickstart (kickstart?) from: http://wicket.sourceforge.net/wicket-quickstart/index.html and followed the link to my IDE (eclipse) and then clicked on the download' link. The sourceforge download page that appears shows

Re: [Wicket-user] Listview: cannot instantiate the type

2006-02-24 Thread Martijn Dashorst
Ah,yes.The link shown in that document is pointing to a very old release. In the mean time, click on the download link in the navigation menu. This one will bring you to the following page: http://sourceforge.net/project/showfiles.php?group_id=119783package_id=166850With the correct version.I'll

[Wicket-user] Re: New to Wicket/J2EE but wants to Try Wicket?

2006-02-24 Thread Ayodeji Aladejebi
My machine has JDK 1.6 latest so u may have to right click on Project properties to set the JDK to use. Minimum is 1.5 On 2/24/06, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: For those java/j2eebeginnerswho want to give Wicket a try and are having problems in getting the examples to work either

Re: [Wicket-user] Re: New to Wicket/J2EE but wants to Try Wicket?

2006-02-24 Thread Igor Vaynberg
wicket's minimum is 1.4 not 1.5-IgorOn 2/24/06, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: My machine has JDK 1.6 latest so u may have to right click on Project properties to set the JDK to use. Minimum is 1.5 On 2/24/06, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: For those

Re: [Wicket-user] Re: New to Wicket/J2EE but wants to Try Wicket?

2006-02-24 Thread Ayodeji Aladejebi
aah ...i guess i am already anticipating the coming wicket for 1.5 :) . anyway thanks for the correction On 2/24/06, Igor Vaynberg [EMAIL PROTECTED] wrote: wicket's minimum is 1.4 not 1.5-Igor On 2/24/06, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: My machine has JDK 1.6 latest so u may have

Re: [Wicket-user] Re: New to Wicket/J2EE but wants to Try Wicket?

2006-02-24 Thread Igor Vaynberg
arent we all :) those lazy wicket committers need to get off their asses and do it-IgorOn 2/24/06, Ayodeji Aladejebi [EMAIL PROTECTED] wrote:aah ...i guess i am already anticipating the coming wicket for 1.5 :) . anyway thanks for the correction On 2/24/06, Igor Vaynberg [EMAIL PROTECTED]

[Wicket-user] DataTable

2006-02-24 Thread Frank Silbermann
In Wicket-Examples, Repeaters, there's an example of a DataTable from Wicket-Extensions. The data provider supplies lists of javabeans, each bean representing a row in the table. The PropertyColumn object for each column of the table gives information about the column title, its sortability, and

Re: [Wicket-user] DataTable

2006-02-24 Thread Igor Vaynberg
this would be easier if you dont use the property columnjust create a subclass of abstract column that holds the index of the column and calls the appropriate getObject() on the result set.-Igor On 2/24/06, Frank Silbermann [EMAIL PROTECTED] wrote: In Wicket-Examples, Repeaters, there's an example

[Wicket-user] DatePicker problems

2006-02-24 Thread Eelco Hillenius
Hi all, There's a bunch of problems with DatePicker poppin up. In fact, there have been problems with it's localization support from the start, but I hoped they would be fixed with a new version of jscalendar for which the datepicker component is just a wrapper. However, the last release of that

Re: [Wicket-user] DatePicker problems

2006-02-24 Thread Igor Vaynberg
sounds like a plan.there is also this one: http://www.webreference.com/dhtml/column67/index.html which is supposed to be pretty good in case you are looking for alternatives. -IgorOn 2/24/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Hi all,There's a bunch of problems with DatePicker poppin up. In

Re: [Wicket-user] DatePicker problems

2006-02-24 Thread Nick Heudecker
I'm all for it. All I really want to be able to do is localize dates and that's not critical.Let me know if I can help.On 2/24/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Hi all,There's a bunch of problems with DatePicker poppin up. In fact, therehave been problems with it's localization support

Re: [Wicket-user] DatePicker problems

2006-02-24 Thread Eelco Hillenius
Why's that? Wicket should work with Safari. If not we have something to fix. Is there something I/ we missed? Eelco On 2/24/06, Nick Heudecker [EMAIL PROTECTED] wrote: I can't get Safari to login to my Wicket apps anyway, so the calendar working with it isn't relevant. :) On 2/24/06, Jason

Re: [Wicket-user] Subversion available for test

2006-02-24 Thread Johan Compagner
Seems to work fine at my placeI can check out and commit again.On 2/24/06, Igor Vaynberg [EMAIL PROTECTED] wrote:ok, that doesnt help me in any way though. -IgorOn 2/24/06, Martijn Dashorst [EMAIL PROTECTED] wrote:You don't need to log in. only when committing you'll be queried for a

Re: [Wicket-user] DatePicker problems

2006-02-24 Thread Jason Essington
That can't be a wicket problem, wicket and authentication works fine on safari here. On Feb 24, 2006, at 1:30 PM, Nick Heudecker wrote: I can't get Safari to login to my Wicket apps anyway, so the calendar working with it isn't relevant. :) On 2/24/06, Jason Essington [EMAIL PROTECTED]

Re: [Wicket-user] New to Wicket

2006-02-24 Thread Johan Compagner
Looking at the WEB-INF/lib dir inside the War/extracted dirDo you have there a servlet.jar?If so remove it.johanOn 2/24/06, Singh, Varun [EMAIL PROTECTED] wrote: Hi, I've tried deploying the wicket-examples war file. Tomcat expands the WAR file into proper directory structure but I