J�r�me Leytier

Greenhorn
+ Follow
since Dec 04, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by J�r�me Leytier

hi Murali,

i could help if you provide more information but, according to your first post i could suggest you to put the code of jsf page's render method in a public method called, for example myUpdateMethod(Param p) that you will place in page fragment. Then in jsf page's render method put :

myappsource.xxx.fragmentName myFragment (myappsource.xxx.fragmentName)getBean("myappsource$myFragment");
myFragment.myUpdateMethod(myParamToPerformUpdate);

Hope i understood your problem otherwise tell me more.
15 years ago
JSF