Re: Wicket+Spring Security the Wicket way

2012-09-20 Thread Michal Margiel
Hello, I really would like to read some comments about this topic. Anyone have some experience with putting Spring Security and Wicket together? 2012/9/18 Luis Pureza pur...@gmail.com Hi, I'm new to both Wicket and Spring Security, so bear that in mind :) I'm trying to integrate Wicket and

Re: E-mail validation link

2012-07-19 Thread Michal Margiel
Hello, I've implemented this in the same way as Josh does. My code for register participant for our conference[1] is open source. You can view it here[2] in particular:

Re: E-mail validation link

2012-07-19 Thread Michal Margiel
2012/7/19 Pierre Goupil goupilpie...@gmail.com It looks nice, Michal! I'm browsing it and I'll come back here if I have any questions, if it doesn't bother you. No problemo! we are here to help each other. So bug me as much as you want ;) btw. I was doing this for the first time. So if

Re: add a component (submitLink) multiple times?

2012-06-13 Thread Michal Margiel
Hello, No, your code is not correct. You should use some kind of repeaters, like ListView: https://cwiki.apache.org/WICKET/listview-and-other-repeaters.html 2012/6/13 oliver.stef ova...@gmail.com How can I add a component (submitLink) multiple times? like this: ListString categories =

Re: Exception handling and testing

2012-06-08 Thread Michal Margiel
2012/6/8 Alec Swan alecs...@gmail.com That's clever. I will give it a try. What is the recommendation on verifying that an exception was thrown during page rendering using Wicket tester? I am not talking just about authentication here, but exceptions in general. Hello, Why you want to

Re: AjaxButton in Wicket 6.0

2012-06-04 Thread Michal Margiel
) in your ajaxbutton and add your ajaxCallListener in attributes.getAjaxCallListeners() On Mon, Jun 4, 2012 at 2:24 AM, Michal Margiel michal.marg...@gmail.com wrote: Hello, Experimentally I tried to move our project[1] to Wicket 6.0.0-beta2 One of the problems is that *getAjaxCallDecorator

Re: portlet support in 1.5 1.6?

2012-06-04 Thread Michal Margiel
looked once or twice at it and I found just limitations. The specs always lag 2-3 years after Servlet/JSF specs releases... There are some bridges which fill some gaps with the other technologies ... On Mon, Jun 4, 2012 at 8:01 PM, Michal Margiel michal.marg...@gmail.com wrote: Hello, I

AjaxButton in Wicket 6.0

2012-06-03 Thread Michal Margiel
Hello, Experimentally I tried to move our project[1] to Wicket 6.0.0-beta2 One of the problems is that *getAjaxCallDecorator* method was removed from * AjaxButton*. Neither in migration[2] guid nor in JavaDoc I cannot find how I can replace its functionality. In 1.5 we use this metthod to add