managed beans as managed properties
- by Sean
I am using JSF 1.1 on WebSphere 6.1. I am building search functionality within an application and am having some issues. I've stripped out the extras, and have left myself with the following:
4 managed beans:
SearchController - Controller bean, session scope
SearchResults - session scope (store the results)
ProductSearch - session scope (store…