tapestry-Jquery datatables rowclick event

2013-05-16 Thread Tom Nys
Hi there I'm using the datatables component from tapestry5-Jquery but I can't find a way to trigger a tapestry event when clicked on a row. Is there a plugin that will do this? or what should i do to get this to work? Greets Tom

Re: Live support solution

2013-04-30 Thread Tom Nys
I think i may need to step away from the idea of puttingit in the sidebar. since that is the reason for all the problems. I get following error at some times I thin it is becous the Onchat function doesn't know where that session is? part of the onchat function that is called: Block onChat(Ch

Re: Live support solution

2013-04-30 Thread Tom Nys
se give 0.9.17 a try Cheers, Lance. On 29 April 2013 10:01, Tom Nys wrote: Thanks for the change. U'm nog getting the url error anymore, but i am getting another error. I am using an SSL connection, and i had to download the source code and change the secured boolean to true (as sai

Re: Live support solution

2013-04-23 Thread Tom Nys
try-cometd/blob/master/src/main/java/org/lazan/t5/cometd/services/internal/PushManagerImpl.java#L60 On 23 Apr 2013 08:15, "Tom Nys" wrote: I found that the problem accurs in the onActivate() function. Our pages give information between eachotter trought the activationcontext. Since it&#

Re: Live support solution

2013-04-23 Thread Tom Nys
o classes: https://github.com/uklance/tapestry-cometd-demo/blob/master/src/main/java/org/lazan/t5/cometddemo/services/internal/ChatServiceImpl.java https://github.com/uklance/tapestry-cometd-demo/blob/master/src/main/java/org/lazan/t5/cometddemo/services/internal/ChatSubscriptionListener.java On 22 Ap

Re: Live support solution

2013-04-22 Thread Tom Nys
uch better chat example. Cheers, Lance. On 22 Apr 2013 09:13, "Tom Nys" wrote: I've looked into tapestry-cometd again. hoping to find a solution. but i get the folowing error when trying to implement it in my sidebar component. java.lang.**UnsupportedOpera

Re: Live support solution

2013-04-22 Thread Tom Nys
ha On Apr 4, 2013, at 6:08 PM, Tom Nys wrote: First of all, i need 1 on 1 chat between a client and a person from my helpdesk. A lot of our system works on session variables and giving info trough via the url. I found out that when tapestry-cometD is working in my sidebar (a component) it tr

Re: Live support solution

2013-04-04 Thread Tom Nys
: Thiago H de Paula Figueiredo Sent: Thursday, April 4, 2013 2:17 PM To: Tapestry users Subject: Re: Live support solution On Thu, 04 Apr 2013 05:20:52 -0300, Tom Nys wrote: Hi there, Hi! I’m developing a website in tapestry and trying to implement live support (1 on 1). I tryed im

Live support solution

2013-04-04 Thread Tom Nys
Hi there, I’m developing a website in tapestry and trying to implement live support (1 on 1). I tryed implementing tapestry-cometD but it doesn’t support some of the functions already implemented on my pages. Are there any others i can try to implement? Greets Runesmacher