Nope... That means Servlet spec 2.2, which is less than you need ;)
Pre-advice caveat: I've never figured out XML, DOCTYPEs, and people make
fun of me for it.
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
Try that and see what happens... You can always do a sanity check JSP
page by displaying something you know to be a scoped value.
Now I get thrown an error that it can't find the value! yahooooo! ;-)
javax.servlet.ServletException: Unable to find a value for "description" in object of class
"org.apache.struts.validator.DynaValidatorForm" using operator "."
<bean:message key="valueAdded" arg0="${MyDynaValidatorForm.description}"/>
However, this does work!!!
<bean:write property="description" name="MyDynaValidatorForm"/>
???????
Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]