-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 2.6.0.GA, 2.7.0.ER1, 2.7.0.ER2
-
Fix Version/s: None
-
Component/s: RichFaces
-
Environment:
JBoss EAP 6.x up to EAP 6.3.0
-
Target Release:
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Docs Status:Documented as Known Issue
-
Release Notes Text:
When using <rich:placeholder> inside <rich:autocomplete required="true">, <h:commandLink> doesn't validate an empty field but <h:commandButton> does.
Snippet from the attached reproducer:
<h:form>
|
<rich:autocomplete mode="client" autocompleteList="#{richBean.names}"
|
value="#{richBean.name}" required="true">
|
<rich:placeholder value="Placeholder"/>
|
</rich:autocomplete>
|
<h:commandButton value="BUTTON"/>
|
<h:commandLink value="LINK"/>
|
</h:form>
|
- cloned to
-
RF-13808 <rich:autocomplete required="true"> doesn't validate when using <h:commandLink> and <rich:placeholder> together
-
- Resolved
-