Hi:
I want to iterate payments(Vector type) and get paymentDate (type of Date) for every 
individual payment. The following is my jsp snippet:
<logic:iterate id="aPayment" name="paymentHistoryForm" property="payments">

   <bean:write name="aPayment" property="paymentDate"/>///???my question: paymentDate 
is "Date" type, is this line work?

</logic:iterate>

If that line works, that means I can use "=" to assign Date type value, like:

Date myDate1;

Date myDate2=myDate1;///??? also, should this line work?

 

Thanks for your help.

 

 



---------------------------------
Post your free ad now! Yahoo! Canada Personals

Reply via email to