[jboss-jira] [JBoss JIRA] (WFLY-13571) JSF: selectOneMenu required+disabled true

Chao Wang (Jira) issues at jboss.org
Sun Jun 14 09:59:00 EDT 2020


    [ https://issues.redhat.com/browse/WFLY-13571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154944#comment-14154944 ] 

Chao Wang commented on WFLY-13571:
----------------------------------

Yes, it's related to the fix for WFLY-13497 as well. The extra validation should have only applied to UIViewParameter.

I have reproduced the issue from https://github.com/codylerum/jsf-disabled-input and tried it with new fix in the linked PR. Both buttons return following  messages in log without any exception:

{code:java}
21:32:38,010 INFO [BackingBean] (default task-1) Text was Existing text and foo was false
21:32:38,189 INFO [BackingBean] (default task-1) Text was Existing text and foo was false
{code}

So the issues no longer present and is covered in the linked PR.

> JSF: selectOneMenu required+disabled true
> -----------------------------------------
>
>                 Key: WFLY-13571
>                 URL: https://issues.redhat.com/browse/WFLY-13571
>             Project: WildFly
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 20.0.0.Final
>            Reporter: erick leal
>            Assignee: Farah Juma
>            Priority: Major
>         Attachments: project.zip
>
>
> Submitin selectOneMenu required=true+disabled=true result in validation error message.
> Regression in WildFly 20, clicking button fires a message.
> WildFly 19 it's ok.
> Mojarra issue: https://github.com/eclipse-ee4j/mojarra/issues/4716



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list