We have an issue trying to use Ajax with Tiles and MyFaces.
Imagine:
<f:subview id="content">
<tiles:insert attribute="body" flush="false"/>
</f:subview>
Inside the body, there is an element id'd "selectTable" - a lot of Ajax
depends on that ID being unchanged. But, tiles changes it to
content:selectTable
That messes up a lot of stuff.
Any way around that?? Any way to turn off that renaming of my elements by
Faces and Tiles???
Thanks,
m
--
View this message in context:
http://www.nabble.com/MyFaces%2C-Tiles-and-Renaming-Elements-t1435144.html#a3872637
Sent from the MyFaces - Users forum at Nabble.com.