Re: Twitter poll result 2

2016-11-01 Thread Andrea Del Bene
Hi Francois, I'm glad to read such a clear and smart analysis. I agree with you at 100%. Buzz is something we definitely lack of. We should improve our examples and write more articles on Wicket. I've also noted that Vaadin people have increased the amount of the "buzz" lately. For Vaadin

Re: File upload using REST API

2016-10-24 Thread Andrea Del Bene
Hi, I haven't any code that does file upload, but I think you need to implement a custom IWebSerialDeserial that extracts file (or a list of them) from request an then you can pass this value to your REST resource with annotation @RequestBody. Files can be extracted from request in the usual

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread Andrea Del Bene
Ok thank you! Andrea. On 20/10/2016 12:07, Greg Johnson wrote: Create link missing from home page (MacOs 10.12 Safari 10.0) … Found a “create” link in the help docs … Created WICKET-6256 Regards, Greg Johnson On 20 Oct. 2016, at 19:47, Andrea Del Bene <an.delb...@gmail.com>

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-20 Thread Andrea Del Bene
That's strange...you should be able to create issues as you belong to jira-users group: https://issues.apache.org/jira/plugins/servlet/project-config/WICKET/permissions Which is exactly the problem or the error you get? On 19/10/2016 02:40, greg.johnson wrote: sure, i don't seem to have

Re: 8.0.0-M1 MarkupNotFoundException

2016-10-17 Thread Andrea Del Bene
Hi Greg, can you open an issue and attach the quickstart. Thank you. On 17/10/2016 01:19, Greg Johnson wrote: Hi, the example is a very basic “menu” example where on menu select main content is changed. From the attached quickstart … * run Start.java * localhost:8080/ - Home Page

Re: Wicket vs JS frameworks.

2016-10-15 Thread Andrea Del Bene
IMHO things are quite simple. JS base app are told to be highly scalable because they rely on a REST, stateless architecture. So scaling is just a matter of adding servers without worrying of replicating a user session. This is true until you need to log a user into your app. At this point

Re: Wicket vs JS frameworks.

2016-10-14 Thread Andrea Del Bene
The "new" JS Frameworks in combination with JSON have made quite cheap building CRUD web app. But there are a number of factors that I personally don't like at all with this type of solutions: - they only work with single-page applications. period. SPA is not a silver-bullet, it's not the

Re: examples7x.wicket.apache.org --> 502 Proxy Error

2016-09-05 Thread Andrea Del Bene
Restarted. Now should be ok. Thank you! On 04/09/2016 22:15, Francois Meillet wrote: http://examples7x.wicket.apache.org/index.html is down. There is a 502 Proxy Error http://examples6x.wicket.apache.org/index.html is OK. François

Re: Chrome extension and Eclipse plugin for wicket-source helper are updated!

2016-08-22 Thread Andrea Del Bene
Thank you VERY much Jenny! On 22/08/2016 03:30, Jenny Brown wrote: About 5 years ago, I created wicket-source, a set of extensions that let you inspect a wicket component in your browser, and click a button to go to that line of your source code in Eclipse. As time went on, the browser

Re: Problem migrating to Wicket 7

2016-06-23 Thread Andrea Del Bene
Hi, Dirk could you test your app with version 7.4.0-SNAPSHOT? This should solve your problem. Thank you. Andrea. On 18/06/2016 11:03, Martin Grigorov wrote: https://issues.apache.org/jira/browse/WICKET-6185 On Fri, Jun 17, 2016 at 8:46 PM, Martin Grigorov

Re: examples7x.wicket.apache.org not available

2016-06-08 Thread Andrea Del Bene
Restarted! Should shortly be available. Andrea. On 08/06/2016 11:11, Marc Ende wrote: Hi, I've seen that the http://examples7x.wicket.apache.org/ is currently not available. There is an proxy error. It would be great if the examples would be available soon, they're a great resource. ;)

Re: Regarding nested multipart modal dialog

