*Bah*...mustn't work late on Friday nights!!
Thanks for help.
Best Regards,
Sanket
On Sat, Jun 21, 2014 at 12:30 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Fri, 20 Jun 2014 18:03:12 -0300, Sanket Sharma
> wrote:
>
> Hi,
>>
>
> Hi!
>
>
>>
>> In my component class, I
On Fri, 20 Jun 2014 18:03:12 -0300, Sanket Sharma
wrote:
Hi,
Hi!
In my component class, I have:
Object onGeocodeAddressFromAddressLineOne(String input) {
// Need to return JSON here
logger.debug("* returning JSON data**");
logger.debug("*Input recevied as*"
BTW, digging into code and API docs, I read:
boolean
org.apache.tapestry5.runtime.Component.dispatchComponentEvent(ComponentEvent
event)
Invoked to handle a component event. Methods with the OnEvent annotation
(or the matching naming convention) will be invoked until one returns a
non-null value.
Hi,
I am trying to create a mixin for geocoding user input and displaying it
on a map.
As suggested in previous questions in the forum, I implemented a mixin.
In my template (listing/AddListing.tml) I have:
In my component class, I have:
Object onGeocodeAddressFromAddressLineOne(String inpu