Sorry BTW when I put the entire select string into a variable, it works, i.e. this works:
<% String xpath = "/help/" + subjectstr + "[" + subjectstr + "-key=$subjectjey][1]"; %> <xtags:forEach select="<%= xpath %>"/> So, the conclusion that I draw is that the JSP compiler isn't accepting a combination of text and expression inside a tag parameter. This also explains why my other tags work. Is this normal behavior? Thanks! -Richard -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
