Re: CryptoMapper clears feedback messages

2015-01-15 Thread guy . wuyts
Hi, please find attached a quickstart project. regards, Guy On 2015-01-15 10:39, guy.wu...@sensirius.com wrote: Hi, Wicket 6.18 seems to break the behaviour when using a CryptoMapper: the feedback messages are cleared for pages that don't use the CryptoMapper. This was added to

CryptoMapper clears feedback messages

2015-01-15 Thread guy . wuyts
Hi, Wicket 6.18 seems to break the behaviour when using a CryptoMapper: the feedback messages are cleared for pages that don't use the CryptoMapper. This was added to WicketApplication.init(): mountPage(page1, Page1.class); setRootRequestMapper(new CryptoMapper(getRootRequestMapper(),

Re: How to solve this login problem?

2015-01-15 Thread q_159
This solved it, thank you! I implemented my own AbstractAjaxTimerBehavior, so the login panel now constantly looks for login data which the Android-app places in the new resource. I also tried it with Wicket Websockets earlier, but it didn't work very well. -- View this message in context:

AttributeModifier not updated in Ajax request

2015-01-15 Thread Wayne W
Hi, we have a list which gets updated via ajax. This works fine. I'm trying to get it so that the style attribute is updated as well. However even though I put break points in the getObject() and I can see its got the new User object the style attribute sent back via ajax is the old one even