You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Ryan Wong <la...@gmail.com> on 2008/09/05 11:22:14 UTC

SaveState problem

Hi, my friends.

simply saying
I have to use an iframe with javascript to redirect parent to the other page
with document.location = xxxx
my problem is the parent page uses a <t:saveState /> tag
and the parent used a prop name a to call a method init() in action( getA()
call init(),  don't ask how fool it is, i'm not the man create the usage, i
just have to fix the issue)

so the next time i request the page, getA won't be called, and the data is
still in the page.

My Question is IS There any method to destroy the action bean states when a
action executing. (either the first or the next request)

-----
Blog: http://www.ryanwong.name
Can Use: English, Chinese
-- 
View this message in context: http://www.nabble.com/SaveState-problem-tp19327715p19327715.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.