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

Anton Belevich (JIRA) jira-events at lists.jboss.org
Tue Jul 29 08:23:11 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Belevich resolved RF-4025.
--------------------------------

    Resolution: Done


> 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
>            Assignee: Anton Belevich
>            Priority: Critical
>             Fix For: 3.2.2
>
>
> 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