ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Events not fired in composer of Macro components.

rsavaliya
16 Mar 2010 07:24:30 GMT
16 Mar 2010 07:24:30 GMT

Hello to all,

i have created one macro component ,in which i have three buttons as ADD,EDIT and DELETE.
In my main zul file i have use this macro component.i am having composer for my main file as well as macro file.
but i am not getting events on composer of macro component when i click any of these buttons.so is there any way to achieve these events in composer of macro component??
please give your feed backs..
thanx......

samchuang
18 Mar 2010 21:54:02 GMT
18 Mar 2010 21:54:02 GMT

Hi

you could define composer in the macro zul file

rsavaliya
18 Mar 2010 23:45:39 GMT
18 Mar 2010 23:45:39 GMT

thanx samchuang,
its working..