RE: Session Management Problem!

2006-03-09 Thread James Carman
This was posted to the forum: http://www.tapestryforums.com/session-management-problem-vt4178.html I believe the forum automatically sends emails to us. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ron Piterman Sent: Thursday, March 09, 2006 10:41 AM To: tapestry

Re: Session Management Problem!

2006-03-09 Thread Wayland Chan
Here's the quick and dirty on how to define, inject, reference a Session object (ASO in tapestry terms). My hivemodule.xml: My Example.page file that requires the ASO: My Example.java class that uses the session: public abstract UserSession getUserSession();

Re: Session Management Problem!

2006-03-09 Thread Ron Piterman
pleas search the web on how to ask questions in mailing lists. Apache wrote: Dear Howard Lewis Ship, We are a pooor team of 4 developers and we are desperate because we have a very short deadline. We are trying to use the Session with tapestry 4.0. in order to keep login data persistent thro

Re: Session Management Problem!

2006-03-09 Thread Jason Dyer
Your code didn't transmit very well, so I can't tell for sure, but most likely the problem is that you need to add scope="session" to your definition. HTH, -Jason On Thursday 09 March 2006 09:42, Apache wrote: > Dear Howard Lewis Ship, > > We are a pooor team of 4 developers and we are despera

Session Management Problem!

2006-03-09 Thread Apache
Dear Howard Lewis Ship, We are a pooor team of 4 developers and we are desperate because we have a very short deadline. We are trying to use the Session with tapestry 4.0. in order to keep login data persistent throw the session. We tried like this: A) in WEB-INF/hivemodule.xml we have: