Re: CaptureResultCallback doesnt return anything

2013-06-30 Thread Boris Horvat
yea changing it to String works. Awesome. Thanks On Sun, Jun 30, 2013 at 11:33 AM, Boris Horvat wrote: > Ok I will try that. Thanks for the info. > > Cheers > > > On Sun, Jun 30, 2013 at 11:31 AM, Taha Hafeez Siddiqi < > tawus.tapes...@gmail.com> wrote: > >> Hi >> >> You won't get the result as

Re: CaptureResultCallback doesnt return anything

2013-06-30 Thread Boris Horvat
Ok I will try that. Thanks for the info. Cheers On Sun, Jun 30, 2013 at 11:31 AM, Taha Hafeez Siddiqi < tawus.tapes...@gmail.com> wrote: > Hi > > You won't get the result as true/false are used by Tapestry itself(e.g. to > see whether the event should be propagated further or not). Try returnin

Re: CaptureResultCallback doesnt return anything

2013-06-30 Thread Taha Hafeez Siddiqi
Hi You won't get the result as true/false are used by Tapestry itself(e.g. to see whether the event should be propagated further or not). Try returning some other type of value like an enumeration. regards Taha On 30-Jun-2013, at 2:56 PM, Boris Horvat wrote: > I have the code such as this >

CaptureResultCallback doesnt return anything

2013-06-30 Thread Boris Horvat
I have the code such as this CaptureResultCallback callback = new CaptureResultCallback(); List eventContext = new ArrayList(); if (context != null) { eventContext.addAll(Arrays.asList(context)); } eventContext.add(value); this.resources.