Re: Form.setMultiPart(true) and setResponsePage(...) in Wicket 1.4.7

2010-03-11 Thread t3_chris
igor.vaynberg wrote: > > open a bug, attach a quickstart > Thanks, igor! Just created a quickstart, with a file upload field, multi-part form and a setResponsePage() call. Unfortunately (fortunately?) in my quickstart example everything works. So I'am a litte bit helpless now. I won't open a

Re: Form.setMultiPart(true) and setResponsePage(...) in Wicket 1.4.7

2010-03-09 Thread t3_chris
Additonal Information: setRepsonsePage(...) in the above described scenario works perfectly fine in wicket-1.4.6 It seems to be broken again in 1.4.7 Best Regards, chris -- View this message in context: http://old.nabble.com/Form.setMultiPart%28true%29-and-setResponsePage%28...%29-in-Wicket-1.

Re: Open Source projects using Wicket

2009-10-16 Thread t3_chris
Hi Daniel! Your idea sounds quite reasonable to me. Have you got any demo code? Regards, chriss Daniel Frisk wrote: > > > A third option, which from my POV is perhaps the most elegant, is to > roll your own page store that serializes the pages instantly after the > request. The serial

Re: AjaxFallbackButton doesn't update ajax components when validation fails?

2009-10-16 Thread t3_chris
Thanks, Ernesto! I'll try this ASAP! reiern70 wrote: > > Just one idea... add some AjaxBehaivior that updates altitude field in > event "onchange". So, that even if validation fails you already have > your altitude updated... > Best, > > Ernesto > -- View this message in context: http:

Re: DropDownChoice: get selected object even if validation fails?

2009-10-15 Thread t3_chris
Thanks a lot, Igor! I'll try this tomorrow. -- View this message in context: http://www.nabble.com/DropDownChoice%3A-get-selected-object-even-if-validation-fails--tp25908263p25912489.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Using Wicket together with Microsoft VirtualEarth/BingMaps

2009-09-09 Thread t3_chris
I got on (hopefully) final question: Is there a more elegant way to pass Data into the BingTask.respond(AjaxRequestTarget) method than appending something like "&data=myValue" to the Callback URL and then decoding it withing the respond-Method? -- View this message in context: http://www.nabble

Re: Using Wicket together with Microsoft VirtualEarth/BingMaps

2009-09-09 Thread t3_chris
Thanks a lot, Pedro! This is exactly what I am looking for! best regards, chris -- View this message in context: http://www.nabble.com/Using-Wicket-together-with-Microsoft-VirtualEarth-BingMaps-tp25367085p25370798.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Using Wicket together with Microsoft VirtualEarth/BingMaps

2009-09-09 Thread t3_chris
Thanks for your Response! As I am quite new to Wicket I don't exactly understand what you mean... Do you have any sample code? It isn't required to be Bing specific, it would also be helpful if you could demonstrate how i can get the result of a non-Wicket-JavaScript-Function into the Wicket ses