2016-05-20 Thread Andrea Del Bene
Sorry if I jump into the conversation so roughly, but isn't enough to override updateAjaxAttributes of FormPanel's AjaxButton(OK_ID) ?: @Override protected void updateAjaxAttributes(AjaxRequestAttributes attributes) { super.updateAjaxAttributes(attributes);

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

2016-05-11 Thread Andrea Del Bene
Keep up the great work, Fabio On Thu, Apr 28, 2016 at 11:52 AM, Andrea Del Bene <an.delb...@gmail.com> wrote: Thank you for the issue! I think we can make it for next release 6.23.0 which should come quite soon (at the moment we are voting to release Wicket 6.23.0). Andrea. On 28/0

Re: Wicket jQuery UI - 4th anniversary!

2016-05-02 Thread Andrea Del Bene
Congratulations Sebastien!!! And the new site is REALLY nice! Andrea On 02/05/2016 22:52, Sebastien wrote: Dear Wicket jQuery UI users, I'm happy to announce the 4th anniversary of the project since its first release! :) *Stats* A few words about project's stats: - visits on the demo site

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

2016-04-28 Thread Andrea Del Bene
Thank you for the issue! I think we can make it for next release 6.23.0 which should come quite soon (at the moment we are voting 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,

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

2016-04-26 Thread Andrea Del Bene
Hi, at the moment we don't have such kind of integration with Swagger. You may obtain some results if you use Spring in your application: https://dzone.com/articles/swagger-make-developers-love. However I've never tried this kind of solution. On 25/04/2016 16:08, Fabio Fioretti wrote: Hi

Re: HTML and Binding generator for Wicket

2016-04-14 Thread andrea del bene
Nice work! I remember I tried to do something similar in an old project but the final result was much more rudimental. Thank you! On 12/04/2016 15:28, subes wrote: Hi there, I have a framework to announce that was built on top of Wicket and Wicket-Bootstrap. It applies the Naked Objects

New sit for user guide examples.

2016-04-03 Thread Andrea Del Bene
Hi, I've finally found the time to work on a site with live examples from the user guide. You can see the result here : http://examples-wickettutorial.rhcloud.com/ It's an early version so any feedback is welcome! Have fun. Andrea.

Re: New documentation on Wicket internals

2016-03-27 Thread Andrea Del Bene
Thanks also to Martin who double-checked my docs! Andrea. Great Andrea! Thanks a lot! kind regards Tobias Am 25.03.2016 um 16:34 schrieb andrea del bene <an.delb...@gmail.com>: Hi, I've added a couple of notes to the userguide about markup parsing and autocomponents:

New documentation on Wicket internals

2016-03-25 Thread andrea del bene
Hi, I've added a couple of notes to the userguide about markup parsing and autocomponents: https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#autocomponents Have fun! Andrea. - To unsubscribe, e-mail:

Re: HTML markup file generated by code or HTML markup file with parameter

2016-03-25 Thread andrea del bene
https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#advanced_5 On 25/03/2016 12:24, Ernesto Reinaldo Barreiro wrote: IMarkupResourceStreamProvider? On Fri, Mar 25, 2016 at 12:19 PM, andre seame wrote: Hello, Question? I would like to create a

Re: Non managed CSS

2016-03-21 Thread andrea del bene
yes :) https://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_9 On 21/03/2016 16:08, gmparker2000 wrote: Just wondering if there is a way to have unmanaged CSS appear last in the HTML head. I want Wicket to include managed CSS but have the unmanaged CSS appear last so it

Re: Apache Wicket mentioned @ heise Developer

2016-03-07 Thread andrea del bene
Thank you Tobias! On 07/03/2016 10:53, Tobias Soloschenko wrote: Hi all, just saw that Apache Wicket is mentioned @ heise Developer (german): http://www.heise.de/developer/meldung/Developer-Snapshots-Programmierer-News-in-ein-zwei-Saetzen-3128501.html Translated (english, more or less):

Re: https://twitter.com/apache_wicket after 10 months

2016-02-05 Thread andrea del bene
Thank you Francois! On 05/02/2016 09:05, Francois Meillet wrote: Dear All, https://twitter.com/apache_wicket after 10 months : 50 tweets posted about technical articles 50 tweets posted about src example lib 500 tweets posted about websites based on Apache Wicket Stay tuned, follow

Re: DateTimeField AJAX DatePicker not work

2016-02-05 Thread andrea del bene
Hi, another possible solution is to queue components instead of adding them. This seems to work fine with inline enclosures. Andrea. On 04/02/2016 10:51, Bas Gooren wrote: Hi Christopher, Martin, I just did a quick debug, and it’s caused by the inline enclosure. When I replace that with a

Re: Wicket Presentation

2016-01-28 Thread andrea del bene
Hi Martijn, I think it would be ok if the presentation was more or less like the one you have done for the 10th year of the project. You might add some slides to promote the new site and the community resources (wicketstuff, twitter, etc...). My two cents. On 27/01/2016 10:40, Martijn

Re: Wicket 8

2016-01-08 Thread andrea del bene
So far the most notable things you can find in branch lambdas are new lambda-enhanced models (see https://github.com/apache/wicket/commit/ae70d7d02821695e165e3a36828792de8d21f14c) and MarkupContainer#childrenStream to access children component as Java 8 Stream (see

Re: Wicket CSRF/XSRF protection

2016-01-01 Thread Andrea Del Bene
Hi, I think you might need to roll out your own RequestCycleListener to check for the XSRF-TOKEN. Or alternatively if you are using wicketstuff REST support you could use hook method onBeforeMethodInvoked to check the token before REST API is invoked. See

Re: Security Issue or incorrect usage?

2015-12-31 Thread Andrea Del Bene
Hi, the wiki entry you have found is pretty old (StyleSheetReference is no more part of the API). Where did you read the note you reported in the mail? BTW: I don't think it's a security issue. It just says that variable interpolation is done the first time the resource is requested, so you

Re: Problem with wicket encolsures and (possibly) OpenEntityManagerInViewFilter

2015-11-28 Thread Andrea Del Bene
Hi, have you tried Wicket 7.0.0 as well? The problem occurred only with 7.1.0? Try to use version 7.2.0-SNAPSHOT which contains some bug-fixes for enclosures and component queuing. Hello! I've introduced OpenEntityManager filter to my application and switched to wicket 7.1.0 and all

Re: Quetsion to nesting Forms and reflecting states of FormComponents after ajax refreshs

2015-11-22 Thread Andrea Del Bene
Hi, playing with the quickstart I've noticed something strange that might help to solve this issue. Before rendering phase both the inner and outer form are marked as submitted (Form#isSubmitted returns true). This is quite strange as I would expect that only the inner form would be marked

Re: Wicket 7.1.0 breaks OnChangeAjaxBehavior on Select2

2015-10-28 Thread andrea del bene
Could you create a quickstart reproducing the problem and create a Jira issue? Thank you. On 28/10/2015 13:31, Peter Henderson wrote: Hi fellow users. A quick heads up. I've just upgraded from wicket 7.0.0 to 7.1.0. It looks like something has broken OnChangeAjaxBehavior on Select2 form

Re: Wicket 8

2015-10-24 Thread Andrea Del Bene
Not yet AFAIK. We have just started to work on it scathing some ideas about adopting java 8 and improving the APIs. On 24 Oct 2015 13:33, "Mihir Chhaya" wrote: > Hello, > > On apache wicket website download section, there is link for wicket 8 > snapshot. Just curious; is

Re: Have a Heineken on me Wicket team!

2015-09-23 Thread Andrea Del Bene
How to say no to a beer ? :-) PS: a Franziskaner would be better :D On Wed, Sep 23, 2015 at 11:43 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > :-D > > +1 to rename Wicket 7 to Wicket 007 > > Made my day :-D > > kind regards > > Tobias > > > Am 23.09.2015 um 10:25 schrieb

11 years and still strong

2015-09-17 Thread Andrea Del Bene
https://dzone.com/articles/poll-what-java-jvm-frameworks-do-you-use :-)

Re: New Community page

2015-08-28 Thread Andrea Del Bene
of 'contribute' page. I hope I have not confused with mention of my observation above. Thanks again to you and the wicket team, -Mihir. On Mon, Aug 24, 2015, 5:25 AM Andrea Del Bene an.delb...@gmail.com wrote: Hi folks, I've uploaded a new page on our site called 'Community' where anyone can

New Community page

2015-08-24 Thread Andrea Del Bene
Hi folks, I've uploaded a new page on our site called 'Community' where anyone can find the different community-driven resources for Wicket. https://wicket.apache.org/community/ I hope you will like it! Andrea

Web Frameworks pool

2015-08-03 Thread Andrea Del Bene
Hi guys, if you have 5 seconds to spare please vote this poll :). Thank you. Andrea. http://www.surveygizmo.com/s3/2262144/Poll-Which-JVM-Web-Frameworks-Do-You-Use

