Hello,
I have a simple problem, in a JSP page I have
for ... {
<td>
<a href="queryShareDetails.jsp?key=" <jsp:getProperty name="queryShare"
property="MyPrimaryKey"/>" >
<jsp:getProperty name="queryShare" property="symbol"/>
</a>
</td>
... }
I want to put a link with a dynamic parameter.
Why ?
---------
I have 2 page, the first one display a list on items and a list of links,
theses links go to the second page
a give me details on the selected item
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]