[richfaces-issues] [JBoss JIRA] Created: (RF-5762) DnD: 'bypassUpdates' attribute does not skip the update model phase

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Thu Jan 15 14:04:04 EST 2009


DnD:  'bypassUpdates' attribute does not skip the update model phase
--------------------------------------------------------------------

                 Key: RF-5762
                 URL: https://jira.jboss.org/jira/browse/RF-5762
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Andrei Markavtsov
            Assignee: Nick Belaevski


<h:form id="form">
	 <h:inputText value="#{bean.value}"></h:inputText>
		<h:outputLink id="drag">
			<h:outputText value="Draggable" />
			<rich:dragSupport 
							dragType="PHP"
							bypassUpdates="true"
							dragValue="Value">
							
					<rich:dndParam name="label" value="Draggable" />
			</rich:dragSupport>
		</h:outputLink>
		<rich:panel id="PHP">
			<rich:dropSupport id="componentId"  acceptedTypes="PHP" dropValue="PHP"
							   bypassUpdates="true"
							   >
			</rich:dropSupport>
		</rich:panel>
	</h:form>

Input text updates model, but should not.

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