-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.1-ga2, liferay-faces-3.0.1-legacy-ga2, liferay-faces-3.0.1-ga2, liferay-faces-3.1.1-ga2
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
Currently the ApplicantBackingBean is @ViewScoped because the commentsRendered JavaBean property needs to be stateful. But it would be better to move this property to a new @ViewScoped ApplicantViewBean class and to change the Scope of the ApplicantBackingBean to @RequestScoped.
Also, some of the portlets have stateful JavaBean properties like fileUploadRendered, popupRendered, and uploadedFileId. These should also be moved into the ApplicantViewBean.