> <req:equalsParameter name="id" match="<%= id %>" value="false">
> ....snip!...
> Doesn't work! 

Have you set the attribute for that tag-lib to allow run time expression values so 
that the <%= id %> bit actually get converted?

In the TLD for the tag-lib you need to specify that a particular tag attribute can 
accept expressions as well as straight values.

See http://java.sun.com/products/jsp/tutorial/TagLibraries11.html for more info. Look 
for <rtexprvalue>true|false|yes|no</rtexprvalue> 

Hope this helps and I haven't missed the point!

Stephen.

Reply via email to