Re: WicketRuntimeException: Attempted to set property value on a null object

2012-12-01 Thread Sven Meier
Ah, silly Hibernate ;). AFAICS sooner or later a Wicket component will have to write a value into the embedded address, so obviously it has to be there. You can of course build a specialized model doing some magic here, but at the moment I don't know how that might look like. Sven On

Twitter boostrap

2012-12-01 Thread Raul
Hello, I want to integrate Wicket-Bootstrap in my application, anyone can tell me what steps should I follow?. Should I integrate twitter bootstrap on my own or through an existing project?. Thank you. -- View this message in context:

Wicket Form + multiple fields

2012-12-01 Thread Satrix
Hello, Im struggling with a strange behaviour. Introduction: 1. I want to show user his products in a cart. So each row contains product name + textfield with quantity. 2. He can set the quantity to other value. Some products have maximum number per transaction. So I've added validators the

Re: Twitter boostrap

2012-12-01 Thread Martin Grigorov
Hi, The project has documentation: https://github.com/l0rdn1kk0n/wicket-bootstrap/wiki and sample application: https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/samples/src/main/java/de/agilecoders/wicket/samples/WicketApplication.java On Sat, Dec 1, 2012 at 1:33 PM, Raul

Re: problem with editable datatable

2012-12-01 Thread William Speirs
When I've had to do this, I usually use a fragment. It keeps all the HTML on a single page and is a bit cleaner I think: http://wicket.apache.org/learn/examples/usingfragments.html Bill- On Fri, Nov 30, 2012 at 8:14 AM, hannes1608 hannes1...@yahoo.de wrote: Just realized that I have to create

Re: a question on different data grid components available for wicket

2012-12-01 Thread Ernesto Reinaldo Barreiro
Martin. On Wed, Nov 28, 2012 at 9:25 AM, Martin Grigorov mgrigo...@apache.orgwrote: On Wed, Nov 28, 2012 at 9:22 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi, On Wed, Nov 28, 2012 at 9:14 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, InMethod Grid is

Re: a question on different data grid components available for wicket

2012-12-01 Thread Martin Grigorov
Well done, Ernesto ! Since YUI implementation will be preserved for some time I think it is OK to commit directly in master branch. The announcement for WicketStuff 6.4.0 will have a special note about this change with a description how to use the old YUI impl. Another problem that I see is that

Re: a question on different data grid components available for wicket

2012-12-01 Thread Ernesto Reinaldo Barreiro
Martin, On Sat, Dec 1, 2012 at 5:20 PM, Martin Grigorov mgrigo...@apache.orgwrote: Well done, Ernesto ! Since YUI implementation will be preserved for some time I think it is OK to commit directly in master branch. The announcement for WicketStuff 6.4.0 will have a special note about this

RE: How to continue to process event after trapping with AjaxEventBehavior [Solved]

2012-12-01 Thread Chris Colman
This works fine if I trap the keyup event instead of the keypress event. -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Sunday, 2 December 2012 11:25 AM To: users@wicket.apache.org Subject: How to continue to process event after trapping with