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 but the Set (selectedValues) is populated.

Thank you for any hint!

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problem-with-check-uncheck-all-using-CheckGroupSelector-tp4083663p4091287.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



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 list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 populated.
Using the classes CheckBox and AjaxCheckBox: checking and unschecking does
not work, but the collection is getting populated.
Sorry for eventual duplication, but i search this forum and the web and i
couldn't get a hint to fix this problem. I will highly appreciate your help.
Here are some code snippet that  could help:

*My Form*



*Markup:*


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problem-with-check-uncheck-all-using-CheckGroupSelector-tp4083663p4083663.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



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 Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 wicket, spring and spring security and
the following methods:

*CustomAuthenticatedWebSession:*

*LoginForm*:

 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4015730.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



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. But then after more clicking, i receive an access denied
error. The strange think is, when i logout and login again, thinks seem to
work fine. So it happens only at the first time login. Debugging shows me
that the authentication object is null. I try to identify the place it is
set to null but without success.
Hier a little code from my implementation. I am using 
wicket 1.5.2
tomcat 6.0.33
spring 3.0.6
spring security 3.0.7
The page is mounted to /index.

*spring-security-context.xml:*


*web.xml*


*CustomAuthenticatedWebSession.java*

*A secured page:  Index.java*



Thank you for your help.


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Spring-secury-auth-roles-authentication-and-authorization-access-denied-tp4004013p4004013.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