Re: Struts and Sessions Problem

2005-06-29 Thread Ed Griebel
t; Peter > -Ursprüngliche Nachricht- > Von: Michael Jouravlev [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 29. Juni 2005 18:16 > An: Struts Users Mailing List > Betreff: Re: Struts and Sessions Problem > > > Hmm, I don't see how the session can be null. If

RE: Struts and Sessions Problem

2005-06-29 Thread Scott Piker
As Michael alluded to in his response, a session will be created when the user hits index.jsp unless you explicitly specify session="false" in the page directive. (See http://java.sun.com/products/jsp/syntax/2.0/syntaxref2010.html#15653) That's probably what's going on here. - Scott > -Origi

Re: Struts and Sessions Problem

2005-06-29 Thread Michael Jouravlev
Hmm, I don't see how the session can be null. If you start from JSP, and you did not set session="false" in the page directive, then to my understanding, session should be created right in the JSP. Michael. > My index.jsp only forwards like this: > > <%@ taglib uri="/WEB-INF/struts-logic.tld" pr

Re: struts and sessions

2005-06-13 Thread Michael Jouravlev
HttpSession is the same everywhere: in plain servlet/JSP, in Struts or in JBoss. On 6/13/05, marc <[EMAIL PROTECTED]> wrote: > How do I easy and smart make a bean and put it in the client's session, > when the client logs on. So no mather where the client is, I can access > the bean. > Like a bean