<%
int id;
if (request.getParameter("id") != null) {
        id = Integer.parseInt(request.getParameter("id"));
} 
%>      

<req:equalsParameter name="id" match="<%= id %>" value="false">
<A HREF="index.jsp?id=<sql:getColumn colName="id"/>"><sql:getColumn
colName="sygdom"/></A>
</req:equalsParameter>
<req:equalsParameter name="<%= id %>" match="5">
<B><sql:getColumn colName="sygdom"/></B>
</req:equalsParameter>

Doesn't work! 

How to insert a parameter from the URL-string to the req.equalsParameter as
attribute?

Claus

Reply via email to