On Aug 15, 2013, at 12:51 PM, Thiago H de Paula Figueiredo <thiag...@gmail.com> wrote:
> Your Java code looks ok. Could you please post your JavaScript code that > is invoked by the addInitializerCall() call? It may be choking on the > query string. > Sorry I forgot it. (function ($) { T5.extendInitializers(function () { function init(specs) { $(document).everyTime(specs.timeout, function () { $.get(specs.url) .done(function (data) { $('#alertCount').html(data.alertCount); }); }); } return { alertCount: init } }); })(jQuery); Since 1982, Starpoint Solutions has been a trusted source of human capital and solutions. We are committed to our clients, employees, environment, community and social concerns. We foster an inclusive culture based on trust, respect, honesty and solid performance. Learn more about Starpoint and our social responsibility at http://www.starpoint.com/social_responsibility This email message from Starpoint Solutions LLC is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Opinions, conclusions and other information in this message that do not relate to the official business of Starpoint Solutions shall be understood as neither given nor endorsed by it. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org