I was planning on finding the phases where I can successfully run
zone.getClientId() to acquire it's client id. Then in the ajax handler
method, I can use the AjaxResponseRenderer to render the zone using it's
correct ID (Since I couldn't predict it because I couldn't assign it my
self and it alway
On Tue, 12 Aug 2014 06:34:29 -0300, Muhammad Gelbana
wrote:
I mixed between component events and rendering phases. I always thought
that component render phases are fired events by default but I was wrong.
This answer cleared up a lot:
http://stackoverflow.com/questions/25213133/5-4-beta-6-z
I mixed between component events and rendering phases. I always thought
that component render phases are fired events by default but I was wrong.
This answer cleared up a lot:
http://stackoverflow.com/questions/25213133/5-4-beta-6-zone-event-handler-isnt-called
*-*
*Muhammad G
As far as I understand, *Zone* is a component and I can handle it's events.
So I types the following code:
@InjectComponent
> private Zone zoneSample;
> @OnEvent(component = "zoneSample")
> private void zoneEvent() {
> System.out.println(String.format("Zone client id: %s", zoneSample
> .getClient