posted 13 years ago
Hello,
I have a page that contains a tab (Oracle, Teradata), each tab is the connection settings, but when I click connect, nothing is happening, while the methods of connections are good (I tested before moving to RichFaces)
Login.xhtml
Login.xhtml page is linked (in faces-config.xml) with welcome.xhtml page that contains a method called getConnection
welcome.xhtml
For example, if the user tab ORACLE, and click connect, how am I going to call the getConnection located in ManagedBeanO (Oracle) and the same question if the user use Teradata tab.
Thank you in advance