Unit testing with CDI

2015-07-27 Thread Andrea Del Bene
Hi folks, I'm trying to put together a minimal quickstart project illustrating how to use CDI in Wicket. I followed the code from the CDI example I was able to create a working application. The only problem I still facing is about unit testing. What should I do to write a test case for my

Re: Unit testing with CDI

2015-07-27 Thread Andrea Del Bene
ok, I'll give it a try. Thank you ! On 27 Jul 2015 18:35, Martin Grigorov mgrigo...@apache.org wrote: Hi, Master branch has some unit tests that use cdi-unit 2.x library. Can you use them as starting point? On Jul 27, 2015 6:28 PM, Andrea Del Bene an.delb...@gmail.com wrote: Hi folks

Re: Wicket 6 - test ajax component.

2015-07-21 Thread andrea del bene
Hi, I don't think it's possible to send a specific key as this requires JavaScript code to be executed. But you can test AJAX events: //simulate an AJAX click event tester.executeAjaxEvent(label, click); See 'Testing AJAX events' in the userguide for more details. Andrea. On 20/07/2015

Re: wicket-annotations and page mounting

2015-07-13 Thread andrea del bene
Hi, AFAIK this is not possible, you must mount your pages using a path parameter (something like: 'summary/${account}'). andrea. On 10/07/2015 18:51, Jason Novotny wrote: Hi, I'm using wicket-annotations and I've added: newAnnotatedMountScanner().scanPackage(com.foo.web.pages).mount(this);

