Re: Behaviour of JSF related to renderer instances

2007-10-04 Thread Martin Marinschek
Hi Simon, David, it's of course 2 ;) regards, Martin On 10/1/07, Simon Kitching [EMAIL PROTECTED] wrote: David Delbecq [EMAIL PROTECTED] schrieb: Hello, I have a quite technical question related to Renderers in JSF. When several components references the same Renderers, what's

Re: Behaviour of JSF related to renderer instances

2007-10-04 Thread Martin Marinschek
Well, not quite: it is one renderer-instance per application, per renderer-type and component-family. regards, Martin On 10/4/07, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Simon, David, it's of course 2 ;) regards, Martin On 10/1/07, Simon Kitching [EMAIL PROTECTED] wrote:

Behaviour of JSF related to renderer instances

2007-10-01 Thread David Delbecq
Hello, I have a quite technical question related to Renderers in JSF. When several components references the same Renderers, what's the expected behaviour? 1) One and only one renderer is instanciated and used for the whole life of application, his methods being called concurrently 2) One and

Re: Behaviour of JSF related to renderer instances

2007-10-01 Thread Simon Kitching
David Delbecq [EMAIL PROTECTED] schrieb: Hello, I have a quite technical question related to Renderers in JSF. When several components references the same Renderers, what's the expected behaviour? 1) One and only one renderer is instanciated and used for the whole life of