| Author |
JSF and Javascript
|
Thill Sivam
Greenhorn
Joined: Oct 14, 2009
Posts: 9
|
|
If i write the following script in onload() function
when page loads, where the JSF control will go ?? to bean's any method???
Is there any way to route any bean's method ??
if it can be routed to any bean method, it would be great..
Thanks in advance.
|
 |
Teena George
Ranch Hand
Joined: May 01, 2008
Posts: 82
|
|
Hi there,
If this is all you have, then I think the page reloads. Please correct me if I am wrong.
You can send an ajax request to the jsf phase listener, and from one of the methods (afterPhase(), for e.g.) you can set properties in your bean.
You can pass the bean properties as request parameters, and you can retrieve them in your phase listener.
HTH,
Teena
|
 |
 |
|
|
subject: JSF and Javascript
|
|
|