Re: Broken URL on Wicket Homepage

2015-07-02 Thread andrea del bene
Hi, we had an issue with the CI infrastructure and it's not completely solved yet for 6.x version. That's why docs for 6.x are not available. Andrea. On 02/07/2015 10:53, Urbani, Edmund wrote: Currently on http://wicket.apache.org/ under New and noteworthy there's this (non-linked and

Re: Wicket7: MediaComponent and Source classes

2015-06-29 Thread andrea del bene
On Mon, Jun 29, 2015 at 10:53 AM, Maxim Solodovnik solomax...@gmail.com wrote: Is it possible update http://www.wicket-library.com/ to have wicket7 examples as well? I believe this might be very useful :) On Mon, Jun 29, 2015 at 1:49 PM, andrea del bene an.delb...@gmail.com wrote: Hi, in wicket

Re: Wicket7: MediaComponent and Source classes

2015-06-29 Thread andrea del bene
Hi, in wicket-examples take a look at the project in org.apache.wicket.examples.media Andrea. On 29/06/2015 06:47, Maxim Solodovnik wrote: Hello All, Recently I have upgraded to Wicket+wicketstuff 7.0.0-M6 and found lots of improvements: 1) AbstractResource is now supports content-range

Re: Accessing a .properties file

2015-06-29 Thread Andrea Del Bene
Hi, if you are trying to read/write files in a specific package take a look here: http://stackoverflow.com/questions/5291852/writing-to-file-inside-package-java Andrea. Hi, I want to access a properties file using a BufferedInputStream for reading and a FileOutputStream for writing. My

semiserious: Android M logo

2015-06-23 Thread andrea del bene
Looks so familiar to me :-) https://www.google.it/webhp?hl=en#hl=enq=android+M+logo - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Use thrid party JQuery Plugin in Wicket Panel

