Volodymyr Siedlecki created MYFACES-4635:
--------------------------------------------
Summary: TCK Failure: Cannot find component for expression
":willThrowException" referenced from "submit".
Key: MYFACES-4635
URL: https://issues.apache.org/jira/browse/MYFACES-4635
Project: MyFaces Core
Issue Type: Bug
Reporter: Volodymyr Siedlecki
Attachments: test-faces22-ajax.war
Tested on 4.0.1-SNAPSHOT, so this isn't in any released code.
Test:
[https://github.com/jakartaee/faces/blob/2719e03eef7ff5dd999dcf084feb5462a27bbea9/tck/faces22/ajax/src/test/java/ee/jakarta/tck/faces/test/servlet30/ajax/Issue3171IT.java#L37]
App:
[https://github.com/jakartaee/faces/blob/2719e03eef7ff5dd999dcf084feb5462a27bbea9/tck/faces22/ajax/src/main/webapp/exceptionDuringRender.xhtml#L53]
Something must have changed recently that doesn't like the colon.
_<h:outputText id="willThrowException"
value="#\{bean.throwExceptionOnAjax}" />_
_<h:commandButton id="submit" value="submit">_
_<f:ajax execute="@form" render="{*}:willThrowException{*}" />_
_</h:commandButton>_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)