Working as intended. Tapestry uses a page pool which means that you have to use some sort of persistence to make this work:
http://tapestry.apache.org/tapestry5/tapestry-core/guide/persist.html

-Filip

On 2008-05-23 00:45, zack1403 wrote:
No.  Not using any persist.  I really dont have anything else besides a title
and this list of messages.  When I move from page to page I might inject my
layout and add a message to this list for display.  They get persisted
without any sort of persist.


Daniel Jue wrote:
I take it you are not using @Persist("flash") ?

http://tapestry.apache.org/tapestry5/tapestry-core/guide/persist.html


On Thu, May 22, 2008 at 6:33 PM, zack1403 <[EMAIL PROTECTED]> wrote:
Hello all,

I have a layout component with a List full of my own message objects as
an
attribute.  First off, it seems that these values are shared across
sessions/computers. Second, they persist until i either restart my server
or
end the session.  Any ideas why an attribute of the layout class would be
acting like this?  Ideally I just want them to flash and then go away but
cant seem to get this to work.

Thanks in advance,
Zack
--
View this message in context:
http://www.nabble.com/Layout-Attributes-Shared-tp17414894p17414894.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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


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





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

Reply via email to