[
https://issues.jboss.org/browse/SEAMFACES-135?page=com.atlassian.jira.plu...
]
Alt Avatar commented on SEAMFACES-135:
--------------------------------------
I added aid the following template code to the x:inputcontainer and x:customInput:
<p>id: #{cc.id}</p>
<p>clientId: #{cc.clientId}</p>
<p>attrs.id #{cc.attrs.id}</p>
Here's the output from x:inputcontainer:
id: j_idt33
clientId: j_idt31-j_idt33
attrs.id j_idt33
Here's the output from x:customInput:
id: j_idt34
clientId: j_idt31-j_idt33-j_idt34
attrs.id j_idt34
In both cases, id == cc.attrs.id. Perhaps this is working as intended?
The #{cc.attrs.id} of nested composite component of UIInputContainer
does not include the id of the container component
-----------------------------------------------------------------------------------------------------------------------
Key: SEAMFACES-135
URL:
https://issues.jboss.org/browse/SEAMFACES-135
Project: Seam Faces
Issue Type: Bug
Components: UI Components
Affects Versions: 3.0.0.Final
Environment: Ubuntu 10.10 64bit, JBoss AS 6
Reporter: Alt Avatar
Nested #{cc.attrs.id} of composite components nested inside a UIInputContainer are
incorrect.
<x:inputcontainer id="foo">
<x:customInput/ id="bar">
// #{cc.attrs.id} of customInput will be "bar" instead of "foo:bar"
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira