Multiple beans in request scope?

2003-03-06 Thread Jeff Smith
I'm building my first real struts app. (Okay, its also my first real Java app, my first real servlet app and a bunch of other firsts, but who's counting? :-) I'd like to present a form that contains a few selection lists, with values taken from a few tables in my database. Let's say the lists

Re: Multiple beans in request scope?

2003-03-06 Thread alexj
: Friday, March 07, 2003 1:21 AM Subject: Multiple beans in request scope? I'm building my first real struts app. (Okay, its also my first real Java app, my first real servlet app and a bunch of other firsts, but who's counting? :-) I'd like to present a form that contains a few selection lists

Re: Multiple beans in request scope?

2003-03-06 Thread Richard Raquepo
Try encapsulating all the three beans in one bean. - Original Message - From: Jeff Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 07, 2003 8:21 AM Subject: Multiple beans in request scope? I'm building my first real struts app. (Okay, its also my first real Java app

Re: Multiple beans in request scope?

2003-03-06 Thread Jeff Smith
can do that. But I guess not. Jefficus - Original Message - From: alexj [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 06, 2003 6:50 PM Subject: Re: Multiple beans in request scope? Sure you can use mutliple beans in your scope. But I didn't