Hi all, I know that in Seam, we could write an xml file (if my jsf page is named index.jsf -> index.page.xml) that we could add there
action execute="#{loginAction.checkIfBlaBla}"
so that JUST BEFORE the index.xhtml is rendered we could call a method of a Bean (Session or Managed, in seam it doesnt matter)
I am wondering if it is also possible in pure jee app coded with ejb3 and jsf v1.2?
In JSF2.0 it may be possible as it is more like Seam framework with the 2.0 version. But in 1.2 I am not sure, that's why I wanna ask to you all.
Any help would be appreciated, Many thanks, Baris