[jboss-jira] [JBoss JIRA] (AS7-3621) f:validateBean disabled="true" is lost following POST-back

Marius Bogoevici (JIRA) jira-events at lists.jboss.org
Sun Jun 3 21:04:18 EDT 2012


    [ https://issues.jboss.org/browse/AS7-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698277#comment-12698277 ] 

Marius Bogoevici commented on AS7-3621:
---------------------------------------

Please note that while this

{code}
<h:inputText ...>
  <f:validatedBean disabled="true"/>
</h>
{code}

will lose the attribute,

{code}
<f:validateBean disabled="true">
  <h:inputText .../>
</f:validateBean>
{code}

seems to work correctly.

                
> f:validateBean disabled="true" is lost following POST-back
> ----------------------------------------------------------
>
>                 Key: AS7-3621
>                 URL: https://issues.jboss.org/browse/AS7-3621
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JSF
>            Reporter: Richard Kennard
>            Assignee: Stan Silvert
>
> As discussed on FORGE-460:
> Richard: "I think an 'easy default' would be to just add <f:validateBean disabled="#{true}"/> to each search field. However this doesn't appear to survive POST-back (i.e. it works for one click, but then fails after that). Are you aware of this? Is it a bug? I attach a minimal test case. I'd be most grateful if you could look at it".
> Emmanuel: "Yes that's definitely a bug. I'd bet in the JSF engine".
> Pete: "Richard, could you open an AS7 bug. Assign it to Stan (or if you can't assign, ask me to)".
> Minimal test case attached to FORGE-460: https://issues.jboss.org/secure/attachment/12351185/emmanuel.zip

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list