Re: Sort of OT

2006-09-24 Thread Jerome Gagner
It's probably because you're using an rt tag (ignores EL I believe) . On 9/24/06, Monkeyden <[EMAIL PROTECTED]> wrote: Nevermind. As it turns out, it works with a nested tag, but not inline. I'm pretty sure this has something to do with the way struts exposes variables vs. the way JSTL does

Re: Sort of OT

2006-09-24 Thread Monkeyden
Nevermind. As it turns out, it works with a nested tag, but not inline. I'm pretty sure this has something to do with the way struts exposes variables vs. the way JSTL does it. On 9/24/06, Monkeyden <[EMAIL PROTECTED]> wrote: Using Struts 1.2.9, Tomcat 4, tag as such: Getting "I

Sort of OT

2006-09-24 Thread Monkeyden
Using Struts 1.2.9, Tomcat 4, tag as such: Getting "In , value attribute can not be parsed into java.lang.Number: "${result.avgPoints}" "avgPoints" is a Float in the object. Any ideas?