Re: GSoC ideas for 09

2009-02-26 Thread Jeroen Steenbeeke
Once again it seems a lame excuse to say you're too busy or the various other things when this could both give the project good pr and possibly add more people who contribute to the framework. I've found that the best way to convince people does not involve insulting the person you're trying

Re: Need Wicket Book

2009-08-18 Thread Jeroen Steenbeeke
I realize you asked for freely available information sources, but you really can't go wrong with Wicket in Action: http://manning.com/dashorst/ It isn't that expensive at $45, and you get a PDF copy as well. You can also skip the dead tree version and get just the PDF for $27.50. And I'm not just

Re: TabbedPanel + authorization strategy

2010-01-08 Thread Jeroen Steenbeeke
-- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket Acegi Security

2010-01-09 Thread Jeroen Steenbeeke
,   I am Working as Software Eng in India.Currently Working on WICKET Security. i can't find security that based on Database Interaction  can u send any link that understand (WICKET+ACEGI+DATABASE+ROLE_ BASED) Regards Rajkamal.S -- Jeroen Steenbeeke www.fortuityframework.com

Re: PageLink deprecated

2010-01-17 Thread Jeroen Steenbeeke
://fisheye6.atlassian.com/browse/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/link/PageLink.java?r=814819#l122 -- Jeremy Thomerson http://www.wickettraining.com -- Jeroen Steenbeeke www.fortuityframework.com

Re: PageLink deprecated

2010-01-17 Thread Jeroen Steenbeeke
. -- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: PageLink deprecated

2010-01-18 Thread Jeroen Steenbeeke
Because neither has a getPageClass() method? 2010/1/18 Igor Vaynberg igor.vaynb...@gmail.com: well, if the functionality can be accomplished using either BookmarkablePageLink or Link, why do we need yet another way to do it? -igor On Sun, Jan 17, 2010 at 11:44 PM, Jeroen Steenbeeke

Re: PageLink deprecated

2010-01-19 Thread Jeroen Steenbeeke
link classes. -- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Page Map Is Locked, Can't Switch Pages When A Transaction Is Ongoing

2010-01-21 Thread Jeroen Steenbeeke
, an exception is thrown saying that the page map may have been locked for more than 1 minute is there any way around this? Thanks A Lot Carlo -- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr

Re: Page Map Is Locked, Can't Switch Pages When A Transaction Is Ongoing

2010-01-21 Thread Jeroen Steenbeeke
removing synchronized for wicket page maps? Is there a setting that I could use to disable this? Thanks A Lot Carlo On Thu, Jan 21, 2010 at 5:13 PM, Jeroen Steenbeeke j.steenbeeke.ml@ gmail.com wrote: I'd suggest running the transaction in the background (separate thread) and using

Re: Page Map Is Locked, Can't Switch Pages When A Transaction Is Ongoing

2010-01-21 Thread Jeroen Steenbeeke
? Is there a setting that I could use to disable this? Thanks A Lot Carlo On Thu, Jan 21, 2010 at 5:13 PM, Jeroen Steenbeeke j.steenbeeke.ml@ gmail.com wrote: I'd suggest running the transaction in the background (separate thread) and using an AjaxStoppableSelfUpdatingTimer

Re: Page Map Is Locked, Can't Switch Pages When A Transaction Is Ongoing

2010-01-21 Thread Jeroen Steenbeeke
the source code of a similar use case: creating a lengthy PDF and providing users with progress feedback... It uses the same approach Jeroen mentioned. Best, Ernesto On Thu, Jan 21, 2010 at 12:21 PM, Jeroen Steenbeeke j.steenbeeke.ml@ gmail.com wrote: If you do it my way, then you don't have

Re: Page Map Is Locked, Can't Switch Pages When A Transaction Is Ongoing

2010-01-21 Thread Jeroen Steenbeeke
carlo On Thu, Jan 21, 2010 at 3:54 AM, Jeroen Steenbeeke j.steenbeeke.ml@ gmail.com wrote: My apologies, that is a class we use internally. Must have confused it with some basic wicket class. You can use AbstractAjaxTimerBehavior to similar effect. Just override the onTimer method 2010/1

Re: wicket bench in eclipse

2010-01-21 Thread Jeroen Steenbeeke
it doesn't work. regards, Lionel - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeroen Steenbeeke www.fortuityframework.com

