How to pass an Object using t:context

2013-06-20 Thread newbie newbie
Hi, I am using an eventLink. I can pass String and other primitive types using t:context. But I want to pass a whole Object using t:context. I get the error "Could not find a coercion from type java.lang.String to type test.ViewUsers". I am using valueEncoder but it is not called. Here is my tml f

Error using jquery/datatable with t:mode="true"

2013-06-20 Thread newbie newbie
Hi, I am trying to use jquery/datatable with 500 records. It seems slow in loading but it is working fine. So I was thinking of ajax to solve the slow loading issue. When I set t:mode="true", i get an error "JSON data from server could not be parsed. This is caused by a JSON formatting error." Her

Clear t:alerts messages

2013-06-20 Thread newbie newbie
Hi, I use alertManager.success to output t:alerts messages after the use press the Save button. If the user press the Save button multiple times, I would get multiple t:alerts messages displayed. How do I clear the previous t:alerts messages so that only 1 message is displayed? Here is my tml file

Re: Class NotFound Error after deploying to Production Server

2013-06-20 Thread Daniel Daud Buchafwe
Howard; Thank you for guidance and clarification, will take it into consideration Perhaps, if I can add some few details on my previous problem: I was using apache httpclient to send POST request with xml data from my application to other server, on my pc(localhost) it worked okay, but after d

Re: Class NotFound Error after deploying to Production Server

2013-06-20 Thread Howard Lewis Ship
Here's a guide on how to ask questions so that they might get answered: http://catb.org/esr/faqs/smart-questions.html The gist of it is: "give us the information we need to help up front because we're not going to do your homework for you". On Wed, Jun 19, 2013 at 11:12 PM, Daniel Daud Buchafwe

Re: DefaultTreeModel doesnt user encoder to get the node

2013-06-20 Thread Boris Horvat
Hm...Ok I see the benefit of your implementation I will definitely give it a try this weekend Thanks On Thu, Jun 20, 2013 at 3:16 AM, Lance Java wrote: > Yes, that's exactly why I created the LazyTreeModel. > > The DefaultTreeModel works best when the entire model is loaded into memory > and the