RE: How to implement 'back' button

2006-01-06 Thread Nico Krijnen
pluggable.   Kind regards, Nico Krijnen GRAPHit B.V. The Netherlands Van: Yee CN [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 6 januari 2006 12:12 Aan: 'Nico Krijnen'; 'MyFaces Discussion' Onderwerp: RE: How to implement 'back' button   Hi Nico,

RE: How to implement 'back' button

2006-01-06 Thread Yee CN
, 6 January 2006 7:07 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: How to implement 'back' button   http://www.jroller.com/comments/cenkcivici/Weblog/custom_jsf_navigation_handler_for contains an implementation for this requirement.   -Cenk Çivici   On 1

RE: How to implement 'back' button

2006-01-06 Thread Yee CN
appreciate if you could share your experiences.   Thanks again.   Best regards, Yee   From: Nico Krijnen [mailto:[EMAIL PROTECTED] Sent: Friday, 6 January 2006 5:58 PM To: 'MyFaces Discussion'; [EMAIL PROTECTED] Subject: RE: How to implement 'back' button   Hi,  

Re: How to implement 'back' button

2006-01-06 Thread Cenk Çivici
http://www.jroller.com/comments/cenkcivici/Weblog/custom_jsf_navigation_handler_for contains an implementation for this requirement.   -Cenk Çivici  On 1/6/06, Yee CN <[EMAIL PROTECTED]> wrote: Hi,   I am thinking of providing a 'back' button on all my pages. Below is a sketch on how I intended

RE: How to implement 'back' button

2006-01-06 Thread Nico Krijnen
GRAPHit B.V. The Netherlands Van: Yee CN [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 6 januari 2006 10:27 Aan: 'MyFaces Discussion' Onderwerp: How to implement 'back' button   Hi,   I am thinking of providing a ‘back’ button on all my pages. Below is a sketch on how

Re: How to implement 'back' button

2006-01-06 Thread Cagatay Civici
Hi,We have done a similiar thing, there is a custom navigation handler which manages the navigation in our application. There are special action names and for the back operation the name is "@back@", the navigation handler also uses a navigation data holder, which tracks the pages visited using a s

How to implement 'back' button

2006-01-06 Thread Yee CN
Hi,   I am thinking of providing a ‘back’ button on all my pages. Below is a sketch on how I intended to do it, but before embarking on it I would like to know whether anybody has done similar and to hear from you Gurus whether my approach is workable.   1) I have a stack to store the p