Я использую JSF 1.2. Как я могу передать некоторые параметры в actionListener, который вызывается для события, указанного в a4j: support для h: inputText?
<h:inputText id="dateToText" value="#{flowScope.fileSearchCriteria.toDateStr}">
<a4j:support event="onchange" reRender="datePanel1"
actionListener="#fileSearchCriteria.changeTextToDate}" />
<a4j:actionparam name="strxxx"
assignTo="#{flowScope.fileSearchCriteria.strxxx}" value="#{resourceBundle.searchIn}"/>
</h:inputText>