Re: EL 3.0 Constructor Reference

2013-08-17 Thread Daniel Mikusa
On Aug 17, 2013, at 2:09 AM, Violeta Georgieva wrote: > 2013/8/14 Daniel Mikusa wrote: >> >> In the EL 3.0 Spec, section 1.22.3 "Constructor Reference" states "A > class name reference, followed by arguments in parenthesis, such as > "Boolean(true)" denotes the invocation of the constructor of

Re: EL 3.0 Constructor Reference

2013-08-16 Thread Violeta Georgieva
2013/8/14 Daniel Mikusa wrote: > > In the EL 3.0 Spec, section 1.22.3 "Constructor Reference" states "A class name reference, followed by arguments in parenthesis, such as "Boolean(true)" denotes the invocation of the constructor of the class with the supplied arguments." > > This leads me to beli

EL 3.0 Constructor Reference

2013-08-14 Thread Daniel Mikusa
In the EL 3.0 Spec, section 1.22.3 "Constructor Reference" states "A class name reference, followed by arguments in parenthesis, such as "Boolean(true)" denotes the invocation of the constructor of the class with the supplied arguments." This leads me to believe that the following test should