Thanks for the link.  I did find a method that somewhat works in
there...
Instead of making my join in the query, I am just querying out my
contacts and using 2 iterators...
<s:iterator value="contacts"  status="status">
                <s:iterator value="contactmethodses"  status="status">
        <tr>
            <td class="nowrap"><s:property value="firstName"/></td>
            <td class="nowrap"><s:property value="lastName"/></td>
            <td class="nowrap"><s:property value="method"/></td>
...


This works fairly well, but loses my outer join (if 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 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:
> 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 additional commands, e-mail: [EMAIL PROTECTED]



This electronic transmission may contain PRIVILEGED AND CONFIDENTIAL 
information intended only for the addressee(s).  If you are not the intended 
recipient, or the employee or agent responsible for delivery to the intended 
recipient(s), please note that any review, dissemination, use, distribution or 
copying is strictly prohibited.  If you receive this in error, please notify 
the sender immediately, destroy any paper copies and delete it from any 
computer.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to