Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-06-17 Thread Fabio Fioretti
en done with https://issues.apache.org/jira/browse/WICKET-5735. > > I've reverted this with https://issues.apache.org/jira/browse/WICKET-6181 > > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Mon, Jun 13, 2016 at 1:43 PM, Fabio Fioretti < &

Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-06-13 Thread Fabio Fioretti
Hi all, Does anybody have any feedback on this? Many thanks, Fabio On Tue, May 31, 2016 at 12:46 PM, Fabio Fioretti < windom.macroso...@gmail.com> wrote: > Hi Martin, > > You are right, the form id was already there in 6.17.0, but the default > message was removed! That is w

Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-31 Thread Fabio Fioretti
ce it in a hierarchy that includes an outer form, it will break your app. The default value at least provided a safe fallback. What do you think? Many thanks, Fabio On Mon, May 30, 2016 at 4:31 PM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > On Fri, May 27, 2016 at 12:42 PM

Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-27 Thread Fabio Fioretti
at 12:42 PM, Fabio Fioretti < windom.macroso...@gmail.com> wrote: > Hi Martin, > > Is this the ticket you refer to? > https://issues.apache.org/jira/browse/WICKET-5190 > > It has an explanation on why onFileUploadException() is called on the root > form that seems reason

Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-27 Thread Fabio Fioretti
and Consulting > https://twitter.com/mtgrigorov > > On Thu, May 26, 2016 at 6:46 PM, Fabio Fioretti < > windom.macroso...@gmail.com > > wrote: > > > Hello everybody, > > > > I recently migrated an application from Wicket 6.17.0 to 6.23.0 and I'm

AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-26 Thread Fabio Fioretti
Hello everybody, I recently migrated an application from Wicket 6.17.0 to 6.23.0 and I'm experiencing the following problem. I have 2 nested forms. The inner one, form0, contains a FileUploadField with an AjaxFormSubmitBehavior(form0, "change") attached to it, while the external one, form1,

