You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Andrew Robinson <an...@gmail.com> on 2006/03/28 02:04:08 UTC

Problem possibly with t:buffer

Environment:
Facelets 1.0.12
MyFaces 1.1.1

Using a t:buffer to build a complex div tag (with components) and then
render it later at the bottom of the page. I'm getting the following
exception, and cannot seem to find the culprit:

SEVERE: Error Rendering View[/pages/testActionPane.xhtml]
javax.faces.el.PropertyNotFoundException: Index is null: id
        at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java:486)
        at org.apache.myfaces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:242)
        at org.apache.myfaces.custom.buffer.Buffer.fill(Buffer.java:73)
        at org.apache.myfaces.custom.buffer.BufferRenderer.encodeEnd(BufferRenderer.java:59)
...

Thanks,
Andrew