Posted By:
Prince_M
Posted On:
Tuesday, July 25, 2006 09:24 PM
Am creating an application using JSF in which am populating data in JSP using my backig bean say BackingBeanA in a application. In another application I need to populate same data in my JSP + some other data in different components of the page for which am writing BackingBeanB.
How can i make use of both the beans in this JSP.
Any suggestions?
Thanks in advance.