Re: Tapestry 5 Hotel Booking

2013-06-30 Thread Lenny Primak
Looks like that project hasn't been updated for a while. No idea how to help you further though. Perhaps you can make it part of your study to fix and update this project. On Jun 30, 2013, at 1:51 PM, Jeremy Villalobos wrote: > Hello: > > I downloaded the demo Tapestr5-hotel-booking to run

Tapestry 5 Hotel Booking

2013-06-30 Thread Jeremy Villalobos
Hello: I downloaded the demo Tapestr5-hotel-booking to run it in my machine and continue studying the Tapestry 5 development process. I am running Ubuntu 12.04 Java 7 Mvn 3.0.4 Opening the project in Eclipse shows the exclamation point on the project (dependency project) and an error on the pom.

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.