Re: [announce] Wicket 1.4.1

2009-08-21 Thread uud ashr
any release/changes notes? On Thu, Aug 20, 2009 at 11:39 PM, Anton Veretennikov anton.veretenni...@gmail.com wrote: Thank you! Great news! On Thu, Aug 20, 2009 at 10:14 PM, Jeremy Thomersonjer...@wickettraining.com wrote: 1.4.1 is now available as source in the releases dir. --

Re: what is modal window

2009-08-21 Thread nino martinez wael
http://www.wicket-library.com/wicket-examples/ajax/modal-window.1 2009/8/21 Gerald Fernando gerald.anto.ferna...@gmail.com: hi friends, what is modal window what is the difference between this and Panel what are the uses ThanksRegards, Gerald A -- Thanksregards, Gerald A

Absolute urls in forms

2009-08-21 Thread Steen Larsen
Hi, Just a quick question. Is it somehow possible to make Wicket generate absolute urls in the forms action attribute. The reason I ask is because my Wicket application is going to be embedded in a CMS through a proxy, and apparently the dude writing the proxy would prefer the urls to be

Re: Regarding datepicker popup when inputfield pressed

2009-08-21 Thread copenhag copenhagen
Hi, Thanks for the suggest, but it did not work. Any other ideas on how to do it ...? Best Regards Cemil On Thu, Aug 20, 2009 at 4:20 PM, Michael Mosmann mich...@mosmann.de wrote: Am Donnerstag, den 20.08.2009, 16:00 +0200 schrieb copenhag copenhagen: Maybe it's because i am a new Wicket

Re: Absolute urls in forms

2009-08-21 Thread copenhag copenhagen
Hi, Why can't you just add a AttributeModifier to the Form and then modify it as you wish ? Best Regards Cemil On Fri, Aug 21, 2009 at 9:43 AM, Steen Larsen steen...@gmail.com wrote: Hi, Just a quick question. Is it somehow possible to make Wicket generate absolute urls in the forms action

Question on brix

2009-08-21 Thread Cristi Manole
Hello, I am after building a (basic) ecommerce application and I'd love to do it in wicket with Brix. My question is if it's feasible for this task. Specifically, I'd like to be able to offer to a non technical user the possibility to enter products with description, prices, photos, etc, to have

Re: Absolute urls in forms

2009-08-21 Thread Steen Larsen
Hm, didn't know about that one. I suppose you could rewrite the url through this, but maybe there was some setting you could change in the init phase, that already did this. But the AttributeModifier looks like a workaround so thanks for the hint. /Steen 2009/8/21 copenhag copenhagen

Re: DropDown where (type of model property) != (type of choices)

2009-08-21 Thread elygre
elygre wrote: It seems to me that it is a fairly hard requirement that the model and the choice list have identical types. I'll investigate a bit further, to see if I can build a generic mechanism for both a Map and a bean-style object. After looking deeper into this, I created two

Re: Regarding datepicker popup when inputfield pressed

2009-08-21 Thread copenhag copenhagen
Has no one really needed the calendar popup when the input field is selected/pressed ? It is a common feature on many calendars...How can i make it work... Help would be appreciated a lot. Best Regards On Fri, Aug 21, 2009 at 11:13 AM, copenhag copenhagen copenha...@gmail.comwrote: Hi,

Re: using hibernate pojo as model instead of dto

2009-08-21 Thread Mathias Nilsson
I don't know about the good design but why should you make a detached copy of an perfectly good entity? It's just more work. However, if you need to use dto for webservices or there are some cases when you need to get fields from different entities then maybe you should consider dto. -- View

Re: ModalWindow with Page problem in IE8

2009-08-21 Thread Kristoffer Jelbring
I believe this issue was addressed in Wicket 1.3.6. I'm guessing that the live example hasn't been rebuilt using that version. Kristoffer On Aug 21, 2009, at 1:19 PM, Stefan Lindner wrote: The Live example on http://wicketstuff.org/wicket13/ajax/modal-window does not work in IE8 (the Show

Re: ConversionException and onSubmit is not called

2009-08-21 Thread Harrie Hazewinkel
HI Cemil, I had to modify the setObject rather different, but it gave me the clue on where the conversion went wrong. Thanks for your sample code! regards, Harrie - To unsubscribe, e-mail:

