Newbie question: startup wicketapplication with loginform

2013-11-25 Thread gerritqf
Hello usermembers, I have a question about the startup page for my wicket webapplication. I made a Loginform class and a Loginform.html which i want to start my application with. The Loginform class extends Form. Now in the application class it is not possible to point to the Loginform.class like

Redirect to buffer does not work?

2013-11-26 Thread gerritqf
Hello, In my quickstart wicket application in Eclipse with Jetty server in debug mode i have added a wicket form within a webpage. Now when i submit the wicket form an object is written into the database. After this the form is displayed again with the inputvalue in the textfield. Is'n it a

Wicket and Responsive Design question

2013-12-03 Thread gerritqf
Hello, I am new to Wicket and i need some advice about building a webapplication with Wicket and making this suitable for several devices, like tablet and smartphone. What is the best way of building the markup pages with Wicket, or is it just a way of including the right css3 and html5 to the

DateTimeField or html5 date

2013-12-17 Thread gerritqf
Hello, I am using Wicket now for a couple of weeks. In my form i have some datefields. Now is my question: considering my not so experienced knowledge about Wicket, is it better to use the html5 input type=date or should i implement a DateTimeField (like the example in Wicket in Action, page

Wicket war file deployment to Heroku

2014-01-15 Thread gerritqf
Hello Forum members, I am trying to deploy a java webapplication with Wicket to Heroku site. The war file is build with maven and can run with Jetty-runner on localhost:8080. Now after deploying to Heroku the site comes up with a Application error. Maybe you can help me with how and what i must

html table with each column representing a day in a month

2014-01-27 Thread gerritqf
Hello Wicket users, I want to have a table (in html) which has the following look. A header table row with seperate columns each representing a day of a chosen month. Then the next row in eacha textField with wicket:id=insert or update value to hour column in database. In each column in