Questions tagged [portlet]

A dynamic web component powered by Java technology, overseen by a portlet container to handle requests and produce interactive content.

Having trouble with Ajax functionality on the portlet configuration JSP page in Liferay 6.2?

Currently developing a MVCPortlet (Liferay 6.2). Curious about why this ajax call functions as expected on a standard jsp within my portlet, but fails to work on the configuration page of the portlet (the jsp that appears when you click on the top right c ...

Remove the initialization of the jQuery UI portlet

I am currently utilizing the jQuery UI Portlet and I am in need of the portlets being initialized as droppable. Currently, when the page loads, the portlets collapse by default. Appreciate your assistance. ...

"Submitting an HTML form and displaying the response without redirecting to a

I created a basic portlet for Liferay that includes a form for inputting parameters to send to an external webservice. However, when I submit the form, I am redirected to the URL of the webservice. Is there a method to prevent this redirection and instead ...