Re: Setting a Bean in an Action and Getting it on a Page

2002-02-10 Thread Ted Husted
OTECTED]> on 02/10/2002 09:18:18 AM > > Please respond to Struts Users Mailing List > <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > cc: > Subject: Re: Setting a Bean in an Action and Getting it on a Page > > You might find the Stru

Re: Setting a Bean in an Action and Getting it on a Page

2002-02-10 Thread cody.burleson
Thanks, Ted! You are the almighty Struts super-hero. But, one more question... To use on 02/10/2002 09:18:18 AM Please respond to Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: Setting a Bean in a

Re: Setting a Bean in an Action and Getting it on a Page

2002-02-10 Thread Gloria Williams
MAIL PROTECTED]> Sent: Sunday, February 10, 2002 9:11 AM Subject: Setting a Bean in an Action and Getting it on a Page > > > > Can someone help me with this? > > 1. In an Action, I populate the value of a Bean. > 2. Then, in the Action, I put the Bean in the session like this:

Re: Setting a Bean in an Action and Getting it on a Page

2002-02-10 Thread Ted Husted
You might find the Struts bean tags easier to use that the standard JSP actions, since there is not as much red tape involved. For example, to simply write your test string is all that is needed. The tag will figure out the rest =:o) http://jakarta.apache.org/struts/struts-bean.html http:/

Setting a Bean in an Action and Getting it on a Page

2002-02-10 Thread cody.burleson
Can someone help me with this? 1. In an Action, I populate the value of a Bean. 2. Then, in the Action, I put the Bean in the session like this: session.setAttribute("theUserList",userList); 3. On a JSP page, when I use tags to try to get at the Bean, however, I think I am only c