Re: struts problem(Unable to populate the form in the jsp to ActionFormbean)

2003-08-11 Thread Adam Hardy
That's because your ipAddress objects don't exist in your formbeans arraylist when you submit. In your formbean you are only instantiating one ipAddress object. Sridhar Kotagiri wrote: Hi, I have a Action form which contains an arraylist the array list adds beans which are called

Re: struts problem(Unable to populate the form in the jsp to ActionFormbean)

2003-08-09 Thread Nicholas L Mohler
Sridhar, See the thread from 7/28-7/30 titled inxeded properties. Everything you need is in that thread. The basic problem here is that your Form class properties and your jsp names need to line up properly. The thread I mentioned should help you out. Nick