dev@jsftemplating.java.net

Re: JSFTemplating: DynamicColumnTableRowGroupFactory exception

From: <Karam.Badesha_at_Sun.COM>
Date: Tue, 18 Sep 2007 09:47:44 -0700

Ken,
Any comments on this?

thanks
Karam

Karam Singh Badesha wrote:

> Hi Ken,
> I have a if statement in the initPage/beforeCreate event (I tried
> putting the if statement under both of these) where I check if the
> user is logged in or not and depending upon that either I redirect to
> login page or just load the page. The pages where I have a dynamic
> table and the user is not logged in and tries to load that page,
> instead of redirecting to the login page it gives the following
> exception. Can this be fixed because this seems like a bug. On rest of
> pages where I have a regular table, the redirect works fine.
>
> *
> *
>
> *exception*
>
> javax.servlet.ServletException: DynamicColumnTableRowGroupFactory
> requires a valid 'columnValue' attribute, however one was not supplied!
>
> *root cause*
>
> java.lang.IllegalArgumentException: DynamicColumnTableRowGroupFactory
> requires a valid 'columnValue' attribute, however one was not supplied!
>
> thanks
> - Karam