-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.0 CE RC3
-
Fix Version/s: 6.2.0 CE RC4
-
Labels:
Example errors:
17:36:20,943 ERROR [PortletServlet:92] org.springframework.web.portlet.bind.MissingPortletRequestParameterException: Required String parameter 'testParam' is not present
org.springframework.web.portlet.bind.MissingPortletRequestParameterException: Required String parameter 'testParam' is not present
–
SEVERE: Servlet.service() for servlet sampleFormPortlet Servlet threw exception
org.springframework.web.portlet.bind.MissingPortletRequestParameterException: Required String parameter 'testParam' is not present
–
17:36:20,949 ERROR [render_portlet_jsp:97] null
org.springframework.web.portlet.bind.MissingPortletRequestParameterException: Required String parameter 'testParam' is not present
Steps to reproduce:
1. deploy the latest version of the wsrp-portlet from liferay-plugins to Liferay Portal 6.2
2. deploy the attached portlet
3. Go to the Control Panel
4. Click on the "WSRP" link in the portal heading
5. Create a WSRP Producer for the sample portlet named "40915 Producer"
6. Create a WSRP Consumer named "40915 Consumer"
7. Add the "Sample Form Portlet" portlet to the consumer and name it "40915 Portlet"
8. Create a new portal page
9. Add the "40915 Portlet" to a portal page
10. Type some text into the box
11. Click on the Submit button
If the bug still exists, then an error such as "Sample Form Portlet is temporarily unavailable." will appear in the portlet, and one of the errors noted above will appear in the tomcat log.