Hi all!

The problem seems to be solved now - it looks like it's only a Java editor
problem, because compilation works fine...


Regards,

Matthias

> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Auftrag
> von Matthias Kahlau
> Gesendet: Donnerstag, 26. Januar 2006 00:45
> An: MyFaces Discussion
> Betreff: AW: javax.faces.application.StateManager.SerializedView cannot
> be found
>
>
> Hi!
>
>
> That's really strange. I tried using a self-defined inner class, and that
> worked with JDeveloper 10.1.2.
>
> public class OuterClass {
>
>       public class InnerClass {
>       }
>
> }
>
>
> And in another package/class, I use the following import statement, which
> works:
>
> import mypackage.OuterClass.InnerClass;
>
>
> Is there sth. special with MyFaces? JDeveloper says the class or member
> StateManager.SerializedView cannot be found... That's a real
> blocker for me
> at the moment...
>
>
> Regards,
>
> Matthias
>
> > -----Ursprüngliche Nachricht-----
> > Von: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Auftrag
> > von Matthias Wessendorf
> > Gesendet: Mittwoch, 25. Januar 2006 22:57
> > An: MyFaces Discussion
> > Betreff: Re: javax.faces.application.StateManager.SerializedView cannot
> > be found
> >
> >
> > mmm
> >
> > just test that w/ eclipse.
> >
> > but
> >
> > import javax.faces.application.StateManager.SerializedView;
> >
> > works fine for me (tested w/ build from scratch)
> >
> > -Matthias
> >
> > On 1/25/06, Matthias Kahlau <[EMAIL PROTECTED]> wrote:
> > > Hi!
> > >
> > >
> > > I use the myFaces-all.jar nightly from 20051130. When I try to use the
> > > SerializedView class, it cannot be found (that's what
> JDeveloper says to
> > > me...).
> > >
> > > import javax.faces.application.StateManager; works!
> > >
> > > import javax.faces.application.StateManager.SerializedView; fails!
> > >
> > >
> > >
> > > Do you know the reasons? Many thanks.
> > >
> > >
> > >
> > > Regards,
> > >
> > > Matthias
> > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> > Zülpicher Wall 12, 239
> > 50674 Köln
> > http://www.wessendorf.net
> > mwessendorf-at-gmail-dot-com
>

Reply via email to