> > If I understand correctly, the ${ ... } is replaced by the servlet engine > ( > e.g. Tomcat), so if I include it in a struts Tag, it will be replaced by a > literal before it arrives to struts.
${...} is not allowed to be used in a struts tag. If you do it, you'll get a syntax error. Thanks.