liferay « Parameter « JSP-Servlet Q&A





1. How to reset a portlet parameter on a button click?    stackoverflow.com

I have a Liferay portlet param "cmd" in my JSP page, which is initialized to a value "update". I need this value to be get changed to "delete", when a user ...

2. jsp:include with parameters    liferay.com

Hello, I'm trying to include another jsp in my portlet with a few parameters. It includes the page, but parameters all seem to be getting stripped away. Is there something special I have to do to get this to work? I've tried it several different ways. First page: Other ...

3. Passing Portlet Parameter to JSP    liferay.com

4. Parameters and Attributes from jsp not passing into servlet    liferay.com

Hello.. I am attempting to pass a value from my view.jsp in a portlet into a servlet. Here is what I have tried... First, in my view.jsp, I have a request.setAttribute("test", test); I have a java file that is like this: public class UploadFile extends HttpServlet { public void doPost(HttpServletRequest request, HttpServletResponse response) ...