Hi, Strutsers !

For my first question here, I would like to know how to make an <html:link>
which would contain more than one parameter without having to use a bean
property.

For example, I would like to be able to generate such a link :

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...

Regards,


Pierre



--
"L'une des raisons pour lesquelles la vie est complexe
C'est qu'elle a une partie réelle et une partie imaginaire."

Reply via email to