Re: Why AstValue (part of EL) coerces set value to the target type

2011-05-09 Thread Fedd Kraft
09.05.2011 3:50, Konstantin Kolinko пишет: 2011/5/7 Fedd Kraft: Hi, I think I have problems in my software because the implementation of EL works so that the set value is coerced to the target type. I am talking about lines 153-157 of the class org.apache.el.parser <http://www.docjar.com/d

Why AstValue (part of EL) coerces set value to the target type

2011-05-07 Thread Fedd Kraft
Hi, I think I have problems in my software because the implementation of EL works so that the set value is coerced to the target type. I am talking about lines 153-157 of the class org.apache.el.parser .AstValue. I guess