I have an ActionForm (consumerValidatorForm) that contains a
ConsumerActivity object. The CA object contains a date
(lastPinChangeDate).

I am trying this in my jsp, and nothing seems to print:

    <bean:define id="lastPinChangeDate" name="consumerValidatorForm"
property="consumerActivity.lastPinChangeDate"/>
    <tr>
        <td class="textreq" noWrap>&nbsp;<bean:message
key="label.consumer.lastPinChangeDate" /></td>
        <td class="textreq"><c:set var="lastPinChangeDate"
value="${consumerValidatorForm.consumerAct.lastPinChangeDate}"/>
        [<c:out value="${lastPinChangeDate}"/>]
        </td>
    </tr>

All I get is [] printed, and I know there is a date in that object as I
do a print in my action.


--

Thanks
Mick Knutson
(925) 951-4126
HP Consulting Services
Safeway (Blackhawk Fastword Project)
J2EE Architect
---



"MMS <safeway.com>" made the following annotations.
------------------------------------------------------------------------------
Warning: 
All e-mail sent to this address will be received by the Safeway corporate 
e-mail system, and is subject to archival and review by someone other than the 
recipient.  This e-mail may contain information proprietary to Safeway and is 
intended only for the use of the intended recipient(s).  If the reader of this 
message is not the intended recipient(s), you are notified that you have 
received this message in error and that any review, dissemination, distribution 
or copying of this message is strictly prohibited.  If you have received this 
message in error, please notify the sender immediately. 
  
==============================================================================


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

Reply via email to