Search code examples
portlet

How to stay in same page when executing a Server request in a portlet


I am calling a webpage from a portlet. The webpage is a form for user to enter data and has a button which submits the user data into Database. But the Button also redirects the portlet site to the webpage through the proxy Gateway. How to stay in the same portlet page while having the Form data submitted to the database?


Solution

  • You could use AJAX