maybe this help:

flash strategy - "Values are stored into the session, but then deleted from
the session as they are first used to restore a page's state."

or this

default values - "This value is retained and used to reset the value of the
field at the end of each request, before the page is returned to the page
pool."

we're using this code:
public class Login
{...
   @Persist("flash")
   private String _userName;
...}

Marcus

Reply via email to