Use setters and the @InjectPage annotation.

@InjectPage private MyPage resultpage;

Object onActionFromSomeComponent()
{
  resultpage.setSomething(something);
  return resultpage;
}

Uli

On 06.01.2010 14:16 schrieb Jim O'Callaghan:
Hi,

Can anyone advise on the preferred way of persisting state between pages
without using HTTP Session?  PageActivationContext using Object[] looks
promising but I don't want long urls (from serialized objects) and there is
more data to share than a defined number of keys - I'm looking for something
that uses POST params ...?  Thanks.

Regards,
Jim.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to