<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 23 Oct 2008, at 21:20, Dan Allen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Note that we already support this to some degree with &lt;f:param name="whatever" value="" />. &nbsp;It's very tedious &nbsp;to put this on every link, especially when you have multiple page parameters, so having an easier way to set this on each particular link would be great.</blockquote> </div><br>Actually, it's suppressed using &lt;f:param name="whatever"/> or &lt;f:param name="whatever" value="#{null}"/>. If the value is empty string, the parameter will be included in the URL with no value (i.e., empty string).</blockquote><div><br></div><div>As Christian said, &lt;f:param name="whatever" /> is probably the wrong syntax for this, as it implies you are adding a parameter, not removing it. Maybe we need an &lt;s:suppressPageParameter name="foo" /> instead.</div><div><br></div><div>I think we are agreed, a global turn-off on s:link is the best approach (if we want to do a global switch at all...). I suggest we call it suppressPageParameters="true".</div><br><blockquote type="cite"><br clear="all"> <br>-- <br>Dan Allen<br>Software consultant | Author of Seam in Action<br><br><a href="http://mojavelinux.com">http://mojavelinux.com</a><br><a href="http://mojavelinux.com/seaminaction">http://mojavelinux.com/seaminaction</a><br> <br>NOTE: While I make a strong effort to keep up with my email on a daily<br>basis, personal or other work matters can sometimes keep me away<br>from my email. If you contact me, but don't hear back for more than a week,<br> it is very likely that I am excessively backlogged or the message was<br>caught in the spam filters. &nbsp;Please don't hesitate to resend a message if<br>you feel that it did not reach my attention.<br> _______________________________________________<br>seam-dev mailing list<br><a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/seam-dev<br></blockquote></div><br></body></html>