selectOneMenu « Seam « JSF Q&A





1. Expression in h:selectOneMenu value causes write instead of read?    stackoverflow.com

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

2. JSF selectOneMenu    seamframework.org