InplaceSelect: "immediate" attribute doesn't work.
--------------------------------------------------

                 Key: RF-3311
                 URL: http://jira.jboss.com/jira/browse/RF-3311
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: IE6, FF2; Jsp,Facelets.
            Reporter: Heorhi Maksimenko
         Assigned To: Nick Belaevski


"immediate" attribute for InplaceSelect doesn't work.

<rich:inplaceSelect id="inplaceSelectID"                
                defaultLabel="defaultLabel"
                immediate="true">
                <f:selectItem itemLabel="errors" itemValue="errors" />
                <f:selectItem itemLabel="fatals" itemValue="fatals" />
                <f:selectItem itemLabel="infos" itemValue="infos" />
                <f:selectItem itemLabel="passeds" itemValue="passeds" />
                <f:selectItem itemLabel="warns" itemValue="warns" />
                <f:selectItem itemLabel="warnswarnswarnswarns" 
itemValue="warnswarnswarnswarns" />              
</rich:inplaceSelect>

load page with component.
click submit.-->Warning is presented 
"formID:inplaceSelectSubviewID:inplaceSelectID: Validation Error: Value is not 
valid"


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to