You might try setting the component's Transient property to "true". This might cause the event to be fired when the component is recreated. My guess is that if it worked, it would only work when using client side state saving.
Gary
-------------- Original message --------------
Hi All,Cld anyone help me out for the problem described in the enclosed mail?I didnt get any reply on this and I am still stuck up with this problem.Regards,Sunil----- Original Message -----From: Sunil TiwariSent: Tuesday, August 02, 2005 2:55 PMSubject: scriplets in JSP being executed before the managed bean method.Hi All,I have a faces JSP page and I am using some scriplets in it. The scriplets are placed after some faces components.I need to execute the method that is bound to the faces component (like input text) before the scripletso that I can retrieve some values set in the session in tge get method of that component.So, I placed the scriplet after the component in the JSP. But the scriplet is executed first whenever the page is refreshed.I tried setting some values in the constructor of the managed bean. Even then the scriplet is executed before.Why is it like this?Is there any way to change the order of execution?any suggestions?Thanx & Regards,Sunil

