Re: expression tag in JSP standar

2001-07-25 Thread Craig R. McClanahan
On Wed, 25 Jul 2001, Jim Cheesman wrote: > At 12:05 AM 25/07/01, you wrote: > >Given that Tomcat is the reference implementation I would assume its > >implementation is the correct one. > > > And assuming, of course, that the behaviour is defined... In the spec for > JSP1.1 the only thing it

Re: expression tag in JSP standar

2001-07-25 Thread Jim Cheesman
At 12:05 AM 25/07/01, you wrote: >Given that Tomcat is the reference implementation I would assume its >implementation is the correct one. And assuming, of course, that the behaviour is defined... In the spec for JSP1.1 the only thing it says is that the expression is "coerced" into a String.

Re: expression tag in JSP standar

2001-07-24 Thread Dmitri Colebatch
Given that Tomcat is the reference implementation I would assume its implementation is the correct one. cheesr dim On Tue, 24 Jul 2001 [EMAIL PROTECTED] wrote: > Hi, > > I have notice a miss-implementation of the 'expression tag' ("<%= ... > %>") between different JSP containers witch I want t

expression tag in JSP standar

2001-07-24 Thread wapeditor
Hi, I have notice a miss-implementation of the 'expression tag' ("<%= ... %>") between different JSP containers witch I want to share with you to clarify the standar vs. implementarion. The main issue is that an expression of type "<%= variable %> within a JSP page prints out different strings w