Re: What change with JSF 1.1 to JSF 1.2?

2007-05-31 Thread David Steinkopff
From: David Steinkopff [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 11:04 AM To: MyFaces Discussion Subject: Re: What change with JSF 1.1 to JSF 1.2? Hi Martin, current is my PropertyResolver a decorator of the PropertyResolverImpl from MyFaces. Would it neccessary to wright a new

RE: What change with JSF 1.1 to JSF 1.2?

2007-05-31 Thread Jesse Alexander \(KSFD 121\)
... regards Alexander From: David Steinkopff [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 9:00 AM To: MyFaces Discussion Subject: Re: What change with JSF 1.1 to JSF 1.2? Hi, I dont need all features of ELResolvers, for me only important is setValue

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-31 Thread David Steinkopff
(== not decorating). And then you just add your ELResolver to the list... regards Alexander -- *From:* David Steinkopff [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 31, 2007 9:00 AM *To:* MyFaces Discussion *Subject:* Re: What change with JSF 1.1 to JSF 1.2? Hi, I dont need all

RE: What change with JSF 1.1 to JSF 1.2?

2007-05-31 Thread Jesse Alexander \(KSFD 121\)
From: David Steinkopff [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 10:19 AM To: MyFaces Discussion Subject: Re: What change with JSF 1.1 to JSF 1.2? Hi Alexander, I prefer more to decorat, becauce I need only some PropertyResolver methods. ELResolver works

What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread David Steinkopff
Hello, I ´m reading interested in this mailing list and I see that JSF 1.2implementation from MyFaces is coming soon. Now I ask me the question, what changes must I attend if I immigrate a JSF 1.1 application with own PropertyResolver and PhaseListener? regards David

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread Martin Marinschek
It _should_ work out of the box - everything else would be a bug. Also the property-resolver should work, it would be integrated into the el-resolver-chain... regards, Martin On 5/30/07, David Steinkopff [EMAIL PROTECTED] wrote: Hello, I ´m reading interested in this mailing list and I see

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread David Steinkopff
Hi Martin, current is my PropertyResolver a decorator of the PropertyResolverImpl from MyFaces. Would it neccessary to wright a new decorator for the ELResolver implementation? Or I can use the PropertyResolver in JSF 1.2 in face of deprecated? Regards David 2007/5/30, Martin Marinschek [EMAIL

RE: What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread Jesse Alexander \(KSFD 121\)
change with JSF 1.1 to JSF 1.2? Hi Martin, current is my PropertyResolver a decorator of the PropertyResolverImpl from MyFaces. Would it neccessary to wright a new decorator for the ELResolver implementation? Or I can use the PropertyResolver in JSF 1.2 in face of deprecated? Regards David

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread Adam Winer
. It still can be accessed, although a compiler might throw warnings regards Alexander From: David Steinkopff [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 11:04 AM To: MyFaces Discussion Subject: Re: What change with JSF 1.1 to JSF 1.2? Hi Martin