Pierre Goupil wrote:
http://localhost/myApp/myAction.do?type=2&id=12

Of course, I could use a Map from my bean. But the problem is that, in my
case, the bean have no way to know which value to give to the JSP : it's the
JSP and it only who knows the values...
<jsp:useBean id="map" class="java.util.HashMap" />
<c:set target="${map}" property="key1" value="value1"/>
<c:set target="${map}" property="key2" value="value2"/>
<html:link action="/action" name="map">link</html:link>

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to