On 8/15/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> your shuttle isn't included in a
> form
>
> <tr:form>
> <tr:selectManyShuttle leadingHeader="Not Selected"
> trailingHeader="Selected" value="#{detailsBean.selected}">
> <f:selectItems value="#{detailsBean.all}" />
> </tr:selectManyShuttle>
> </tr:form>
>
> that's the NPE.Nothing should NPE like that when you're not in a form. If a component absolutely requires a form, it should log a warning at the start of its encoding and return without rendering anything. --- Adam

