Posted By:
Sushama_Shroff
Posted On:
Wednesday, June 14, 2006 12:20 PM
I am developing a jsf custom component. In my renderer encode method I have used the ResponseWriter to write out a HTML button.
OnClick event of button calls a javascript file, which I load as handler.getResourceURL(context,"/js/slir.js");
This code is in my renderer encode method.
The .js code passes the contents as ajax request to a servlet.
Problem : My code does not enter the decode method of the renderer.