2015-06-17 Thread andrea del bene
Hi, maybe this paragraph of the user guide can help you: http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_6 You can read your js file both as an URL or as a context-relative resources (see http://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#resources_5)

Re: up to date Wicket presentation?

2015-06-15 Thread andrea del bene
Hi, sorry if I take part to this conversation only now, but I realized that I do have a presentation (in English) I used for a crush-course on Wicket 6. It doesn't cover every topic of the framework but it might help you. Here's the link:

Re: up to date Wicket presentation?

2015-06-15 Thread Andrea Del Bene
yes, at the end of the course everyone was in love with wicket :D On 15 Jun 2015 19:57, Martijn Dashorst martijn.dasho...@gmail.com wrote: On Mon, Jun 15, 2015 at 4:52 PM, andrea del bene an.delb...@gmail.com wrote: a crush-course on Wicket 6. It doesn't cover every topic of the framework

Re: Possible to add a new component to a page using IComponentResolver ?

2015-05-09 Thread Andrea Del Bene
You are right. I'm afraid you can not do what you want in Wicket 6 because up to this version autocomponents (i.e those who are added during markup parsing) are removed after rendering phase. That's why your link doesn't find its component. With Wicket 7 autocomponents are no more removed and

Re: Possible to add a new component to a page using IComponentResolver ?

2015-05-08 Thread andrea del bene
Hi, A nice example of a custom IComponentResolver can be found in WicketStuff with module JEE-Web-Integration: https://github.com/wicketstuff/core/wiki/JEE-Web-Integration. The code is here: https://github.com/wicketstuff/core/tree/master/jdk-1.7-parent/jee-web-parent/jee-web. Look at class

User guide now under Git repository

2015-05-03 Thread Andrea Del Bene
Hi folks, in the last days we ported the user guide into the official Wicket Git repository. We have added a new sub project named wicket-user-guide containing the source documents of the guide. Now the entire documentation can be generated running the command 'mvn clean package -P guide' on

Re: Wicket 7: Problem hiding form from AjaxSubmitLink

2015-04-14 Thread andrea del bene
to button. Why not just use #setPreventDefault(true)? Because if JavaScript is disabled, the browser will still submit the form, without triggering the callback on the AjaxSubmitLink. Regards Sven Am 13.04.2015 um 18:01 schrieb andrea del bene: The case pointed out by Don is slightly different

Re: Wicket 7: Problem hiding form from AjaxSubmitLink

2015-04-13 Thread Andrea Del Bene
Due to WICKET-5197 I think we should add to 'attributes.setPreventDefault(true);' to AjaxSubmitLink Hi, Please create a quickstart app and attach it to a ticket at JIRA. Thanks! On Apr 12, 2015 9:43 PM, Don Ferguson don.fergu...@gmail.com wrote: Dear Wicket Boffins, I have a Wicket 6 app

Re: Wicket 7: Problem hiding form from AjaxSubmitLink

2015-04-13 Thread andrea del bene
already changes the button to prevent default submitting of the form: tag.put(type, button); Have fun Sven Am 13.04.2015 um 14:19 schrieb Andrea Del Bene: Due to WICKET-5197 I think we should add to 'attributes.setPreventDefault(true);' to AjaxSubmitLink Hi, Please create a quickstart

Re: Ace Editor Wicket integration?

2015-03-16 Thread andrea del bene
Unfortunately no :-/ Hi folks, has anybody already done a successful Wicket integration of the Ace code editor (https://github.com/ajaxorg/ace https://github.com/ajaxorg/ace) and is willing to share it (or at least some code snippets)? -Tom

Re: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-15 Thread Andrea Del Bene
Just a small observation that might help. Move code from PdfViewer contructor to onInitialize. This makes URL generation safer although it doesn't explain why your code worked until 6.12.0. I guess it depends on the mount path of your page. Most probably it is /wicket/bookmarkable/... On Mar

Re: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-15 Thread Andrea Del Bene
to be involved. I will use this fix. Since this works should I still open a JIRA issue? Thanks again, Bruce -Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Sunday, March 15, 2015 10:00 AM To: users@wicket.apache.org Subject: Re: PDF viewed in panel via ResourceReference

Re: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-14 Thread Andrea Del Bene
Hi, I've created a quickstart based on your code but I can't reproduce the issue. I've shared it on Dropbox: https://www.dropbox.com/s/qmolvzvp9a0xplf/ResourceIssue.tar.gz?dl=0 The only thing I've noted is that your resource url doesn't have starting segment 'wicket', i.e my resource url is:

Re: Wicket roadmap

2015-03-08 Thread Andrea Del Bene
The most up-to-date version of the site is the one from Martijn who is leading the development. I think there are few things left to do to complete this task. I've opened a PR to solve a couple of small layout issues in two pages. Apart from this there are some TODO in the documentation page

Wicketstuff JavaDoc

2015-02-28 Thread Andrea Del Bene
Hi everybody, I've created a gh-pages branch to host javadoc for wicketstuff. It contains docs for 6.x and master branch. They are linked in the readme file of each respective branch. http://wicketstuff.org/core/javadoc6/apidocs/index.html

Re: Wicketstuff REST-Annotations: error handling impossible?

2015-02-24 Thread andrea del bene
That's a simple but yet very useful improvement! I will commit it ASAP. Thank you. Andrea. Hi everybody, We are using the Wicketstuff REST-Annotations and we are very happy with it. Thank you very much :-) We have a small thingy however for which I would like to propose a minor change in the

Re: Wicketstuff REST-Annotations: error handling impossible?

2015-02-24 Thread andrea del bene
response. Great to hear that the change will be committed :-) Regards, Hans -Ursprüngliche Nachricht- Von: andrea del bene [mailto:an.delb...@gmail.com] Gesendet: Dienstag, 24. Februar 2015 11:02 An: users@wicket.apache.org Betreff: Re: Wicketstuff REST-Annotations: error handling impossible

Re: URL Encryption in detail

2015-02-19 Thread andrea del bene
On 19/02/2015 11:28, lucast wrote: Dear forum, Reading the Apache Wicket Guide on URL Encryption in detail https://wicket.apache.org/guide/guide/security.html#security_4 , the section suggests that simply calling is not enough for url encryption at production level. Further down on that

Re: URL Encryption in detail

2015-02-19 Thread andrea del bene
On 19/02/2015 13:23, andrea del bene wrote: On 19/02/2015 11:28, lucast wrote: Dear forum, Reading the Apache Wicket Guide on URL Encryption in detail https://wicket.apache.org/guide/guide/security.html#security_4 , the section suggests that simply calling is not enough for url encryption

Re: New committer - Sebastien Briquet

2015-02-14 Thread Andrea Del Bene
Welcome on board Sebastien! On 14 Feb 2015 11:20, Maxim Solodovnik solomax...@gmail.com wrote: Congratulations Sebastien! WBR, Maxim (from mobile, sorry for the typos) On Feb 14, 2015 4:11 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Congratulations! On Fri, Feb 13, 2015

Article on JSP/JSF integration

2015-02-13 Thread Andrea Del Bene
Hi, for those you might be interested in this topic, I wrote an article on JavaLobby about WicketStuff module JEE Web Integration created by Tobias Soloschenko. http://java.dzone.com/articles/integrate-jspjsf-pages-wicket Andrea.

Re: @SpringBean annotation, no-arg constructor

2015-02-12 Thread Andrea Del Bene
Hi, it looks like more a Spring problem rather than a Wicket one. What's your full stacktrace? Hi, when injecting a bean via @SpringBean annotation into a Wicket page, this bean must provide a default constructor, otherwise I am receiving the error: java.lang.IllegalArgumentException:

Re: Error building wicket-6.19.0 from src

2015-02-12 Thread Andrea Del Bene
Hi, how did you get the code ? did you download it or did you use the 6.19.0 branch? I've tested the source from distribution (http://www.apache.org/dyn/closer.cgi/wicket/6.19.0) and everything it's fine. These method are final since a long time... I get the following error when I try to

Re: wicketstuff gae-initializer-parent

2015-02-09 Thread Andrea Del Bene
hi, appengine has a quite confusing versioning policy. The last version supporting java 6 (hence not requiring servlet 3) is 1.8.1 so if you use this version or an earlier one you should be ok. Unfortunately l also don't use appengine as deployment environment so l can't help you more in detail.

[ANNOUNCE] Apache Wicket 7.0.0-M5 Released

2015-02-04 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M5! We have released another milestone release for Apache Wicket 7. We aim to finalize Wicket 7 over the coming months and request your help in testing the new major version. Caveats --- It is still a development version so

[ANNOUNCE] Apache Wicket 6.19.0 Released

2015-02-04 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 6.19.0! This is the nineteenth maintenance release of the Wicket 6.x series. This release brings 28 bug fixes and improvements. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API

Re: swap panels from child element

2015-02-02 Thread Andrea Del Bene
Changing visibility is less complex and if the result looks good I would go for it. Hi, I would like to swap panels B and C when the user clicks on a certain div element in Subpanel Aa The Page consists of following panels: - Panel A Subpanel Aa - Panel B - Panel C How can I access the

Re: 6.19.0 release date?

2015-01-23 Thread andrea del bene
Same for me. Some issues like WICKET-5808 needed more time as they turned out to be more complex and delicate. On 23/01/2015 10:32, Sebastien wrote: Hi, I also go for a new milestone/release-candidate before 7.0.0 final... Btw, for a release candidate, I think that the usual naming is -RCx,

Re: How to solve this login problem?

2015-01-07 Thread Andrea Del Bene
I'm not sure, but maybe you need to use the WebSocket. After all, if you have to push an event from server to client I don't see many alternatives. Hi, I got my first problem where my colleagues can't help me anymore. Because I'm fairly new to Wicket, I don't know how to describe it properly,

Re: Wicket 7.0.4M - bug related to queueing and wicket:enclosure

2015-01-05 Thread andrea del bene
Hi, now the snapshot should work. Andrea. On 05/01/2015 11:32, mscoon wrote: Hi Martin, I just tried it with 7.0.0-SNAPSHOT and I get the same exception. I have opened https://issues.apache.org/jira/browse/WICKET-5800 with details and a quickstart. Thanks Marios On Wed, Dec 24, 2014 at

Re: Happy New Year!!!!

2014-12-31 Thread Andrea Del Bene
Thank you! I also wish you you a wonderful new year! Hello All, Happy New Year! Let all troubles stay in 2014 and upcoming year be full of love and happiness :) WBR, Maxim (from mobile, sorry for the typos) - To

