On 11/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]
> wrote:
Well I could not find any JSF example. The example on [1] uses plain html rendering inside JSF. Are there any resources on writing a custom component that is ajax enabled and uses shale?
I am kinda confused. Sorry if I seem to be asking too many questions.
Thanks,
Aneesha
[1] http://shale.apache.org/shale-remoting/index.html
HiWhere did you get that idea from? Shale does not require you to use html (That is an option when using Clay). Shale is a framework around JSF, and as such you can use MyFaces or JSF RI with it.If you want to use Shale, its just a matter of setting up your web.xml file acording to the information found here: http://shale.apache.org/using.html and then write your custom jsf component, add it to your page and call the Shale remote viewcontroller/backing bean you want. To use Shale remoting look at: http://shale.apache.org/shale-remoting/index.html
Well I could not find any JSF example. The example on [1] uses plain html rendering inside JSF. Are there any resources on writing a custom component that is ajax enabled and uses shale?
I am kinda confused. Sorry if I seem to be asking too many questions.
Thanks,
Aneesha
[1] http://shale.apache.org/shale-remoting/index.html

