@Persist isn't part of @Parameter. They are mutually exclusive. But in your parent component (eg: the page where you're using Collage), is the list @Persist'ed?
The reference to the collage list shouldn't be static; this is not a problem with Tapestry. I use components that take list parameters all the time and can open multiple pages (with different) at teh same time with no bleed-over. It sounds like a problem with your code. Posting a bit more of it would be useful. Robert On Apr 2, 2012, at 4/21:08 PM , ksrijith wrote: > I believe @Persist is part of the @Parameter annotation since if I Persist > the property then it gives me the following error: > > Field model of class com.karamarie.web.store.components.Collage can not be > claimed by @org.apache.tapestry5.annotations.Persist as it is already > claimed by @org.apache.tapestry5.annotations.Parameter. > > where model is the parameter name. > > > > ----- > -- > Don't Forget to Rate > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Issue-with-Component-Parameter-tp5612950p5613227.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org