Hi again, I have a curiosity. It's not my problem, but I want to know if is there a solution for the following problem.
Now when I change the locale I refresh the whole page. (target.add(MyPage)). But I loose all the changes the user has made. (if he completed some fields) But how can I make to refresh only some components but allso the wicket:message properties as they have no java corespondent. I want to to something like this: target.add(component1); target.add(component2); and also refresh the wicket:message. Is there a solution. I hope is clear what I ask. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p4164652.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]
