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> <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?
I'm tired and crabby so probably thinking poorly, but if you do a
<bean:define id="".../> isn't the object being put into scope named
whatever you had in the "id" attribute? So
"test1.activity.lastPinChangeDate" would be the reference?
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]