Re: Page Expired

2014-12-30 Thread andrea del bene
Hi, with Wicket 6.17.0 do still have this problem? Can you create a quickstart to reproduce this problem? Thank you. Dear all I wrote an openid provider web application with 6.14.0 (upgrade from 1.5.3 gradually) which enabled ssl and url encryption. Everything worked fine until I upgrade

Re: current page highlighting

2014-12-30 Thread andrea del bene
Hi, the code looks correct. You should debug return line 'return getPage().getClass().equals(...' and see why the condition is always false. Hi all i am trying to create dynamic navigation links in which current page link should be highlighted but i am unable to get desired outcome. i am

Re: Strange behavior of FormComponentBehavior

2014-12-18 Thread andrea del bene
Hi Andreas, what is the type of the model object for flag component? I see that inside convertInput is a ImageImpl while inside onSubmit is ImageRef I'm experiencing the strangest behavior with a FormComponentPanel. My custom FormComponentPanel has the following method: @Override

Re: Read JSON from ajax post

2014-12-16 Thread andrea del bene
Hi. If you have to read json from request body have a look here: https://github.com/wicketstuff/core/blob/master/jdk-1.7-parent/wicketstuff-restannotations-parent/restannotations/src/main/java/org/wicketstuff/rest/utils/http/HttpUtils.java see method readStringFromRequest Hello all, I am

