In one page (let's name it http://www.myapp.com/show) I am showing
some items. These items could be divided into some categories and when
user wants to filter them uses link looking like that
http://www.myapp.com/show/category_name_4, where 4 is number of
category passed by onPassivate/onActivate method.
Each item has eventLink which perform some action. Problem is when
user clicks on eventLink on page
http://www.myapp.com/show/category_name_4 then context is lost and he
is redirected into http://www.myapp.com/show instead of
http://www.myapp.com/show/category_name_4, what causes filtering by
category to disappear.
Is there any way of using eventLink with remebering page context and
user redirected to the same page with the same context?
I know I could use something like setCategory() and later filter with
this Category so no context paramaters are passed  between pages but I
want pages with filtered items bookmarkable.

Thank you for your help.

Regards
-- 
Tomasz Dziurko

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to