Re: Spring Autowired and @SpringBean

2009-06-02 Thread Jeroen Steenbeeke
Not sure if this will help, but I have the following in my Spring configuration file: ?xml version=1.0 encoding=utf-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:context=http://www.springframework.org/schema/context;

Re: Use Guice....

2009-07-24 Thread Jeroen Steenbeeke
If Dependency Injection is all you want to do then indeed Spring may not be the best choice, but in my case at least I use it for more than that, as I also use the Spring Transaction Manager and Spring Mailer. Also, Spring does seem to cater mainly to XML fetishists, but they do offer

Re: Apache Wicket is a Flawed Framework

2011-11-17 Thread Jeroen Steenbeeke
/apache_wicket_is_a_flawed_framework.html Attila -- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Eclipse-IDE Plugin Wicket Bench not existing (any more)?

2012-03-26 Thread Jeroen Steenbeeke
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: RSS

2013-03-12 Thread Jeroen Steenbeeke
on the file system. Hope that makes sense... ___ Stephen Walsh | http://connectwithawalsh.com -- Jeroen Steenbeeke www.fortuityframework.com - To unsubscribe, e-mail: users-unsubscr

Re: under the hood

2013-10-21 Thread Jeroen Steenbeeke
I'm not sure how up-to-date this is, but isn't this what you want? https://cwiki.apache.org/confluence/display/WICKET/Request+processing+overview If you need more details than that you should probably just dive into the source code. - Jeroen PS. Google is your friend, this was the first hit

Re: Announcing DEVdev: the Deventer Developers meetup

2014-01-10 Thread Jeroen Steenbeeke
...@wicket.apache.org -- Jeroen Steenbeeke www.fortuityframework.com

Re: Too many 302 redirects with 1.5.8 Wicket

2016-05-03 Thread Jeroen Steenbeeke
hanks a lot in advance > > Tomas > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Too-many-302-redirects-with-1-5-8-Wicket-tp4674532.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeroen Steenbeeke

Re: setOutputMarkupId(true) on everything?

2017-08-01 Thread Jeroen Steenbeeke
e Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeroen Steenbeeke

Re: Integrate Wicket with Keycloak

2019-04-11 Thread Jeroen Steenbeeke
thenticate user > > > Thank you, > Calin Pavel > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeroen Steenbeeke

Re: Integrate Wicket with Keycloak

2019-04-16 Thread Jeroen Steenbeeke
k between Wicket and Keycloak, > would be good if you had a blog post, or posted this on the wicket site, > along with code examples on github. Just a thought. > > Thanks > > David > > On Thu, 11 Apr 2019 at 09:23, Jeroen Steenbeeke > > wrote: > > > I've r

Re: Enjoy Hints on wicket application

2019-09-06 Thread Jeroen Steenbeeke
t; > Thanks. Regards, > Sibgha > -- Jeroen Steenbeeke

Re: Wicket 8 + 9 on jdk17?

2021-10-07 Thread Jeroen Steenbeeke
with > higher version of java and wicket 8 or 9 running under it... > > Best, > > KB > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jeroen Steenbeeke

Re: Custom error handler (IRequestCycleListener) with Bookmarkable page

2021-11-11 Thread Jeroen Steenbeeke
in your stateful constructor > > Since the error page requires an exception to be able to be of use - what > is the point of having the zero-args constructor? > So that would be the logical fix for me: remove the zero-arg constructor. > > Hope this helps! > > Met vriendelijke groet,

Custom error handler (IRequestCycleListener) with Bookmarkable page

2021-11-11 Thread Jeroen Steenbeeke
the problem: https://github.com/jsteenbeeke/wicket-custom-mounted-errorpage-loses-context Sincerely, Jeroen Steenbeeke

Re: Plans for Wicket 10 Release

2023-05-30 Thread Jeroen Steenbeeke
> > .invalid> > > > wrote: > > > > > > > Hi, > > > > I would like to ask about your timeline / plans regarding release of > > > > Wicket 10? > > > > > > > > We are in process of upgrading our open-source project midPoint to > > latest > > > > Spring releases and that requires Wicket to be updated to version 10 > > > > in order to support Spring 6. > > > > > > > > Thanks, > > > > Anton Tkacik > > > > > > > > > > -- Jeroen Steenbeeke