Re: Should I use a (stateless) WebPage or a Resource to return a json response for an autocomplete component?

2014-12-13 Thread Andrea Del Bene
Hi, I suggest you to use a resource instead of an adapted stateless page. Wicketstuff has a module with special Wicket resources to implement REST api: https://github.com/wicketstuff/core/tree/master/jdk-1.7-parent/wicketstuff-restannotations-parent. Here you can find resources that already

Re: Wicke website makeover time?

2014-11-15 Thread andrea del bene
I think the very first priority now is to decide which Github repository should be the official one for this task. I think this should be Martijn's repository merged with all the changes made by Chris. I don't know if Martijn agrees with me. In this days he should be very busy with the three

Re: Wicke website makeover time?

2014-11-14 Thread Andrea Del Bene
I think we haven't mentioned yet the nice work done by Chris J. Lee: https://github.com/chrisjlee/wicket-site This should be the last version of Martijn's initial work. Hi Martijn, Did you build that page via jekyll or from raw HTML? I'm thinking we could easily restructure the current

Re: Wicke website makeover time?

2014-11-14 Thread Andrea Del Bene
One last useful reference is https://issues.apache.org/jira/browse/WICKET-3341. This is the official issue to discuss new site design. Personally I like very much https://issues.apache.org/jira/secure/attachment/12583195/wicket-flat-new-top.002.png which is a variation of the flat theme. I

Re: CircularDependencyException when upgrading from Wicket 6.9.0 to 6.10.0

2014-11-07 Thread Andrea Del Bene
It should be a bug: https://issues.apache.org/jira/browse/WICKET-5752 Hi there, I’m trying to upgrade some semi-legacy app to the current Wicket version. I discovered that I get a CircularDependencyException when upgrading from 6.9.0 to 6.10.0 without any code changes. I created a quickstart

Re: AjaxFormChoiceComponentUpdatingBehavior for custom CheckGroup and CheckGroupSelector

2014-11-06 Thread Andrea Del Bene
I haven't used this js library, but isn't enough to trigger a click event on checkboxes? Like: $('#'+checkbox.id).iCheck('check'); $('#'+checkbox.id).trigger(click); Dear Forum, Based on wicket examples, I built a custom CheckGroup with added CheckGroupSelector. I also want to add an

