views:

59

answers:

1

Hi, 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?

A: 

You could use AJAX

Pete Freitag