Re: cannot create iterator problem

2005-09-13 Thread Laurie Harper
Are you sure about this? According to the API docs for both the 1.6.1 and the 1.7.0 releases of BeanUtils RowSetDynaClass does define a getRows() method. So, either ccyLst identifies a bean of some other type or it's set to null. How is ccyLst defined and initialized? L. [EMAIL PROTECTED] wr

Re: cannot create iterator problem

2005-09-13 Thread chhum
Hi, I've tried quite a number of variations on this including the one suggested in the previous email but no joy so far. This variant:

Re: cannot create iterator problem

2005-09-13 Thread Dave Newton
[EMAIL PROTECTED] wrote: It's a good suggestion but I still can't get it to work, My JPP code is:

Re: cannot create iterator problem

2005-09-13 Thread chhum
Hi, ItÂ’s a good suggestion but I still can't get it to work, My JPP code is:

Re: cannot create iterator problem

2005-09-08 Thread Laurie Harper
[EMAIL PROTECTED] wrote: Hi, I've got a dynabean stored in session scope with a list of swift codes and descriptions in it. In an action form/jsp I want to output this list to a combo box. I can do this using an iterate of my own but don't know how to get the current value from the actionform.