Re: Spam:[OS-webwork] WebWork 1.4 and indexed properties

2003-12-07 Thread Hani Suleiman
ried exposing the setAllocation(int index. Allocation alloc) method too. It never gets called and the same error message is generated. - Original Message - From: "Jason Carreira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 07, 2003 1:49 PM Subject:

Re: Spam:[OS-webwork] WebWork 1.4 and indexed properties

2003-12-07 Thread Frank Febbraro
9 PM Subject: RE: Spam:[OS-webwork] WebWork 1.4 and indexed properties You might want to expose getters and setters like this: void setAllocation(int index, Allocation alloc) Allocation getAllocation(int index) > -Original Message- > From: Frank Febbraro [mailto:[EMAIL PROTECTED]

RE: Spam:[OS-webwork] WebWork 1.4 and indexed properties

2003-12-07 Thread Jason Carreira
You might want to expose getters and setters like this: void setAllocation(int index, Allocation alloc) Allocation getAllocation(int index) > -Original Message- > From: Frank Febbraro [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 07, 2003 12:10 PM > To: [EMAIL PROTECTED] > Subject: