Hi all,
I'm making a few different types of ajax requests on my page, and a
couple of fields on components and pages are annotated with
@Persist("session").
Some of the ajax requests are made via t:actionlink components, others
are via Ajax.Requests I've constructed myself (via
resources.createEventLink().toAbsoluteURI().
I've noticed that the value for the apparently persistent field is reset
to null when the second type of ajax requests are made ... this may be
because the actions point to different components as listeners.
I thought that marking @Persist("session") would mean their values were
stored in the HttpSession until session death or I specifically set the
value to null, regardless of which component/class is handling the
request ??
How do I achieve this if not by @Persist("session") ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org