On 4/26/07, Arinté <[EMAIL PROTECTED]> wrote:
If geronimo supports JSP 2.1/Servlet 2.5 shouldn't this "${test.name} show
the proper value, right now it is showing blank instead of the  name:
<title>Title? ${test.name}</title>

I think that means it's working.  If it didn't work, I'd expect you to
see ${test.name} in the output page.  If it shows blank, it suggest to
me that either there is no request attribute named test or its name
value is null or empty.  Maybe you put the "test" in as a request
parameter instead of a request attribute or something?

Thanks,
      Aaron

Reply via email to