Re: Problem with check / uncheck all using CheckGroupSelector

2011-11-21 Thread massizigao
Hello Carl-Eric, Thank you for your answer. I already tried the 1) approch. The problem is that the check and uncheck all is working, but the Set of the selected values (selectedValues) is not getting populated. When i use the CheckBox/AjaxCheckBox class the check and uncheck all does not work

Re: Problem with check / uncheck all using CheckGroupSelector

2011-11-21 Thread massizigao
Perhaps it can help: when using CheckBox or AjaxCheckBox the WICKET AJAX DEBUG is showing this error: -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-with-check-uncheck-all-using-CheckGroupSelector-tp4083663p4092093.html Sent from the Users forum mailing

Problem with check / uncheck all using CheckGroupSelector

2011-11-18 Thread massizigao
Hello, i am implementing a dataview table with a checkbox column. At the top of the column i place a checkbox to select/unselect all rows. But It is not working as i want. Using the class Check: checking and unchecking all rows works, but the collection to hold the selected rows is not getting

Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-09 Thread massizigao
Hello Andrew, that was the solution! You saved my day! Thank you a lot! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4019263.html Sent from the Users forum mailing list archive at

Re: Spring secury + auth-roles authentication and authorization: access denied

2011-11-08 Thread massizigao
Thank you Moèz for your reply. I looked at the blog you sent, but it didn't helped either. Indeed the application in the blog does not differ substantially from mine. I updated my codes with the example implementation and the problem still remains. The only differences are the versions of

Spring secury + auth-roles authentication and authorization: access denied

2011-11-07 Thread massizigao
Hello together, I am trying to implement an authentication+authorization using Spring security and wicket-auth-roles based on this https://cwiki.apache.org/WICKET/spring-security-and-wicket-auth-roles.html article . The application is working, that means i can authencate and can see some pages.