Hi All,
Thanks in advance.
I am facing the below problem since 4 days please help me.
I have a main page which is having link to open a popup window and that popup window consists two
jsp's ,one file is included using <jsp:include> and in this page i will get the one link to onther popup window with three text fields.
When i open a popup window from that pop up i will get users list and i can select the user from that list ,after clicking that i will get that user name in parent popup, this is happening only first time.
When i submit main popup the value is inserting only first time,but from the second step iam not even getting values from previous(child popup) page in that text filed.
If i have not clicked the submit button of main popup the text box field of main popup gets updating with new values.
I wrote <input type='text' name='userID'> thats it.
Please help me.
Thanks a lot