Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-01 Thread Martin Grigorov
Hi, See https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/markup/html/link/DownloadLink.java?source=cc#L167 for a simple example. On Thu, Aug 1, 2013 at 5:33 AM, BrianWilliams brianwilliams33...@yahoo.comwrote: Thank you again Paul. I'll look at

Re: Jquery tooltip for multiple fields in wicket

2013-08-01 Thread Murugan
Hi Martin, I downloaded the wicket-jquery-ui through maven dependency groupIdcom.googlecode.wicket-jquery-ui/groupId artifactIdwicket-jquery-ui/artifactId version6.8.1/version /dependency also downloaded the required css and added the reference in my html page. Added

Re: gmap2, wicket 6.9 and ajax refresh

2013-08-01 Thread Martin Grigorov
Hi, https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/markup/head/OnEventHeaderItem.java?source=cc doesn't cut the 'on' prefix. https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java?source=cc#L68

Re: Jquery tooltip for multiple fields in wicket

2013-08-01 Thread Martin Grigorov
Hi, See Sebastien's examples earlier in this mail thread. On Thu, Aug 1, 2013 at 8:49 AM, Murugan murugan4...@gmail.com wrote: Hi Martin, I downloaded the wicket-jquery-ui through maven dependency groupIdcom.googlecode.wicket-jquery-ui/groupId

Re: gmap2, wicket 6.9 and ajax refresh

2013-08-01 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-5296 On Thu, Aug 1, 2013 at 8:52 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/markup/head/OnEventHeaderItem.java?source=cc doesn't cut the 'on'

Re: gmap2, wicket 6.9 and ajax refresh

2013-08-01 Thread Cedric Gatay
Looking at the code on my phone is not that easy, i had a wrong souvenir ;) __ Cedric Gatay (@Cedric_Gatay http://twitter.com/Cedric_Gatay) http://code-troopers.com | http://www.bloggure.info | http://cedric.gatay.fr On Thu, Aug 1, 2013 at 9:04 AM, Martin Grigorov mgrigo...@apache.orgwrote:

AW: file upload in nested form with CPM needs dummy model

2013-08-01 Thread Tom Eicher - von Unterwegs
Any idea where I'm thinking wrong ? Thanks, Tom. Tom Eicher r...@teicher.net schrieb: Hello, I have an outer form, with a CPM for a business entity. An inner form FormVoid uploadImageForm = new Form(UploadImageForm); has a FileUploadField uploadImageField = new

Re: file upload in nested form with CPM needs dummy model

2013-08-01 Thread Martin Grigorov
Hi Tom, Did you see my response from last Wednesday ? It looks like you missed it. On Thu, Aug 1, 2013 at 9:40 AM, Tom Eicher - von Unterwegs r...@teicher.net wrote: Any idea where I'm thinking wrong ? Thanks, Tom. Tom Eicher r...@teicher.net schrieb: Hello, I have an outer form,

Re: Interesting article from Zeroturnaround

2013-08-01 Thread Michael Mosmann
Am 31.07.13 19:24, schrieb Igor Vaynberg: unless youve built and maintained a real non-trivial application using all those frameworks how can you put numbers on them? I used Grails,Wicket,JSF,Spring Webflow and Struts in real non-trivial applications. I was involved in projects using GWT and

Re: Jquery tooltip for multiple fields in wicket

2013-08-01 Thread Sebastien
Hi Murugan, Please ensure (using firebug or equivalent) that you have in the html header: script src=...JQueryResourceReference/jquery/jquery-1.10.1... script src=... JQueryUIResourceReference/jquery-ui-1.10.3 ... script id=jquery-tooltip-... And then, in the body, that you have the title

Disabling of the Textfields and update of the model

2013-08-01 Thread Dmitriy Neretin
Hi everyone, I have a problem with textfield enabling/disabling and with update of the appropriate model. I have a wizzard with 3 steps: - Step one: show some info fields - Step two: let the user edit his info with textfields - Step three: show the user new info. Now I built an ajaxcheckbox in

Re: Disabling of the Textfields and update of the model

2013-08-01 Thread Martin Grigorov
Hi, On Thu, Aug 1, 2013 at 4:15 PM, Dmitriy Neretin dmitriy.nere...@googlemail.com wrote: Hi everyone, I have a problem with textfield enabling/disabling and with update of the appropriate model. I have a wizzard with 3 steps: - Step one: show some info fields - Step two: let the user

Re: How to add line breaks in the summary text of Wizard properties file

2013-08-01 Thread shimin_q
That was it! How did I not think of this? :-) Thanks Sven! The only issue, as I found out quickly, is that I have to introduce the MultiLineHeader inner class in many of my classes that extend WizardStep. And since wicket id does not support different namespaces, I will have to use different

RE: How to add line breaks in the summary text of Wizard properties file

2013-08-01 Thread shimin_q
Thanks Paul! For now, creating a MultiLineHeader class to replace Header class, as Sven suggested, did the trick. But I will keep your point in mind for any future customization of the default Wizard. -- View this message in context:

Re: file upload in nested form with CPM needs dummy model

2013-08-01 Thread Tom Eicher
Hello Martin List, Yes, okay, but is it really necessary for me to define an own model class? Would it not be much more straightforward to just instantiate one of the existing models, like new FileUploadField(UploadFileField, new ModelListFileUpload())); or some Model.of() variant ? However,

Re: gmap2, wicket 6.9 and ajax refresh

2013-08-01 Thread Gabriel Landon
Thank you for you help Martin. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/gmap2-wicket-6-9-and-ajax-refresh-tp4660564p4660630.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Table with a lot of ajax links

2013-08-01 Thread DaveS
Hi Ernesto, please can you give me som example codes of yours AbstarctAjaxBehavior and special link components. I am trying to do it, but I am little bit lost. Thanks a lot. Dave -- View this message in context:

Re: How to add a div tag with stylesheet to wrap exisiting panel

2013-08-01 Thread saty
The div style does work as suggested but it covers the whole panel and hides everything. Any way to fix this, it should work as a background. I tried the z-index but it does not seem to work. Thanks -- View this message in context:

Re: session event

2013-08-01 Thread lc991
thanks !!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/session-event-tp4659287p4660635.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Problem with ajax when I use ModalWindow

2013-08-01 Thread lc991
hello, In my page there is a defaultDataTable which conteins a button. Each button has a ajax behavour, when user press the button the application show a modal window. Before user press the buttons the ajaxupdate of the table function very well but when after user press button the ajaxupdate of

Getting Lazy Loaded Panel

2013-08-01 Thread dhongyt
I have a lazy load panel and was wondering how I could access the panel that is being lazy loaded. So what I want to do is be able to access the FileListDisplayPanel because in the FileListDisplayPanel I have a AjaxFallbackDefaultDataTable with checkboxes and I would like to get the checkboxes

Re: Generating spreadsheet to send to Client fails in 1.6

2013-08-01 Thread BrianWilliams
Thank you but, did you see my original code?  It's 1/2 as long as the import section in your link.   I would like to simply write to the response, as I have in every other web technology (from Servlets and JSPs to Struts, JSF and .NET), AND Wicket prior to 1.5.    Perhaps somebody from the