Hello everybody,
I am new to portal development, please help me in solving this problem. I would really appreciate if anyone could guide me through.
I have a portlet on which there is a text box and a button named “Select Employee”, when I click the button it will popup a JSP file.
The code in the JSP file is to retrieve the employee numbers and names from database.
I want the JSP file to be executed when I click the button and display the required employee numbers and names on the page.
But it is not doing so. It is displaying only the HTML contents on the popup page.
Thank you.