RE: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-07-22 Thread Dave Newton
--- On Tue, 7/22/08, Brian Daddino wrote: > Instead of making my join in the query, I am just querying > out my contacts and using 2 iterators... > > > > > > ... > > This works fairly well, but loses my outer join (if there > is no contact method, the contact's name is not even

RE: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-07-22 Thread Brian Daddino
ECTED] Sent: Tuesday, July 22, 2008 12:09 PM To: Struts Users Mailing List Subject: RE: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has different SMTP TO: and MIME TO: fields in the email addresses --- On Tue, 7/22/08, Brian Daddino <[EMAIL PROTECTED]> wrote: &

RE: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-07-22 Thread Brian Daddino
there is no contact method, the contact's name is not even displayed). Am I missing something still? -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 12:09 PM To: Struts Users Mailing List Subject: RE: [SPAM] - Re: Using the iterator to

RE: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-07-22 Thread Dave Newton
--- On Tue, 7/22/08, Brian Daddino <[EMAIL PROTECTED]> wrote: > I did look, but I could not find it. Do you have a link? http://struts.apache.org/2.x/docs/home.html Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

RE: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has different SMTP TO: and MIME TO: fields in the email addresses

2008-07-22 Thread Brian Daddino
I did look, but I could not find it. Do you have a link? -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2008 11:34 AM To: Struts Users Mailing List Subject: [SPAM] - Re: Using the iterator to list results from a hibernate join - Email has

Re: Using the iterator to list results from a hibernate join

2008-07-22 Thread Dave Newton
--- On Tue, 7/22/08, Brian Daddino <[EMAIL PROTECTED]> wrote: > I'm new to Struts 2. I have searched the web but can > not find anything on my issue. Did you look at the S2 documentation wiki? It answers these questions. > What do I put in the value field of my property tag? Here's some pseudo

Using the iterator to list results from a hibernate join

2008-07-22 Thread Brian Daddino
Hi, I'm new to Struts 2. I have searched the web but can not find anything on my issue. Basically I have a many to 1 relationship between 2 objects, Contact and contactmethod (contact being the 1). Contacts objects contain a person's name and contact method is basically just a name value