It works now.
It was my mistake. The list could be updated BUT not under my conditions:
I used SpringSecurity and Wicket in combination to achieve user
authentication. A user autenticated through ldap in my wicketSession. The
Autentication holds an user object with all stuff i needed (name, sn,
groups, email and more..).
In my RepeatingView, more precisely in my ActionPanel i did some action to
modify the LDAP entry of a user by adding him to other groups.
The problem now is: the Authentication which holds the user object, holds
the OLD unmodified user object. (Remember: i changed the users groups.)
That is why i didnt see any changes on my ListItems, my condition was
like...
if (user is in group) {
addUnSubscribeLink();
} else {
addSubscribeLink();
}
Thanks for help anyway.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Wicket-RepeatingView-refresh-rerender-Possibilities-List-items-missing-tp4658623p4658645.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]