Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
2013/7/11 Mark Thomas wrote: > > On 11/07/2013 13:49, Violeta Georgieva wrote: > > Hi, > > > > I have the following question about: > > > > 1. Method setValue > > There is some mismatch in the javadoc. In the method description there is > > the following statement: > > > > "If the property exists b

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
2013/7/11 Konstantin Kolinko wrote: > > 2013/7/11 Violeta Georgieva : > > Hi, > > > > I have the following question about: > > > > 1. Method setValue > > There is some mismatch in the javadoc. In the method description there is > > the following statement: > > > > "If the property exists but does n

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Mark Thomas
On 11/07/2013 13:49, Violeta Georgieva wrote: > Hi, > > I have the following question about: > > 1. Method setValue > There is some mismatch in the javadoc. In the method description there is > the following statement: > > "If the property exists but does not have a setter, then a > PropertyNotF

Re: Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Konstantin Kolinko
2013/7/11 Violeta Georgieva : > Hi, > > I have the following question about: > > 1. Method setValue > There is some mismatch in the javadoc. In the method description there is > the following statement: > > "If the property exists but does not have a setter, then a > PropertyNotFoundException is th

Couple of question about javax.el.BeanELResolver

2013-07-11 Thread Violeta Georgieva
Hi, I have the following question about: 1. Method setValue There is some mismatch in the javadoc. In the method description there is the following statement: "If the property exists but does not have a setter, then a PropertyNotFoundException is thrown." But the throws clause states: "Propert