Re: wicket-examples is not reachable - started with StartExamples

2015-02-15 Thread Tobias Soloschenko
Good point - solved the problem - there was a wrong build path entry. (Server Runtime) Examples are running for me, now Thanks a lot! kind regards Tobias Am 16.02.15 um 08:05 schrieb Martin Grigorov: On Mon, Feb 16, 2015 at 8:41 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wr

Re: wicket-examples is not reachable - started with StartExamples

2015-02-15 Thread Martin Grigorov
On Mon, Feb 16, 2015 at 8:41 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi Martin, > > mh I can't reach the app that way. :-/ > > yes there are Atmosphere logs: > > INFO - AtmosphereFramework- Latest version of Atmosphere's > JavaScript Client 2.2.7 > INFO - Atmo

Re: wicket-examples is not reachable - started with StartExamples

2015-02-15 Thread Tobias Soloschenko
Hi Martin, mh I can't reach the app that way. :-/ yes there are Atmosphere logs: INFO - AtmosphereFramework- Latest version of Atmosphere's JavaScript Client 2.2.7 INFO - AtmosphereFramework but also I got some Exceptions: Caused by: java.lang.ClassCastException: org.eclipse.jett

Re: wicket-examples is not reachable - started with StartExamples

2015-02-15 Thread Martin Grigorov
Hi Tobias, http://localhost:8080 is the correct one. I just tried with http://127.0.0.1:8080 and it works fine too (as expected). Do you see the logs by Atmosphere ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 16, 2015 at 8:23 AM, Tobias Soloschenko

Re: Wicket examples: repeaters

2013-01-20 Thread Sven Meier
DefaultDataTable uses a HeadersToolbar, which renders sortable headers *if* a column is sortable. For that the column has to return true from #isSortable() . PropertyColumn supports sorting, but for that you have to provide a sortProperty. Note the third constructor argument: columns

Re: Wicket examples in new version

2012-07-17 Thread michael fliegner
Had the same Question. Look at FormPage.java, FormPage.html and FormPage$ActionPanel.html in the wicket examples. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p4650570.html Sent from the Users forum mailing list archive at Na

Re: Wicket Examples

