You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-user@incubator.apache.org by Adam Winer <aw...@gmail.com> on 2007/04/11 23:23:36 UTC

Re: tr:table detailStamp containing tr:table - ClassCastException showing details

Question for you - what state saving method are you
using?  (Server or client)

-- Adam



On 3/23/07, noah <ia...@gmail.com> wrote:
> I'm finding my patches don't help when I add other components. Just
> more index out of bounds exceptions and class cast exceptions,
> probably because I didn't fix the right thing.
>
> Does anyone know where things need to actually be fixed?  It seems
> like it has something to do with Facelets components saving state that
> is not being accounted for, but that's just a guess. Any help? I'd
> love to track it down, but I don't have the time to get up to speed on
> all the relevant code on my own right now.
>
> On 3/22/07, noah <ia...@gmail.com> wrote:
> > Same song, different verse. This time I'm trying to have a tr:table
> > inside the detailStamp.
> >
> > This one is a class cast exception because a Facelets something was
> > passed to restoreRowState. I have a workaround patch, but since I'm
> > not familiar with the full body of the code, it's probably not
> > something that should be applied.
> >
> > details:
> > https://issues.apache.org/jira/browse/ADFFACES-425
> >
> > I can get different Facelets classes with slight modifications, but
> > the error is always in restoreRowState.  I believe nesting tr:iterator
> > will also produce a similar error.
> >
>

Re: tr:table detailStamp containing tr:table - ClassCastException showing details

Posted by Adam Winer <aw...@gmail.com>.
Darnit. :)

I was hoping you were doing something other than the
usual.  Anyway, time to start debugging.

-- Adam


On 4/12/07, noah <ia...@gmail.com> wrote:
> Client.
>
> On 4/11/07, Adam Winer <aw...@gmail.com> wrote:
> > Question for you - what state saving method are you
> > using?  (Server or client)
> >
> > -- Adam
> >
> >
> >
> > On 3/23/07, noah <ia...@gmail.com> wrote:
> > > I'm finding my patches don't help when I add other components. Just
> > > more index out of bounds exceptions and class cast exceptions,
> > > probably because I didn't fix the right thing.
> > >
> > > Does anyone know where things need to actually be fixed?  It seems
> > > like it has something to do with Facelets components saving state that
> > > is not being accounted for, but that's just a guess. Any help? I'd
> > > love to track it down, but I don't have the time to get up to speed on
> > > all the relevant code on my own right now.
> > >
> > > On 3/22/07, noah <ia...@gmail.com> wrote:
> > > > Same song, different verse. This time I'm trying to have a tr:table
> > > > inside the detailStamp.
> > > >
> > > > This one is a class cast exception because a Facelets something was
> > > > passed to restoreRowState. I have a workaround patch, but since I'm
> > > > not familiar with the full body of the code, it's probably not
> > > > something that should be applied.
> > > >
> > > > details:
> > > > https://issues.apache.org/jira/browse/ADFFACES-425
> > > >
> > > > I can get different Facelets classes with slight modifications, but
> > > > the error is always in restoreRowState.  I believe nesting tr:iterator
> > > > will also produce a similar error.
> > > >
> > >
> >
>

Re: tr:table detailStamp containing tr:table - ClassCastException showing details

Posted by noah <ia...@gmail.com>.
Client.

On 4/11/07, Adam Winer <aw...@gmail.com> wrote:
> Question for you - what state saving method are you
> using?  (Server or client)
>
> -- Adam
>
>
>
> On 3/23/07, noah <ia...@gmail.com> wrote:
> > I'm finding my patches don't help when I add other components. Just
> > more index out of bounds exceptions and class cast exceptions,
> > probably because I didn't fix the right thing.
> >
> > Does anyone know where things need to actually be fixed?  It seems
> > like it has something to do with Facelets components saving state that
> > is not being accounted for, but that's just a guess. Any help? I'd
> > love to track it down, but I don't have the time to get up to speed on
> > all the relevant code on my own right now.
> >
> > On 3/22/07, noah <ia...@gmail.com> wrote:
> > > Same song, different verse. This time I'm trying to have a tr:table
> > > inside the detailStamp.
> > >
> > > This one is a class cast exception because a Facelets something was
> > > passed to restoreRowState. I have a workaround patch, but since I'm
> > > not familiar with the full body of the code, it's probably not
> > > something that should be applied.
> > >
> > > details:
> > > https://issues.apache.org/jira/browse/ADFFACES-425
> > >
> > > I can get different Facelets classes with slight modifications, but
> > > the error is always in restoreRowState.  I believe nesting tr:iterator
> > > will also produce a similar error.
> > >
> >
>