Re: Updated Hotel Booking demo app

2015-11-12 Thread Thiago H de Paula Figueiredo
Awesome, Bob! Much appreciated! On Wed, 11 Nov 2015 19:43:49 -0200, Bob Harner wrote: Everybody, There's a greatly revised and polished version of the Tapestry Hotel Booking app now running at: http://tapestry-vm.apache.org:8080/hotels/ Notable changes: 1) This version uses Tapestry 5.

call a function in html with parameter

2015-11-12 Thread Damon
Hello, Im trying to call a function from my html file. Prop Descr: ${propertyImage.description} it calls:: public Link getExternalImageLink(String imgId) { return resources.createEventLink("externalImage", imgId); } public ImageStreamResponse onExternalImage(final

Re: call a function in html with parameter

2015-11-12 Thread Ido Dovrat
Try to remove the "t:" prefix from your source and value attributes (leave it in only for the type attribute). On Fri, Nov 13, 2015 at 2:29 AM, Damon wrote: > Hello, > > Im trying to call a function from my html file. > > class="medium-7 medium-centered columns"> > > Prop Descr: ${prop