Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
JSF Portlet - Backing bean is called twice !!

652953
Member Posts: 4
Hi,
I am using JSF 1.2, WebLogic Portal, WL server 10 MP1. I created a simple Weblogic JSF portlet with a form which takes the user first name, last name etc and maps to a backing bean method when submitted by user. Backing bean is scoped to session. When i submit the form through the JSF portlet (.portlet), backing bean method is called twice. But when i hit the faces (*.faces) directly (not going through the portlet), backing bean is called only once.*
Did anyone face similar issue with JSF portlet? (backing bean called twice going through the portlet)
Would appreciate your help.
Thanks
vsunny
I am using JSF 1.2, WebLogic Portal, WL server 10 MP1. I created a simple Weblogic JSF portlet with a form which takes the user first name, last name etc and maps to a backing bean method when submitted by user. Backing bean is scoped to session. When i submit the form through the JSF portlet (.portlet), backing bean method is called twice. But when i hit the faces (*.faces) directly (not going through the portlet), backing bean is called only once.*
Did anyone face similar issue with JSF portlet? (backing bean called twice going through the portlet)
Would appreciate your help.
Thanks
vsunny
This discussion has been closed.