1. How to reset a portlet parameter on a button click? stackoverflow.comI 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.comHello, 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: |
3. Passing Portlet Parameter to JSP liferay.com |
4. Parameters and Attributes from jsp not passing into servlet liferay.comHello.. 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) ... |
5. javascript and sending parameter .jsp ->.java liferay.com |
6. how to take the parameters from jsp to servlet.. liferay.com |