-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: bridge-impl-3.0.0, bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-3.0.0, bridge-impl-4.0.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
Steps to Reproduce:
1. Deploy the jsf-applicant-portlet WAR to Liferay 7 + WildFly 10
2. Add the "JSF Applicant" portlet to a portal page
3. Reload the portal page
4. Enter "32801" into the "ZIP Code" field and press the tab key on the keyboard
If the bug is fixed, then the City and State will be populated.
Otherwise, if the bug still exists, then the City and State will not be populated and the partial-response will contain the following:
<partial-response id="_1_WAR_jsf2portlet_INSTANCE_3SfxICmzNFeH_"> <error> <error-name>class javax.el.PropertyNotFoundException</error-name> <error-message><![CDATA[Target Unreachable, identifier 'applicantModelBean' resolved to null]]></error-message> </error> </partial-response>
- duplicates
-
LPS-64091 Servlet Spec requirements for javax.servlet.ServletContainerInitializer are not implemented for OSGi WAB
- Closed