2012-05-10 Thread Martin Grigorov
I've undeployed wicket-examples-1.3.x, brix-demo, wicket-contrib-examples (1.2.x). Let's see whether it will behave better now. On Tue, May 8, 2012 at 3:18 PM, Korbinian Bachl - privat wrote: > Hi, > > some hints: > > Make sure the jvm the server is running in is started with (I assume JRE 1.6 >

Re: Wicket Examples

2012-05-08 Thread Korbinian Bachl - privat
Hi, some hints: Make sure the jvm the server is running in is started with (I assume JRE 1.6 -> 1.6.0_32): -server -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled Also make sure permGen is specified big enough, e.g: -XX:MaxPermSize=384m Also, I wouldn't

Re: Wicket Examples

2012-05-08 Thread Martin Grigorov
I'm not very acquaint with these details. Maybe Juergen can shed some light. I know that there is some automatic restart of the Tomcat process because I saw few times that Tomcat 6 instance is stopped and Tomcat 5 is started instead (by some cron job maybe) and that's the reason Wicket 6.x example

Re: Wicket Examples

2012-05-08 Thread Johan Compagner
Permspace is tricky Do we have a nice management console on that server? Because it looks like to little class/perm space mem us configured or we leak classes when un deploying On May 8, 2012 11:59 AM, "Martin Grigorov" wrote: > I can see it now ... > Maybe it is because I uploaded the examples

Re: Wicket Examples

2012-05-08 Thread Martin Grigorov
I can see it now ... Maybe it is because I uploaded the examples for 6.x, 1.5.x, 1.4.x, inmethod-grid and Brix at it. I'm not sure how much this machine can handle ... I'll undeploy Brix and some old wicket-contrib examples. On Tue, May 8, 2012 at 12:43 PM, Fergal Keating wrote: > I got a PermGen

Re: Wicket Examples

2012-05-08 Thread Fergal Keating
I got a PermGen space error on that URL. javax.servlet.ServletException: Filter execution threw an exception *root cause* java.lang.OutOfMemoryError: PermGen space On 8 May 2012 08:31, Martin Grigorov wrote: > > http://www.wicket-library.com/wicket-examples/repeater/wicket/bookmarkable/org.a

Re: Wicket Examples

2012-05-08 Thread Martin Grigorov
http://www.wicket-library.com/wicket-examples/repeater/wicket/bookmarkable/org.apache.wicket.examples.repeater.FormPage works OK for me On Tue, May 8, 2012 at 12:43 AM, Corbin, James wrote: > The wicket examples (www.wicket-library.com/wicket-examples/) seems to be > having issues. > > I select

Re: Wicket examples in new version

2011-08-09 Thread marcelp
Hi martin, Like i said in my first post, when I import as Mavenproject then it works fine. When I copy and paste some of the files from the examples to my true project (like what i am doing with the simplepage because I need this exactly) it doesn't work completely. What I first noticed is that so

Re: Wicket examples in new version

2011-08-09 Thread Martin Grigorov
How exactly do you start the examples ? I run org.apache.wicket.examples.StartExamples as Java Application and all repeaters work fine in current trunk. On Tue, Aug 9, 2011 at 2:11 PM, marcelp wrote: > THe HTML code got deleted in previous message. Should read:    span > wicket:id="actions" [acti

Re: Wicket examples in new version

2011-08-09 Thread marcelp
THe HTML code got deleted in previous message. Should read:span wicket:id="actions" [actions] with brackets -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729633.html Sent from the Users forum mailing list archive at Nabbl

Re: Wicket examples in new version

2011-08-09 Thread marcelp
Hmm, I can't seem to get to the problem myself. Last cause: Failed to find markup file associated. ActionPanel: [ActionPanel [Component id = actions]] Root cause:org.apache.wicket.markup.MarkupNotFoundException: Failed to find markup file associated. ActionPanel: [ActionPanel [Component id = acti

Re: Wicket examples in new version

2011-08-09 Thread marcelp
Hi Sven, You are right. I did mix them up. I got it compiling now but I get runtime exceptions. I might come back ;-0 Thanks for the hint. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-examples-in-new-version-tp3729204p3729516.html Sent from the Users forum

Re: Wicket examples in new version

2011-08-09 Thread Sven Meier
Seems you're mixing 1.4.x examples with 1.5 core, you should check your classpath. Hope this helps Sven On 08/09/2011 09:29 AM, marcelp wrote: Hello, I ran the wicket examples in my Eclipse without any problems (after importing as Maven project from the src/wicket-examples). The wicket versio

Re: wicket examples very slow

2011-01-27 Thread Martin Grigorov
On Tue, Jan 25, 2011 at 1:25 PM, kondwani wrote: > > Any luck in resolving this problem? I'm unable to even look at the Source > Code. > Tomcat is upgraded from 5.5.x to 6.0.x and all is fine again. > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/wicket-example

Re: wicket examples very slow

2011-01-25 Thread kondwani
Any luck in resolving this problem? I'm unable to even look at the Source Code. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-examples-very-slow-tp3234627p3236027.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: wicket examples very slow

2011-01-24 Thread Martin Grigorov
Each request fails with WARN - ServletWebRequest - Error parsing request body for post parameters; Fallback to ServletRequest#getParameters(). java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputS

Re: wicket examples very slow

2011-01-24 Thread Martin Grigorov
On Mon, Jan 24, 2011 at 7:48 PM, Jeremy Thomerson wrote: > On Mon, Jan 24, 2011 at 12:23 PM, fachhoch wrote: > > > > > I was trying to see wicket examples > > > > http://www.wicket-library.com/wicket-examples/ > > > > its very slow I tried on Friday ,again today its very slow , I tried in > >

Re: wicket examples very slow

2011-01-24 Thread Jeremy Thomerson
On Mon, Jan 24, 2011 at 12:23 PM, fachhoch wrote: > > I was trying to see wicket examples > > http://www.wicket-library.com/wicket-examples/ > > its very slow I tried on Friday ,again today its very slow , I tried in > different browsers.It did not help. > Run them locally: svn co https://svn

Re: Wicket Examples on NetBeans

2010-02-25 Thread Igor Vaynberg
the version is defined in the parent pom, maybe that is the one you have to open. -igor On Thu, Feb 25, 2010 at 4:23 PM, wrote: > Hi, > > How can I run the wicket examples that are included in the > distribution in the NetBeans IDE? > > I have tried to open the Maven project but I get errors [0

Re: Wicket Examples

2007-10-10 Thread anita nichols
4. then put in the path to SVN and you will have all the code?? What is the path?? Thanks On 10/10/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > everything is in our svn. i believe the examples are in > jdk1.5/wicket-examples module. see wicket.apache.org for svn details > > -igor > > > On 10/

Re: Wicket Examples

2007-10-10 Thread Igor Vaynberg
everything is in our svn. i believe the examples are in jdk1.5/wicket-examples module. see wicket.apache.org for svn details -igor On 10/10/07, anita nichols <[EMAIL PROTECTED]> wrote: > Is there a way that I can download the whole wicket examples source code? > I'm interested with the library a

Re: Wicket Examples

2007-10-10 Thread Martijn Dashorst
Can you take a look at your inbox or the archives first? the same question was asked just one day ago. http://www.nabble.com/Example-source-code--tf4594176.html Martijn On 10/10/07, anita nichols <[EMAIL PROTECTED]> wrote: > Is there a way that I can download the whole wicket examples source cod

Re: Wicket examples deploy correctly but don't run on tomcat

2007-09-30 Thread Igor Vaynberg
check your server log for errors -igor On 9/30/07, vemu <[EMAIL PROTECTED]> wrote: > > > Hi, > I have downloaded wicket , and trying to deploy and see the examples > working > on "localhost" > I have been able to successfully deploy (on Tomcat) > "wicket-examples-1.3.0-beta3.war" that is in the