RE: Create new nested bean instance

2003-09-09 Thread Robert Taylor
er 09, 2003 11:05 AM > To: Struts Users Mailing List > Subject: RE: Create new nested bean instance > > > Figured it out. I had two copies of the class containing the FormFile > in the ear. One in a jar in the ear's library directory and one in the > war file. > &

RE: Create new nested bean instance

2003-09-09 Thread Nate Drake
in addimporteddlist.jsp? > > Are you using a static include anywhere? > > > > robert > > > > > -Original Message- > > > From: Nate Drake [mailto:[EMAIL PROTECTED] > > > Sent: Monday, September 08, 2003 5:19 PM > > > To: Struts Users Mailing L

RE: Create new nested bean instance

2003-09-09 Thread Nate Drake
g a static include anywhere? > > robert > > > -Original Message- > > From: Nate Drake [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 08, 2003 5:19 PM > > To: Struts Users Mailing List > > Subject: RE: Create new nested bean instance > > >

RE: Create new nested bean instance

2003-09-08 Thread Robert Taylor
What's in addimporteddlist.jsp? Are you using a static include anywhere? robert > -Original Message- > From: Nate Drake [mailto:[EMAIL PROTECTED] > Sent: Monday, September 08, 2003 5:19 PM > To: Struts Users Mailing List > Subject: RE: Create new nested bean ins

RE: Create new nested bean instance

2003-09-08 Thread Nate Drake
on. > > When your form is submitted, Struts sets the appropriate PhoneNumberBean and > then you can > procede with your business logic. > > > Nate, I hope this makes sense. Sorry I couldn' help you with using nested > taglib to accomplish > this. I assume you

RE: Create new nested bean instance

2003-09-08 Thread Nate Drake
on. > > When your form is submitted, Struts sets the appropriate PhoneNumberBean and > then you can > procede with your business logic. > > > Nate, I hope this makes sense. Sorry I couldn' help you with using nested > taglib to accomplish > this. I assume you

RE: Create new nested bean instance

2003-09-08 Thread Robert Taylor
s sense. Sorry I couldn' help you with using nested taglib to accomplish this. I assume you have already looked here: http://www.keyboardmonkey.com/next/index.jsp robert > -Original Message- > From: Nate Drake [mailto:[EMAIL PROTECTED] > Sent: Monday, September 08, 2003 1:1

RE: Create new nested bean instance

2003-09-08 Thread Nate Drake
ge- > > From: Nate Drake [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 08, 2003 9:29 AM > > To: Struts Users Mailing List > > Subject: RE: Create new nested bean instance > > > > > > Robert, > > > > Thanks for the links. I already read t

RE: Create new nested bean instance

2003-09-08 Thread Robert Taylor
Yep. You could create the new lazy list in the form reset(). robert > -Original Message- > From: Nate Drake [mailto:[EMAIL PROTECTED] > Sent: Monday, September 08, 2003 9:29 AM > To: Struts Users Mailing List > Subject: RE: Create new nested bean instance > > > Ro

RE: Create new nested bean instance

2003-09-08 Thread Nate Drake
/collections/api/org/apache/commons/collect > ions/ListUtils.html > > robert > > > -Original Message- > > From: Nate Drake [mailto:[EMAIL PROTECTED] > > Sent: Sunday, September 07, 2003 9:32 PM > > To: [EMAIL PROTECTED] > > Subject: Create new ne

RE: Create new nested bean instance

2003-09-08 Thread Robert Taylor
mailto:[EMAIL PROTECTED] > Sent: Sunday, September 07, 2003 9:32 PM > To: [EMAIL PROTECTED] > Subject: Create new nested bean instance > > > Hi, > > What is the "proper" Struts way to implement create/update pages in the > following scenario. > > You've

Create new nested bean instance

2003-09-07 Thread Nate Drake
Hi, What is the "proper" Struts way to implement create/update pages in the following scenario. You've got a Customer Form bean with the following properties: - First Name - Last Name - List of PhoneNumber Beans A PhoneNumber bean with these properties: - Country Code - Area Code - Number - De