Re: [wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-05-10 Thread Fabio Fioretti
I confirm version 6.23.0 fixed the problem. Thank you for the great support! Kind regards, Fabio On Thu, Apr 28, 2016 at 12:02 PM, Fabio Fioretti < windom.macroso...@gmail.com> wrote: > Thanks Andrea, that would be excellent! > > Keep up the great work, > Fabio > > On

Re: [wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-04-28 Thread Fabio Fioretti
g to release Wicket > 6.23.0). > > Andrea. > > > On 28/04/2016 11:34, Fabio Fioretti wrote: > >> Done: https://github.com/wicketstuff/core/issues/490 >> >> Many thanks, >> Fabio >> >> On Thu, Apr 28, 2016 at 11:03 AM, Martin Grigorov

Re: [wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-04-28 Thread Fabio Fioretti
Done: https://github.com/wicketstuff/core/issues/490 Many thanks, Fabio On Thu, Apr 28, 2016 at 11:03 AM, Martin Grigorov <martin.grigo...@gmail.com > wrote: > Please file an issue at Wicketstuff GibHub. > On Apr 28, 2016 10:31 AM, "Fabio Fioretti" <windom.macr

Re: [wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-04-28 Thread Fabio Fioretti
answer this) Kind regards, Fabio On Thu, Apr 28, 2016 at 6:44 AM, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > > On Wed, Apr 27, 2016 at 12:07 PM, Fabio Fioretti < > windom.macroso...@gmail.com> wrote: > > > Hi all, > > > > Ple

[wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-04-27 Thread Fabio Fioretti
Hi all, Please consider the following simple implementation of AbstractRestResource (6.22.0): @ResourcePath("/rest/api") public class MyRestResource extends AbstractRestResource { public MyRestResource () { super(new JsonWebSerialDeserial(new GsonObjectSerialDeserial())); }

Re: [wicketstuff-restannotations] How to automatically generate Swagger definitions.

2016-04-27 Thread Fabio Fioretti
-make-developers-love. > However I've never tried this kind of solution. > > > On 25/04/2016 16:08, Fabio Fioretti wrote: > >> Hi all, >> >> I have been successfully using wicketstuff-restannotations to create some >> REST web services in my Wicket 6.22.0 appli

[wicketstuff-restannotations] How to automatically generate Swagger definitions.

2016-04-25 Thread Fabio Fioretti
Hi all, I have been successfully using wicketstuff-restannotations to create some REST web services in my Wicket 6.22.0 application - thanks for that, very straightforward. Now that my REST resources and methods are complete and correctly annotated, I would need to generate the related Swagger

Re: Backward compatibility with URLs generated by HybridUrlCodingStrategy.

2014-06-12 Thread Fabio Fioretti
Wicket Training and Consulting On Wed, Jun 11, 2014 at 1:00 PM, Fabio Fioretti windom.macroso...@gmail.com wrote: Hi all, I am migrating an application from Wicket 1.4 to 6.15. This app makes use of HybridUrlCodingStrategy, that I replaced with a MountedMapped using

Re: Backward compatibility with URLs generated by HybridUrlCodingStrategy.

2014-06-12 Thread Fabio Fioretti
what you expect ... but all this is known. You can search the mail archives for NoVersionRequestMapper to workaround this. But it will lead to different kind of problems. Martin Grigorov Wicket Training and Consulting On Thu, Jun 12, 2014 at 2:19 PM, Fabio Fioretti windom.macroso

Backward compatibility with URLs generated by HybridUrlCodingStrategy.

2014-06-11 Thread Fabio Fioretti
dotted bookmarks do not work anymore (HTTP 404). Any suggestion on the best approach to guarantee backward compatibility with old URLs? Thanks very much in advance, Fabio Fioretti

CachingResourceStreamLocator is not extension-aware.

2014-05-06 Thread Fabio Fioretti
? Thanks very much for you help and keep up the excellent work, Fabio Fioretti

Re: CachingResourceStreamLocator is not extension-aware.

2014-05-06 Thread Fabio Fioretti
Wicket Training and Consulting On Tue, May 6, 2014 at 11:39 AM, Fabio Fioretti windom.macroso...@gmail.com wrote: Hi all, I have a Wicket 6 application that integrates with Apache FOP in a way that, by overriding Page's getMarkupType(), I can have a component render its .fo

Re: wicket and ext-js

2010-10-08 Thread Fabio Fioretti
Hi Frank, Sorry for the late reply. We are currently migrating our main application from Wicket 1.3 to 1.4 and contextually upgrading ext-wicket. This might eventually be the right occasion to update the project, though we are still targetting Ext 2.2. With regard to behaviors and components, we

Re: wicket and ext-js

2010-09-29 Thread Fabio Fioretti
integration effort and, should you decide to build on top of wicket-ext, feel free to ask. Cheers, Fabio Fioretti On Wed, Sep 29, 2010 at 12:09 PM, Frank van Lankvelt f.vanlankv...@onehippo.com wrote: I'm in the process of integrating Ext-JS into our Wicket application.   So there are a number

Re: [OT] Wicket changed my life !

2010-02-19 Thread Fabio Fioretti
Peter, I completely agree with you. :-) Thanks Wicket! Fabio On Fri, Feb 19, 2010 at 9:37 AM, Peter Ertl pe...@gmx.org wrote: Wicket put the suck out of web development for me :-) Am 19.02.2010 um 08:14 schrieb Josh Kamau: Me too!! On Fri, Feb 19, 2010 at 9:57 AM, Ashika Umanga Umagiliya

Re: Switch tab only if user doesn't want to save changes.

2009-03-15 Thread Fabio Fioretti
object values somewhere and comparing them with the new ones resulting from form updating by the user. Regards, Fabio Fioretti - WindoM - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: [OT] wicket users around the world

2008-12-11 Thread Fabio Fioretti
Rome, Italy! :) - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Switch tab only if user doesn't want to save changes.

2008-07-15 Thread Fabio Fioretti
\\nDo you want to switch tab?')) ) .append({ return false; }) .append(script); } }; } return super.getAjaxCallDecorator(); } Cheers, Fabio Fioretti - WindoM On Sun, Jul 13

Switch tab only if user doesn't want to save changes.

2008-07-11 Thread Fabio Fioretti
could call it and how to inject an if (!confirm('...')) return false;. Maybe in the onClick(AjaxRequestTarget target) method of the AjaxFallbackLink returned by AjaxTabbedPanel's newLink() method? What's the best way to do it? Thank you very much, Fabio Fioretti - WindoM

[Wicket 1.3.3] Possible wicket:enclosure regression.

2008-04-03 Thread Fabio Fioretti
! Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-18 Thread Fabio Fioretti
+1. Best regards, Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Trigger ajax-form submit when changing tabs

2008-01-17 Thread Fabio Fioretti
); } }; } }; Disclaimer: the code above is based on Wicket 1.2.6. Cheers, Fabio Fioretti - WindoM On Jan 17, 2008 1:21 PM, Steffen Fritzsche [EMAIL PROTECTED] wrote: Hi, I have the following problem. I created a three individual forms each within its own Tab (implementing AbstractTab). Each

Re: the flow of wicket

2008-01-14 Thread Fabio Fioretti
, Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: the flow of wicket

