Re: Conversion Exception and unable to set object

2007-12-09 Thread Edi
any reply please Edi wrote: > > I have 2 ListMultipleChoice boxes, i have selected both List items, and > click the submit button, I got > > [15:10:44] ERROR unable to set object [ReportFields > {reportFieldId='newhorizon_273',fieldName='Ship Speed', '}], model: > Model:classname=[wick

Re: ModificationWatcher is not working properly in Development mode

2007-12-09 Thread Alex Objelean
I'm using the same release (rc1) and do not have this issue. I think, that there is something wrong with your configuration. Also, check if you accidentally have included two different versions of wicket. Regards, Alex mnwicket wrote: > > I'm using RC1 and am seeing the same issue. Any updat

AjaxEditableChoiceLabel uses a MultilineLabel (instead of maybe a Label?)

2007-12-09 Thread Florian Sperber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i found that the AjaxEditableChoiceLabel component uses MultiLineLabel label = new MultiLineLabel(componentId, model); to create the static part. Using a MultiLineLabel breaks my layout slightly, using ... for the selected value

RE: Wrapping up the Amsterdam Wicket Meetup

2007-12-09 Thread jweekend
Arje, Sounds good. We are currently supporting only Wicket and do not plan to be involved with ApacheCon, although I expect that too should be an interesting event. We will continue to run our monthly http://jweekend.co.uk/dev/LWUGReg/ London Wicket events which are currently on a smaller, mor

Re: ListMultipleChoice and submitting added list items

2007-12-09 Thread Doug Leeper
What you would need to do is something of the following: Instead of: do the following: In HomePage: form.add( new Button( "add" ) { public void onSubmit() { // do your addition code (similar to your original JS) } } ); form.add( ne

Re: Wicket behind a front-end proxy

2007-12-09 Thread Frank Bille
If you read[1], it say what you need to do (and which version of Apache httpd you need to use). Frank [1]: http://cwiki.apache.org/WICKET/wicket-behind-a-front-end-proxy.html On Dec 9, 2007 8:15 AM, sshark <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying the same but it does not seems to work.