On 3/20/07, Pat Willard <[EMAIL PROTECTED]> wrote:
My JSP begins as follows: <?xml version="1.0"?> <jsp:root version="2.0"
All attempts using a typical JSTL tagging sounded by <input type="text" name="<c:out etc. etc. results in org.apache.jasper.JasperException: ... The value of attribute "name" associated with an element type "input" must not contain the '<' character. What's going on?
Uh, that's the way XML works -- you can't nest tags like that. But First Name: <input type="text" name="${status.expression}" will work, assuming a 2.4 or greater web.xml... HTH, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]