---- shhQuiet <[EMAIL PROTECTED]> schrieb:
> 
> 
> Rottstock, Sven wrote:
> > 
> > Hi Steve,
> >  
> > i don't know why the exception is thrown. But could you try the 
> > following solution:
> >  <snip>
> >         <pmb:businessEntityList backer="#{wrapper.entityBacker}" >
> >             <f:attribute name="binding"
> > value="#{wrapper.entityBacker.listTable}"/>
> >         </pmb:businessEntityList>
> > </snip>
> > 
> 
> I tried this and it worked beautifully.  The only other change I made 
> is in the included component, I used the "binding" attribute like 
> this:  <tr:table binding="#{binding}" ... >
> 
> Thanks for your suggestion...  The next question is whether this is a 
> Trinidad or Facelets bug...

Why are you putting the binding paramater as an el variable in the
tr:table component? IMO you can remove the whole attribute from the
table because you have set it already by <f:attribute>. So the attribute
can be resolved by the Trinidad component.

Cheers

Reply via email to