[richfaces-issues] [JBoss JIRA] Created: (RF-2838) inplaceInput required true works wrong

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Mar 28 12:26:40 EDT 2008


inplaceInput required true works wrong
--------------------------------------

                 Key: RF-2838
                 URL: http://jira.jboss.com/jira/browse/RF-2838
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Anton Belevich
            Priority: Critical
             Fix For: 3.2.0


					<rich:inplaceInput layout="block" value="#{car.price}"
						converterMessage="Price value should be integer. Price at row #{row+1} can't be changed."
						id="inplace" required="true"
						requiredMessage="Price at row #{row+1} wasn't filled. Value can't be changed."
						changedHoverClass="hover" viewHoverClass="hover"
						viewClass="inplace" changedClass="inplace"
						selectOnEdit="true" editEvent="ondblclick">
						
						<a4j:support event="onviewactivated" reRender="table, messages"
							bypassUpdates="true" ajaxSingle="true" />
							
					</rich:inplaceInput>

price - int
converter messages shows ok.
but if I submit empty inplace - no messages
and no more messages from converter after trying to submit letters

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

        



More information about the richfaces-issues mailing list