Re: ConversionException and onSubmit is not called

2009-08-21 Thread Jonas
Have you tried removing setType(Region.class); from your code? I don't think that's necessary for a DropDownChoice - and probably the cause why an IConverter is used (which is probably the source of the ConversionException you mentioned). On Fri, Aug 21, 2009 at 3:17 PM, Harrie

Re: Regarding datepicker popup when inputfield pressed

2009-08-21 Thread Michael Mosmann
Am Freitag, den 21.08.2009, 14:33 +0200 schrieb copenhag copenhagen: Has no one really needed the calendar popup when the input field is selected/pressed ? sorry.. (btw. IMHO it is annoying ..) i searched for some solution.. but i think you have to a) take a look into this yui magic b) ask on

Re: Regarding datepicker popup when inputfield pressed

2009-08-21 Thread sander v F
There is a JQuery plugin capable of doing this, see: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerClickInput.html You should have a look at WiQuery ( http://code.google.com/p/wiquery/ ), a Wicket JQuery component. I don't know if they already implemented this datepicker,

Re: using hibernate pojo as model instead of dto

2009-08-21 Thread Fernando Wermus
The case I use DTO is when I have wizards that involves many entities or/and some data that will become an entity but it is not the entity itself. Besides, some types that I cannot use in wicket, or maybe yes, like JodaTime DateTime. On Fri, Aug 21, 2009 at 5:42 AM, Mathias Nilsson

Re: [announce] Wicket 1.4.1

2009-08-21 Thread Igor Vaynberg
there is a url in the original email -igor On Thu, Aug 20, 2009 at 11:02 PM, uud ashruuda...@gmail.com wrote: any release/changes notes? On Thu, Aug 20, 2009 at 11:39 PM, Anton Veretennikov anton.veretenni...@gmail.com wrote: Thank you! Great news! On Thu, Aug 20, 2009 at 10:14 PM,

Re: ConversionException and onSubmit is not called

2009-08-21 Thread Harrie Hazewinkel
On 21 aug 2009, at 15:36, Jonas wrote: Have you tried removing setType(Region.class); from your code? I don't think that's necessary for a DropDownChoice - and probably the cause why an IConverter is used (which is probably the source of the ConversionException you mentioned). Actually,

Re: Question on brix

2009-08-21 Thread Igor Vaynberg
thats what we are using it for... things like entering products, prices, etc, have nothing to do with brix. brix is a cms only. -igor On Fri, Aug 21, 2009 at 2:49 AM, Cristi Manolecristiman...@gmail.com wrote: Hello, I am after building a (basic) ecommerce application and I'd love to do it

Re: LoadableDetachableModel#load() called twice

2009-08-21 Thread jWeekend
Warren, Unless you are indirectly calling load() yourself, eg by calling getObject(), on your LDM) during form processing it's Wicket converting the selected item (by choice id) to the actual choice object, by matching the id against the list of choices, calling load() on your LDM in the

RE: LoadableDetachableModel#load() called twice

2009-08-21 Thread Warren Bell
I need to read you response a little better. The choice id is being submitted with the form the button is on. Now if I have the button on a different form, can I update the ListChoice by simply adding the ListChoice to the target? Warren -Original Message- From: Warren Bell

Re: Improving maven/wicket deployment process

2009-08-21 Thread Tauren Mills
I just wanted to follow up on this. As an interim solution until I have time to really do this right (using Hudson, etc.), I've done what is suggested here: http://www.developer.com/java/ent/article.php/3811931 In my spring config PropertyPlaceholderConfigurer, I use this:

Re: multiple feedback panels in same page

2009-08-21 Thread satar
Thank you for the quick example. I think I actually seen this way of setting up a feedback panel at one point in time but had forgotten and then bumped into the problem of having two feedback panels on one page. This got me moving on quickly -- thank again! -- View this message in context:

jquery multi select with wicket ajax refresh

2009-08-21 Thread Martin Makundi
Hi! Did anybody manage to integrate something like this into wicket ajax processing: * http://dropdown-check-list.googlecode.com/svn/trunk/demo.html I have got it working pretty well WITHOUT AJAX: @Override public void renderHead(IHeaderResponse response) {