[richfaces-issues] [JBoss JIRA] Created: (RF-4025) process attribute does not work in current Snapshot

Patrick Stahmer (JIRA) jira-events at lists.jboss.org
Fri Jul 25 10:33:46 EDT 2008


process attribute does not work in current Snapshot
---------------------------------------------------

                 Key: RF-4025
                 URL: https://jira.jboss.org/jira/browse/RF-4025
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: Richfaces 3.2.2-SNAPSHOT, Seam 2.0.2.SP1, Facelets, JBoss 4.2.1
            Reporter: Patrick Stahmer


The following code does not work with 3.2.2-SNAPSHOT but it works with 3.2.1.GA.

<a4j:outputPanel>
	<a4j:commandLink value="#{messages['taps.msg.scheduledef.createNewDayScheduleByDay']}" 
		action="#{scheduleDefBean.createDaySchedule(mapEntry.key)}" limitToList="true" ajaxSingle="true"
		reRender="daySchedulePanel" process="timeSlotCount, slotCount"/>
	<br />
	<h:outputLabel>#{messages['taps.label.scheduledef.timeSlotCount']}:</h:outputLabel><br />
	<h:inputText id="timeSlotCount" value="#{scheduleDefBean.timeSlotCount}" /><br />
	<h:outputLabel>#{messages['taps.label.scheduledef.slotsCount']}:</h:outputLabel><br />
	<h:inputText id="slotCount" value="#{scheduleDefBean.slotsCount}"/>																
</a4j:outputPanel>					

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list