Hi,
I want to use Spring's JSP simplification tags because I think they really increase readability.

Unfortunately they don't seem to accept dynamic values although the readme.txt of the distribution mentions that dynamic values are fully supported.

Here is my environment:
JSP simplification tags 2004-03-28
Tomcat 5.028
jstl and standard taglib 1.1
spring 1.2.1

example:
JSP:
<springHTML:input path="${dynamic.path}"/>

resulting HTML source:

<input type="text" name="${dynamic.path}" />

Is my environment set-up wrong? Do I need a Tomcat 5.5?

Chris
[/code]