Re: Wicket FormTester not working with CheckGroupSelector.

2014-11-01 Thread Andrea Del Bene
Hi, CheckGroupSelector (and all the other subclasses of AbstractCheckSelector) is not a form component, as the exception says. It is more like a JavaScript sugar that implements the select/unselect all feature. Hence I'm afraid you can't test via Java code... Dear Forum, I'm implementing the

Re: simple confirmation on button/link

2014-10-31 Thread Andrea Del Bene
you can also use behavior AbstractDefaultAjaxBehavior which has updateAjaxAttributes(AjaxRequestAttributes attributes), so you can share confirmation code among different components. Hi, On Thu, Oct 30, 2014 at 11:57 PM, Garret Wilson gar...@globalmentor.com wrote: Andrea, thanks for jolting

Re: simple confirmation on button/link

2014-10-31 Thread Andrea Del Bene
https://twitter.com/mtgrigorov On Fri, Oct 31, 2014 at 2:56 PM, Andrea Del Bene an.delb...@gmail.com wrote: you can also use behavior AbstractDefaultAjaxBehavior which has updateAjaxAttributes(AjaxRequestAttributes attributes), so you can share confirmation code among different components. Hi

Re: simple confirmation on button/link

2014-10-31 Thread Andrea Del Bene
... Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Oct 31, 2014 at 3:54 PM, Andrea Del Bene an.delb...@gmail.com wrote: You have to add it explicitly with the usual way. This is more desirable if you don't want to apply it to every Ajax behavior as you

Re: simple confirmation on button/link

2014-10-31 Thread Andrea Del Bene
something like Scala's Trait I don't see how you could implement your solution without re-implementing the standard Ajax links. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Oct 31, 2014 at 5:33 PM, Andrea Del Bene an.delb...@gmail.com wrote

Re: simple confirmation on button/link

2014-10-30 Thread Andrea Del Bene
On 30/10/14 17:57, Garret Wilson wrote: All, I've created a simple confirmation link based on Sven Meier's ConfirmationLink code https://cwiki.apache.org/confluence/x/X4U on Confluence. For the most part it works, but... ...but if I'm on an upload form, then an an Ajax link won't work

Re: Unit testing RadioChoice with AjaxFormComponentUpdatingBehavior

2014-10-30 Thread Andrea Del Bene
On 30/10/14 21:08, Nick Pratt wrote: Wicket 6.17.0 I have a RadioChoice (in a Form) that has an attached AjaxFormComponentUpdatingBehavior. The onUpdate() method of the Behavior fires an event for other components on the page to update (change visibility depending on user selection in radio

Re: Page Parameters logging

2014-10-23 Thread Andrea Del Bene
hi, maybe you can use a custom error page: Application.getApplicationSettings().setInternalErrorPage We have a secret parameter that we don't want to be logged in a stack trace or anything. Right now we're using a custom IRequestHandler to intercept the exception but I'm wondering if there's a

Re: Page Parameters logging

2014-10-23 Thread Andrea Del Bene
Sorry. I've realized that maybe you need a more efficient strategy to hide your parameter. I think that using a custom request handler is the right way. you can override getExceptionMapperProvider in you application to return tour custom handler for exception. You can have a look at

Re: alternative solution for addOrReplace()?

2014-10-07 Thread Andrea Del Bene
Hi, could you post the code you use inside onConfigure to addOrReplace inner container? Maybe you could avoid detaching/attaching overriding method detachModels in your inner containers. Hi Paul, thanx for replying. Oh, I use Ajax very heavily in this case. Thats why I said: the panel works

Re: Atom newsfeed link

2014-10-06 Thread Andrea Del Bene
Have you tried mounting your resource? (next paragraph 15.10) Hello, I've followed this guide to create a Atom feed link with Wicket and Rome: http://wicket.apache.org/guide/guide/resources.html at paragraph 15.9 Custom resources. However when I use the link to the newsfeed in google

Re: Make wicket aware of loaded javascript

2014-09-27 Thread Andrea Del Bene
Hi, maybe you are refreshing th dom via AJAX and you loose previously defined js functions. What components do you refresh when you add panel via AJAX? Hi, I have a javascript function already loaded when the first page loads. When adding a new Panel thru ajax I add target.appendJavascript

<    1   2   3   4   5   6   7   8   >