On 4/11/06, marqpdx <[EMAIL PROTECTED]> wrote:
> 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???

content:selectTable comes from JSF and not from Tiles.

subview is a naming container, so anything enclosed in it is going to
be prefixed by "content:"

Do you really need a subview enclosing your insert?

Reply via email to