yes, I do.
private String accountNum;
public void setAccountNumber(String accountNum) {
this.accountNum = accountNum;
}
public String getAccountNumber() {
return accountNum;
}
From: [EMAIL PROTECTED]
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: "Struts Users Mailing List" <user@struts.apache.org>
Subject: Re: displaytag
Date: Wed, 25 Jan 2006 14:41:26 -0500
"fea jabi" <[EMAIL PROTECTED]> wrote on 01/25/2006 02:36:27 PM:
> Sorry, guys for posting display tag issue here. Had to do this as I was
not
> getting any response from it's user forum today atleast.
>
>
> Have an object Account. Which is having attributes accountNum,
> accountType....etc.
>
> Then, when after the 5th row is done when trying to execute the
> </display:table> line getting an exception.
>
> Error looking up property "accountNum" in object type "com.Account".
Cause:
> Unknown property 'accountNum'
>
Do you have a getter for accountNum in Account?
> Not sure what the issue is here.
>
> Thanks.
Geeta
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]