Using a Enum with a ActionParam
问题 I am using the following piece of code in my JSF 2.0 with RichFaces 4.0. I have a managed bean that has an enum. Now i want to assign the value of the enum via an ActionParam. How can I do this? Here is the code: <a4j:commandLink id="pendingTransactions" action="#{tellerBean.getPendingTransactions}" value="Show Pending" styleClass="button category-btn"> <a4j:actionparam name="first" value="" assignTo="" /> </a4j:commandLink> and my managed bean: @ManagedBean @SessionScoped public class