If ConsumerValidatorForm:
public IConsumerActivity getConsumerActivity() {
return consumerActivity;
}
from ConsumerActivity (not an Action Form though):
public String getLastPinChangeDate() {
return lastPinChangeDate;
}
Could it be that consumer activity is just a p
From: "Mick Knutson" <[EMAIL PROTECTED]>
I modified what I was trying with this:
[]
And this is the error message I get:
19:02:50,908 ERROR [[jsp]] Servlet.service() for servlet jsp threw
exception
javax.servlet.jsp.JspException: Invalid argument looking up property
consumerActivity
I modified what I was trying with this:
[]
And this is the error message I get:
19:02:50,908 ERROR [[jsp]] Servlet.service() for servlet jsp threw
exception
javax.servlet.jsp.JspException: Invalid argument looking up property
consumerActivity.la
From: "Mick Knutson" <[EMAIL PROTECTED]>
> property="consumerActivity.lastPinChangeDate"/>
> value="${consumerValidatorForm.consumerAct.lastPinChangeDate}"/>
> []
The tag has the equivalent of:
lastPinChangeDate = form.getConsumerActivity().getLastPinChangeDate();
4 matches
Mail list logo