On 6/28/05, Dave Newton <[EMAIL PROTECTED]> wrote:
> Mick Knutson wrote:
> 
> >Here is my stack:
> >As you can see, the values are there, but it just is not picking them
> >up.
> >Also, here is what I have in the jsp:
> >
> >    <bean:define id="test1" name="consumerValidatorForm"
> >property="activity.lastPinChangeDate"/>
> >    <tr>
> >        <td class="textreq" noWrap>&nbsp;<bean:message
> >key="label.consumer.lastPinChangeDate" /></td>
> >        <td class="textreq"><%--<bean:write name=""
> >property="consumerActivity.lastPinChangeDate" />--%>
> >        [<c:out
> >value="${consumerValidatorForm.activity.lastPinChangeDate}"/>]
> >
> >What would be the <bean:write equiv. tag be?
> >

If I understand you correctly, you want to write the contents of the
bean you hav defined? Have you tried
<bean:write name="test1"/>

Kjersti

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

Reply via email to