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: Manipulate a List into a Panel

2012-04-14 Thread myrz
Thanks for your reply. I have a better understanding about what i should do to set visibility. But adresseService is not a real service or a database access. Because my data access layer is a call to a web service. So i call one time a web service and so I have a cluster object with wich I have

Re: [Conception] question about mixed entities and model

2012-04-13 Thread myrz
Ok thanks it was my idea too but I didn't know if it was right to do this. Thank you very much -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Conception-question-about-mixed-entities-and-model-tp4551789p4554139.html Sent from the Users forum mailing list archive at

Manipulate a List into a Panel

2012-04-13 Thread myrz
Hi ! I want to know what was the best practice with Wicket when I want to manipulate a Panel which need a List of object. Today i can do what i'm supposed to do but I think it's so easy to be lost and apply anti-patterns with Wicket. A concrete example:

[Conception] question about mixed entities and model

2012-04-12 Thread myrz
hi everybody,, I'm new into the forum and i'm french so i'm begging you to excuse my english. I have to create a panel which contains a ListView of a mixed entity object. A little example: public Person implements Serializable{ getName() } public Event implements Serializable{ getType() }

Re: [Conception] question about mixed entities and model

2012-04-12 Thread myrz
Thanks François for your reply. But my real question is. UserDetails is it a bean that you created by hand? How do you populate it? Thanks again -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Conception-question-about-mixed-entities-and-model-tp4551789p4552250.html