Hey all,
 
I have a bean of "SummaryBean" with an interface of "SummaryInterface" that uses anther bean of "InquiryBean" with an interface of "InquiryInterface" as a vector.
 
I'm trying to display "expiryDate" which is in the Inquiry
 
 
Am i doing this right?
 
 
<jsp:useBean id="SummaryResponseBean" scope="request" type="com.eric.SummaryInterface" />
 
<eric:iterate name="lineItem" collection="<%= SummaryResponseBean.getAccounts() %>" type="com.eric.InquiryBean">
 
<jsp:getProperty name="lineItem" property="name" />
<eric:dateFormatTag format="MEDIUM" date= "<%= (InquiryBean) SummaryBean.getAccounts().getExpiryDate() %>" />
 
</eric:iterate>
 
 
Or am i way off?
 
Can somebody give me a hand.
 
Thanks,
Eric
_______________________________________________________
eSafe Protect Gateway has scanned this mail for viruses, vandals and
suspicious attachments.

Reply via email to