Hi,
I am a newbi in JSF and aj4.I have used ajs:support tag to do a server side validation (a business validation) ,invoking a backing bean method.
What I have observed is ,when ever the ajax call happened for this validation method , the init() method of the backing bean is getting executed.I have annoted the init with @postConstruct.This is required for me.
Please find the code below
jsp
Backing bean
Can anybody suggest,how do I turn off the invokation of init() on the ajax requests ?
Note:I have posted the same in sun jsf forum, but no response
http://forums.sun.com/thread.jspa?messageID=10821281
Thanks in Advance
Shaiju