Link to home
Start Free TrialLog in
Avatar of itnifl
itniflFlag for Norway

asked on

JSF Invoking a bean method when navigating away from a page

Is it possible to invoke/start a bean method when navigating away from a page in JSF 2.0? If so, how?
ASKER CERTIFIED SOLUTION
Avatar of __geof__
__geof__
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of itnifl

ASKER

I am using h:link to navigate away from the page. I could have use h:commandLink, but then it needs to be nested into a h:form. This takes a line of space, wich I don't have. I also had some trouble with my navigation rules when trying this, even though I have set up similar rules earlier without further trouble.
Avatar of itnifl

ASKER

jxkidding: do you have any examples?
geof: if there might be trouble with this in IE, then maybe not.. :/
Avatar of itnifl

ASKER

None of the solution worked for me, but I can't see no reason that it shouldn't somewhere else.