serially numbered table

2002-06-13 Thread mhanel
I want to have a serially numbered table. I have a formbean which contains an array of objects which I'm going to display. I don't want to save the numberes in these objects. So in the formbean I wrote a getId() and a setId(int i) method. The formbean holds a counter which gets increased when

Re: serially numbered table

2002-06-13 Thread Mark Nichols
- Original Message - I want to have a serially numbered table. I have a formbean which contains an array of objects which I'm going to display. I don't want to save the numberes in these objects. So in the formbean I wrote a getId() and a setId(int i) method. The formbean holds