Re: force model update on a wicket form

2012-04-29 Thread albgreg
This did it. Thank you very much. Greg -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/force-model-update-on-a-wicket-form-tp4594765p4596253.html Sent from the Users forum mailing list archive at Nabble.com.

How to override annotation @SpringBean

2012-04-29 Thread myrz
Hi everybody. First I would like to thanks you for the help you gave me. But I've got another question for you. I would like to know if it's possible to override the annotation @SpringBean ? Why do I need to do that? Let try a little simple example: I want to print this Hello Internal and in

Re: How to override annotation @SpringBean

2012-04-29 Thread Jürgen Lind
Hi, in case like this where I would like to reuse a custom component in different contexts, I usually make the component abstract and have the using components implement an abstract method such as getService. This way, I can pass in different beans as needed... Maybe that helps, Jürgen On

Migration to wicket 1.5 and properties.xml files

2012-04-29 Thread jensiator
Hi everyone. I'm late out with migration. And I have a problem. We got a big system using wicket. The .xml change to .properties.xml could be painful. I could just rename all xml files so I can reach the pages to check if some migration features has been successful. But the check on the