thanks Bear,
Ok well I have my page which is resourceAdd.jsp, it has two forms in it and is working OK, and origionally I was posting it to a display page and then coming back to my page with a refresh but my manager has said he wants it all in the same page. I have not had a lot to do with web programming, I did
java at Uni about 3 years ago and am a little rusty but getting there. I will post my Original page code and maybe you could suggest a better way to go about this. Thanks for your help
and in the resourceDisplay Page I had the following
(from memory)
and this was working OK. Inserting records fine.
But now the boss wants this to be in the page and have the details entered in the top form resourceAddForm to be submitted and display in the displaytag projectResourceListForm list when entered as I had no idea how to go about this I consulted some superiors and a few books and thought frames were my only option.