2008-01-14 Thread Fabio Fioretti
On Jan 14, 2008 1:00 AM, Igor Vaynberg [EMAIL PROTECTED] wrote: easy to say when its not you who has to put in the huge effort :) I'm just a humble junior developer. :) Regards, Fabio Fioretti - WindoM - To unsubscribe, e

Re: the flow of wicket

2008-01-13 Thread Fabio Fioretti
and a huge plus for hardcore developers. Sure, we could study the code, but it can lead to bad assumptions if it's not coupled with some sort of high-level, even gross-grained, documentation. So, +1 for Paolo, even if I understand that the documentation effort can become huge. Cheers, Fabio Fioretti

Re: [Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-07 Thread Fabio Fioretti
Thanks everybody for the precious help, a custom lazy AjaxFormSubmitBehavior was the way to go. Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Wicket 1.2.6] How to get Wizard's form from inside a WizardStep?

2008-01-04 Thread Fabio Fioretti
the same instruction inside WizardStep.AddFormValidatorAction.execute() can succeed. I'm sure I'm missing something really stupid. Please forgive me. :-) Thanks a lot, Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL

Re: Keep inserted data on AjaxTabbedPanel tab switching.

2007-11-14 Thread Fabio Fioretti
); } @Override protected void onError(AjaxRequestTarget target, Form form){ AjaxUtils.error(form); } }; } }; Kindest regards, Fabio Fioretti - WindoM On Nov 14, 2007 1:18 PM, lizz [EMAIL PROTECTED] wrote: Hi, I tried implementing the submitLink

Re: Weird Ajax non-English characters encoding problem.

2007-10-22 Thread Fabio Fioretti
in a single page... :-) It's the only page that needs non-English input. Any suggestion? Thanks a lot, Fabio Fioretti - WindoM On 10/21/07, Matej Knopp [EMAIL PROTECTED] wrote: I don't know tbh. I believe the request body is encoded in UTF-8. People usually use UTF-8, so no-one

Re: Weird Ajax non-English characters encoding problem.

2007-10-19 Thread Fabio Fioretti
PS: I'm using Wicket 1.2.6. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Weird Ajax non-English characters encoding problem.

2007-10-19 Thread Fabio Fioretti
doesn't happen if I use, for example, a SubmitLink instead of an Ajax-enabled Button. This makes me point to Ajax as the responsible, and to the fact that Wicket uses UTF-8 for requests... but I really have no clue about how to fix it. Any idea? Thank you very much and have a nice week-end. Fabio

Re: CompoundPropertyModel stops working when form validation fails.

2007-10-08 Thread Fabio Fioretti
() in the updating behavior really fixes the problem. What I miss now is why the CompoundPropertyModel breaks if the form is not manually reset by calling clearInput(). Is it a bug or a feature? :) Thank you for your time and precious help. Kindest regards, Fabio Fioretti - WindoM

Re: CompoundPropertyModel stops working when form validation fails.

2007-10-08 Thread Fabio Fioretti
updating behavior solves the problem, is it still useful to create a test case to show CompoundPropertyModel's detachment or is it explainable now? I'm still missing an explanation, but probably you are not (and in this case, please share :-). Thanks a lot, Fabio Fioretti - WindoM

Re: TabbedPanel with image tabs

2007-10-07 Thread Fabio Fioretti
On 10/7/07, Erik van Oosten [EMAIL PROTECTED] wrote: You can override a method on TabbedPanel to create the component that is put in the tab. I can not look it up now, but can do so later if you want. The method you are talking about is newLink. Kindest regards, Fabio Fioretti - WindoM

Re: CompoundPropertyModel stops working when form validation fails.

2007-10-05 Thread Fabio Fioretti
appreciated, because maybe I'm missing something about the inner mechanisms of Wicket. Thank you all for any help, Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CompoundPropertyModel stops working when form validation fails.

2007-10-04 Thread Fabio Fioretti
P.S.: I'm using Wicket 1.2.6. Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CompoundPropertyModel stops working when form validation fails.

2007-10-03 Thread Fabio Fioretti
? Thanks a lot for your help, Fabio Fioretti - WindoM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CompoundPropertyModel stops working when form validation fails.

2007-10-03 Thread Fabio Fioretti
to user's selections on the ListChoice as if its model loses the pointer to currentRecommendation. I hope I've been clear enough, 'cause it's not so easy to explain... Thanks a lot for your help! Fabio Fioretti - WindoM

Re: Keep inserted data on AjaxTabbedPanel tab switching.

2007-09-25 Thread Fabio Fioretti
provides instead - it works much better with forms. I agree, but this is not the case: I simplified the situation to frame the question more easily, but it's more complex in reality. Thanks a lot for your precious help, Fabio Fioretti - WindoM