Hallo! My WebApp needs to use Jsf with the Version 1.2.15B02. In WAS7 I achieved this by using shared Libraries. Unfortunately often we forget to switch on these shared libs. In this case the App runs but on later sites there will be mistakes due to different cashing of Managed beans. Therefore I would like to output the Jsf-Version to a system information page. Can anybody show me a function that returns the Jsf-Version? Gerald once advised me to load special functions that only exist in the new version of Jsf and to surround this with try-catch-brackets. If the new function is not loaded, there will be used an older Jsf version.
To do this I should find information which functions are new in which version. Especially I should recognize if an older version than Jsf1.2-15B02 (mojarra) is used. Can anybody give me a link? Thanks Georg