Hello,
I am new to
JSP, and i am developing a web application( Employee's TimeSheet).
My problem is that i have a window 'A' with a text field 'AA' and a button 'BB', upon pressing on 'BB' a popup window appears. what i am unable to figure out is how i can upon selecting a certain value from the popup window, that value is dynamically placed in 'AA'.
I figured it out using javascript, but is there any way to do it in JSP.
Any help would be appreciated.