Hi!

When mixing both static and dynamic params, <html:link> automatically
inserts the ampersand character to tokenize the parameters, but it does
*filter* it as if it were an illegal character.  As should be expected with
filtering the ampersand gets replaced by "&amp;", which obviously is not
valid there.

Here's a simple example:

<html:link page="/myPage.jsp?staticParam=1"
           paramId="dynamicParam"
           paramName="myBean"
           paramProperty="myProperty">
    ...
</html:link>

Which gets rendered this way:

<a href="/myApp/myPage.jsp?staticParam=1&amp;dynamicParam=2">...</a>

Is this a bug? or a feature? :-) or a misunderstanding! ;-)

Thanks in advance for any help...

Best regards,

        Mathieu Frenette
        Software Architect
        Freeborders Canada


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to