Re: html table with each column representing a day in a month

2014-01-27 Thread Gerrit Wassink
Hello Martin, Thanks a lot. I will try! Gerrit Martin Grigorov mgrigo...@apache.org , 27-1-2014 10:40: Hi, Use DataTable from wicket-extensions. For the first row use a custom org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractToolbar implementation. Add it with

Re: Wicket war file deployment to Heroku

2014-01-17 Thread Gerrit Wassink
the error logs. Martin Grigorov Wicket Training and Consulting On Wed, Jan 15, 2014 at 9:16 PM, Gerrit Wassink gerrit.wass...@qfactors.nlwrote: Hello Martijn, Thank you for your reply, but that is what i already did.I even deleted this file and made a new one with capital P but after

Re: Wicket war file deployment to Heroku

2014-01-17 Thread Gerrit Wassink
support and ask them what is wrong. On Fri, Jan 17, 2014 at 10:51 AM, Gerrit Wassink gerrit.wass...@qfactors.nl wrote: Hello Martin, Via git rm Procfile -f i first removed the file and i made a new one after that.Now i pushed the war file again to heroku and this time the Profile

Re: Wicket war file deployment to Heroku

2014-01-15 Thread Gerrit Wassink
Martin, This is the error on the Heroku site: ==Application ErrorAn error occurred in the application and your page could not be served. Please try again in a few moments. If you are the application owner, check your logs for

Re: Wicket war file deployment to Heroku

2014-01-15 Thread Gerrit Wassink
martijn.dasho...@gmail.com , 15-1-2014 16:40: Change the case of your procfile to Procfile. That is what the error says. Martijn On Wed, Jan 15, 2014 at 3:36 PM, Gerrit Wassink gerrit.wass...@qfactors.nl wrote: Martin, This is the error on the Heroku site

Re: Lazyload does not work with deployment mode

2013-12-22 Thread Gerrit Wassink
Hello, How did you manage to get your wicket application running on a tomcat server?I am developing in development mode with jetty server.Can you give me workaround how to do it? Many thanks in advance! Greetings Gerrit letien tien...@toshiba-tsdv.com , 21-12-2013 14:20: hi Guys, I just

Re: DateTimeField or html5 date

2013-12-18 Thread Gerrit Wassink
Thanks Martin for this quick answer! Martin Grigorov mgrigo...@apache.org , 18-12-2013 8:51: Hi, Wicket just generates the final page markup. So the decision what to use depends on: what user experience you want to provide ? By using HTML5's date, datetime, ... types some browsers will show

Re: Wicket and Responsive Design question

2013-12-03 Thread Gerrit Wassink
Thanks a lot. This helps me further! Jeremy Thomerson jer...@wickettraining.com , 3-12-2013 18:29: Responsive design means different things to different people. However, the most common definition these days has to do with markup that adjusts to various types of devices. Accomplishing this

Re: Wicket and Responsive Design question

2013-12-03 Thread Gerrit Wassink
Ok thanks, i will give it a try! Gabriel Landon glan...@piti.pf , 3-12-2013 18:59: For this, I'm using Twitter's Bootstrap 3 : http://getbootstrap.com It's mainly HTML5 and CSS 3 stuff. With the wicket-boostrap project : https://github.com/l0rdn1kk0n/wicket-bootstrap/ The master branch

Re: Redirect to buffer does not work?

2013-11-26 Thread Gerrit Wassink
Hello Martin, Of course, clear answer! Thanks a lot. Gerrit Martin Grigorov mgrigo...@apache.org , 26-11-2013 16:12: Hi, redirect_to_** strategies saves you from re-submitting a form by using F5/Refresh buttons. There is no logic in Wicket that will prevent you to click on a submit button

Re: Newbie question: startup wicketapplication with loginform

2013-11-25 Thread Gerrit Wassink
Ok i will try.Thanks! Martin Grigorov mgrigo...@apache.org , 25-11-2013 10:55: Hi, You should use the form in a page. Create a proper page, add the form to it, and use that page as a home page. On Mon, Nov 25, 2013 at 11:44 AM, gerritqf gerrit.wass...@qfactors.nlwrote: Hello

Using Wicket and Hibernate

2013-11-21 Thread Gerrit Wassink
Hello, I am reading Wicket in Action the part over wicket, spring and hibernate.Since i am new to concepts like wicket, spring and hibernate i want to learn about them.But also learning three new tools together is a bit much. Is it therefore a good idea to forget about Spring and make the mvc

Re: Using Wicket and Hibernate

2013-11-21 Thread Gerrit Wassink
Thanks! Dan Alvizu dalv...@pingidentity.com , 21-11-2013 14:59: Here's an example of wicket spring and hibernate all working together, with an h2 database: https://github.com/dalvizu/wicket-spring-hibernate-template -Dan On Thu, Nov 21, 2013 at 8:30 AM, Gerrit Wassink gerrit.wass

Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Gerrit Wassink
Hello members, My name is Gerrit Wassink and i am junior java developer.I am trying to setup a development environment in Eclipse Juno and want to use Wicket in it.Until now i did not succeed in getting a working structure which can work with Tomcat.I want to run and debug in Eclipse

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Gerrit Wassink
for production. On Wed, Nov 20, 2013 at 12:28 PM, Gerrit Wassink gerrit.wass...@qfactors.nl wrote: Hello members, My name is Gerrit Wassink and i am junior java developer.I am trying to setup a development environment in Eclipse Juno and want to use Wicket in it.Until now i did

Re: Problem running wicket in eclipse working with tomcat

2013-11-20 Thread Gerrit Wassink
What i meant is making a dynamic web project in Eclipse in which i can work with Wicket, without using maven.But now i am looking also looking at m2e-wtp. Martin Grigorov mgrigo...@apache.org , 20-11-2013 12:13: On Wed, Nov 20, 2013 at 12:57 PM, Gerrit Wassink gerrit.wass...@qfactors.nl wrote