either
<html:link page="/delete.do?id=<%=id %>">DEL</html:link>
or
<html-el:link page="/delete.do?id=${id}">DEL</html:link>
works.I prefer the second way as it user the EL like in JSTL
Carl
Eric Chow wrote:
Hello,
In the customer tag, how can I add a dynamic value with it?
As the following example, how can I dynamic put the variable id in the "???????" ???
<% String id = "123456"; %>
<html:link page="/delete.do?id=???????">DEL</html:link>
Eric
========================== If you know what you are doing, it is not called RESEARCH! ==========================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

