Re: Bean not properly injected into another bean when using Wicket stateless page

2017-04-04 Thread Tomasz Dziurko
Hi Martin Two questions: 1. Which class? HomePageHandler ? 2. I have digged deeper and in fact there is a check whether to use CGLib or Objenesis (if there is no-args constructor Objenesis is chosen) but is it an expected behaviour? Or maybe this case could be a trigger to discuss proper way to

Re: Bean not properly injected into another bean when using Wicket stateless page

2017-04-04 Thread Martin Grigorov
Hi, On Apr 4, 2017 7:38 PM, "Tomasz Dziurko" wrote: Hello I have a problem with wicket-spring-boot <-> wicket integration. Bean annotated with @Serviceis not properly injected into a backing bean that is injected into a stateless Page using @SpringBean annotation.

Re: Busy indicator delay with IAjaxIndicatorAware?

2017-04-04 Thread jonscher
Hi Lasse, I have the same probleme. Did you found a solution ? Can you tell me which solution did you take ? Thank you very much. Jonathan -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Busy-indicator-delay-with-IAjaxIndicatorAware-tp4675678p4677604.html Sent

Bean not properly injected into another bean when using Wicket stateless page

2017-04-04 Thread Tomasz Dziurko
Hello I have a problem with wicket-spring-boot <-> wicket integration. Bean annotated with @Serviceis not properly injected into a backing bean that is injected into a stateless Page using @SpringBean annotation. Generally: @StatelessComponent @MountPath("home-page") public class HomePage

Java Wickets Refresh Model Window

2017-04-04 Thread ASHU_JAVA
Hello All, I'm having a table containing a button on each row. Onclick of this button, a model window appear, providing user two options, either use text field for single record or upload a file for multiple records and then click "Add Details" button to save the record(s) in database. The issue

Re: Jquery Plugins

2017-04-04 Thread Sebastien
Hi, If you would like to integrate a jquery plugin in wicket, wicket-jquery-ui can probably help you. You have an example here: https://github.com/sebfz1/wicket-jquery-ui/tree/master/wicket-jquery-ui-plugins/src/main/java/com/googlecode/wicket/jquery/ui/plugins/datepicker On Apr 4, 2017 17:18,

Jquery Plugins

2017-04-04 Thread SeldonCrisis
Hey everyone, is it possible to incorporate a Jquery plugin in my Wicket page? Specifically, I would like to use this: http://innostudio.de/fileuploader/ It is a file upload plugin, but I am adamant on using it because it allows users to upload multiple

Re: Wicket back button behavior

2017-04-04 Thread Martin Grigorov
Hi, The Wicket way would be to roll your own IPageManager or IPageStore or IDiskStore and implement #getPage(int pageId) in a such way so that it always returns the last used page by the user (i.e. session). You may use https://github.com/martin-g/single-page-instance as an inspiration.

Re: Catch-all URL mapping logic

2017-04-04 Thread Martin Grigorov
On Mon, Apr 3, 2017 at 10:49 PM, Andreas Lundblad < andreas.lundb...@gmail.com> wrote: > Excellent. Big thanks! (For any future reader, I needed to wrap the page in > a PageProvider in the return statement.) > Great! I've added few convinience constructors to RenderPageRequestHandler in Wicket

[OT] Wicket opportunity in Munich, Germany

2017-04-04 Thread Martin Grigorov
Hi, The company I'm consulting at the moment is looking for few more (freelance) developers with Wicket experience. The main technologiies we use are: - Web app: Wicket, Spring (Boot), Hibernate, Java 8 - REST app: Spring (MVC, Boot), Hibernate, Kotlin. Currently experimenting with GraphQL -