Indeed, it's not true.  We do both client-side and server-side
state saving.

Also, there'll be some terminology confusion:  ADF's default
client-side state saving only saves a token to the client,
and saves the real state in the HttpSession - so you don't
have the major performance and I/O drag of ordinary
state saving, and you also get back button and multi-window
support.  (And we do support a client-side state saving mode
that pushes everything to the client for HttpSessionophobes,
but it's not the default)

I think, though, that this means ADF and MyFaces have
some terminology in direct opposition:  our default
client-side state saving is somewhat comparable to MyFaces's
default server-side state saving - but I haven't read through
the MyFaces state saving code in a long time, so I'm not
100% positive.  So, while ADF Faces tells our users
to always use client-side state saving, I think MyFaces tells
users to always use server-side state saving, but we both
basically mean the same thing...

-- Adam


On 3/31/06, Laurie Harper <[EMAIL PROTECTED]> wrote:
> Good, because it's not true :-)
>
> Martin Marinschek wrote:
> > ADF enforces client-side state-saving? I can't believe that!
> >
> > regards,
> >
> > Martin
> >
> > On 3/29/06, Gerald Müllan <[EMAIL PROTECTED]> wrote:
> >>> Looks like ADF enforces client side state saving.
> >> Yes, seems to be.
> >>
> >> Sorry, but the component doesn`t work with client side state saving at
> >> the moment.
> >>
> >> It`s on my "opened-issues" list, but I had less time to fix it.
> >>
> >> If you switch to server side it should work fine.
> >>
> >> cheers,
> >>
> >> Gerald
> >>
> >> On 3/29/06, Werner Punz <[EMAIL PROTECTED]> wrote:
> >>> [EMAIL PROTECTED] schrieb:
> >>>> I just released, that the InputSuggestAjax of the Sandbox doesn't work
> >>>> together with Oracle ADF...
> >>>>
> >>>> When I'm typing something into the SuggestBox, i just get the following
> >>>> message on my console (but I don't get any suggestitems nor any
> >>>> errorstack...)
> >>>>
> >>>> 2006-03-29 10:49:19,315 ERROR [http-8080-Processor25]
> >>>> org.apache.myfaces.renderkit.html.HtmlResponseStateManager: No component
> >>>> states to be saved in client response!
> >>>>
> >>>> When I'm removing the ADF libraries and everything, that has to do with
> >>>> ADF from web.xml, then everything works fine and I get the list of
> >>>> suggested Items.
> >>>>
> >>>> It must have to do something with ADF. Anyone had the same expericences?
> >>>>
> >>>> Regards,
> >>>> Andy
> >>>>
> >>>>
> >>> Looks like ADF enforces client side state saving.
> >>>
> >>>
> >>
> >> --
> >> Gerald Müllan
> >> Schelleingasse 2/11
> >> 1040 Vienna, Austria
> >> 0043 699 11772506
> >> [EMAIL PROTECTED]
> >>
> >
> >
> > --
> >
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
> >
>
>
>

Reply via email to