Posted By:
saar_noam
Posted On:
Thursday, July 6, 2006 08:55 AM
I want to extend a custom JSF component and add a property that will enable me to include a jsp inside in it.
my question is : can I generate
in the encodeBegin() method, will it be processed by the web container ? or will it merely sent to the client as is ?
can I use other JSF custom components when I create my own custom component