Hi, I am a developer on Jstl with Struts, my problem is that I want to
pass the object "param" to the tag html:link but the server responses:
"Can not find bean "param" in any scope".
Is there any way to pass the Map param to html:link?
Thank you in advance¡¡¡
The code is the next one:
<html:link action="/myAction" name="param">
...
</html:link>
<html:link action="/myAction" name="${param}">
...
</html:link>
--
**********************************************************
Jose María Alvarez Rodriguez
Departamento de I+D+I
Fundación CTIC
-Centro Tecnológico de la Información y la Comunicación-
E-mail: [EMAIL PROTECTED]
Tfno: +34 984 29 12 12
Parque Científico Tecnológico Gijón-Asturias-Spain
www.fundacionctic.org
********************************************************