JSF

Problems with f:param inside h:outputLink

Posted on June 5th, 2009
Keywords:

There seems to be some weird issues with f:param inside h:outputLink. The first issue is "&" in param-values not being properly escaped, leading to completely wrong values on the receiver side.
The second seems a little more complex. If the value contains "--" (2 dashes) only the text of the link will be written to the page (no a-tag whatsoever).

This is on Suns JSF RI. If anybody knows anything about these issues i'd appreciate to hear about it!

:-)