Ertio Lew created MYFACES-3595:
----------------------------------
Summary: ui:param doesn't work with page containing ui:insert
Key: MYFACES-3595
URL: https://issues.apache.org/jira/browse/MYFACES-3595
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.1.8
Environment: Myfaces 2.1.8 with Glassfish 3.1.1
Reporter: Ertio Lew
Priority: Critical
I tried the following page :
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
<h:head>
</h:head>
<h:body >
<ui:insert name="heading">Test<br/></ui:insert>
<h:panelGroup>
<ui:param name="x1" value="6345675678/"
/><!--http://stackoverflow.com/questions/6878275/how-get-the-base-url/6878393#6878393-->
value:- #{x1}
</h:panelGroup>
</h:body>
</html>
but the ui:param does not work until the ui:insert tags are removed from this
page.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira