NB. RenderQueue.push() adds commands to the front of the queue so you may
need to iterate in reverse to get the desired output.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/how-to-refresh-page-zone-inside-a-component-tp5716201p5716232.html
Sent from the Tapestry
> LinkTree.this.linkEvent = node.getEvent();
>
> LinkTree.this.linkLabel = node.getLabel();
>
> queue2.push(linkBlock);
> }
> });
> }
> });
> }
>
);
}
});
}
});
}
};
}
}
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/how-to-refresh-page-zone-inside-a-component-tp5716201p5716214.html
content. You
> can return a RenderCommand from any render phase method. Note also that
> injected Blocks (or Block parameters) can be type coerced to a
> RenderCommand.
>
>
>
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com
11.n5.nabble.com/how-to-refresh-page-zone-inside-a-component-tp5716201p5716204.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional comman
The line System.out.println("*ES AJAX: "+request.isXHR()); is always
printing false.
Because the event link rendered with markupWriter does not add the
"Tapestry.init linkzone" to javascript code.
2012/9/11
> Hi!
>
> I am facing some problems with an own component. This component renders
Hi!
I am facing some problems with an own component. This component renders
some eventLinks with the use of componentResources and markupWriter.
I have included this component in a page with a zone near it that must show
some info based on the eventLink of the component clicked.
I want only the zo