Re: [JSF] history list support (Back/Forward buttons)

2006-01-25 Thread Gary VanMatre
>From: Michael Jouravlev <[EMAIL PROTECTED]> > > On 1/24/06, Gary VanMatre wrote: > > >From: Michael Jouravlev > > > > > > The question is: how history lists and in particular Back button, is > > > supported in JSF, including: > > > > > > * JSF spec > > > * JSF reference implementation > >

Re: [JSF] history list support (Back/Forward buttons)

2006-01-25 Thread Alexandre Poitras
The backing bean are one part of the model what is often called the data model in the Swing world. It is a combinaison of Struts DispatchAction and ActionForm concepts. It exposes your business logic layer via DTOs or regular BOs depending of your architecture. You can refer to them as ViewHelper i

Re: [JSF] history list support (Back/Forward buttons)

2006-01-25 Thread Michael Jouravlev
On 1/24/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: Michael Jouravlev <[EMAIL PROTECTED]> > > > > The question is: how history lists and in particular Back button, is > > supported in JSF, including: > > > > * JSF spec > > * JSF reference implementation > > * MyFaces > > * Shale > > * Oth

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Werner Punz
Gary VanMatre schrieb: From: Michael Jouravlev <[EMAIL PROTECTED]> Seems that JSF-related flame on TSS http://www.theserverside.com/news/thread.tss?thread_id=38601 died, and I have left without an anwser ;-) So I am repeating the question here with some modifications in hope to get "i" dotted

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Gary VanMatre
>From: Michael Jouravlev <[EMAIL PROTECTED]> > > Seems that JSF-related flame on TSS > http://www.theserverside.com/news/thread.tss?thread_id=38601 died, and > I have left without an anwser ;-) So I am repeating the question here > with some modifications in hope to get "i" dotted and "t" cross

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Werner Punz
Michael Jouravlev schrieb: On 1/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: As for the checkpoint, I cannot say it exactly (maybe matthias can jump in) it probably will behave like every other page hitting the back button with no history, that is my closest assumption on what will happen. An

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Michael Jouravlev
Ok, I will search myfaces list too. Thanks! On 1/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Sorry to answer again, this is a question which probably is asked best > in the myfaces mailinglist, you might reach the author (Matthias B...) > there directly. --

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Michael Jouravlev
On 1/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: > As for the checkpoint, I cannot say it exactly (maybe matthias can jump > in) it probably will behave like every other page hitting the back > button with no history, that is my closest assumption on what will happen. And how exactly that would

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Werner Punz
Sorry to answer again, this is a question which probably is asked best in the myfaces mailinglist, you might reach the author (Matthias B...) there directly. Werner Werner Punz schrieb: Actually sorry to jump in here, but I was partially wrong in my posting in the long tss thread, the num

Re: [JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Werner Punz
Actually sorry to jump in here, but I was partially wrong in my posting in the long tss thread, the number of stored states is parametrizable. Matthias Broeckelmann who did it for myfaces basically added parameters for the saved states and also for the handling of saving it into the session or n

[JSF] history list support (Back/Forward buttons)

2006-01-24 Thread Michael Jouravlev
Seems that JSF-related flame on TSS http://www.theserverside.com/news/thread.tss?thread_id=38601 died, and I have left without an anwser ;-) So I am repeating the question here with some modifications in hope to get "i" dotted and "t" crossed. The question is: how history lists and in particular B