I have the following JSF (/Seam) code:
<ui:define name="breadcrumb"> <!-- h:form only supports HTTP POST, so I need a regular HTML form for the HTTP GET --> <form method="get" enctype="application/x-www-form-urlencoded"> ...