I have a main jsp page from which onSubmit, I need to open a popup window to get input from user. The user input I get, I need to bind them to the form properties. I tried using the spring bind tag, but it did not work. I am not sure what I need to do in the popup page to bind the value back to the form properties.


Reply With Quote