RE: indexing with el

2005-02-23 Thread Daniel Perry
berton [mailto:[EMAIL PROTECTED] > Sent: 23 February 2005 15:46 > To: Struts Users Mailing List > Subject: Re: indexing with el > > > Are you using JDK 1.4? JDK 1.4 will ignore the getCost() method > that returns > a java.util.List, if you change it to an array then it will cons

Re: indexing with el

2005-02-23 Thread Niall Pemberton
Are you using JDK 1.4? JDK 1.4 will ignore the getCost() method that returns a java.util.List, if you change it to an array then it will consider that method part of the indexed property and everything will probably work. It probably would work under JDK 1.3, but Sun tightened up on how it treats i