How can I get the values submitted from a JSP in Liferay?
问题 I am using Liferay Portal 6 version. How can I get the UserName and Password values with in the same page? <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %> <%@page import="javax.portlet.RenderRequest"%> <portlet:defineObjects /> This is the <b>Kiran</b> portlet. <form> <p><b>UserName:</b> <input type="text" name="UserName" size="10"></p> <p><b>Password:</b> <input type="Password" name="Password" size="10"></p> <p><input type="submit" value="Submit" name="submit"><input