Hi all,
I am getting users educational data from the
jsp page.
He can input more than 1 educational qualification.Only after he says it is enough, I take all these data into the database.
Meanwhile,I am storing all the educational details he supplies in a vector.But when the page refreshes only the latest details are there(Suppose he had entered 2 degrees)only the latest one is visible.The rest are not there...
I tried initializing the vector size also...
What could be the problem...
Any help ASAP would be appreciated
:roll: