Re: unable to print nested values with bean:write, or c:out

2005-06-28 Thread Mick Knutson
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

Re: unable to print nested values with bean:write, or c:out

2005-06-27 Thread Wendy Smoak
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

Re: unable to print nested values with bean:write, or c:out

2005-06-27 Thread Mick Knutson
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

Re: unable to print nested values with bean:write, or c:out

2005-06-27 Thread Wendy Smoak
From: "Mick Knutson" <[EMAIL PROTECTED]> > property="consumerActivity.lastPinChangeDate"/> > value="${consumerValidatorForm.consumerAct.lastPinChangeDate}"/> > [] The tag has the equivalent of: lastPinChangeDate = form.getConsumerActivity().getLastPinChangeDate();