I'm contributing a type coercer for one of my classes called SearchCriteria in my AppModule.contributeTypeCoercer method. SearchCriteria is a class that holds search information for when someone does a search on the website, and I'm passing it around with onActivate and onPassivate. It is the activation context. That part works well.

However, to personalize the search, I really need more of the user's details, which I keep in a SessionState object conveniently called UserDetails. It would be really handy for me to get the UserDetails session state inside the AppModule.contributeTypeCoercer method, so I can give it to SearchCriteria when it is created there.

I hope that makes sense. Anyone have a nifty line of code that can let me do this?

Thanks a lot.

--
Tim

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

Reply via email to