Hey Zack,

It's generally a good idea to post some code for us to look at when
asking a question.

You might be doing something like this:

<html t:type="layout" t:yourProperty="${myprop}">
</html>

What you want is

<html t:type="layout" t:yourProperty="myprop">
</html>

If that's not the case then show us some code from your template and java.

Josh

On Thu, May 22, 2008 at 3: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]
>
>



-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

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

Reply via email to