Check this and let us know whether it's what you need:
https://tapestry.apache.org/ajax-and-zones.html#AjaxandZones-Invokingserver-sideeventhandlermethodsfromJavaScript
Thank you the link. It did help a bit, but it mainly made me realize
that my JavaScript/jQuery knowledge is by no means suff
On Fri, Aug 28, 2020 at 2:39 PM Marcel Schepers
wrote:
> Hello,
>
Hello!
> I am having a bit of a hard time to figure out what the best Tapestry
> way is to do the following. My application's main index page should
> forward the user to another page. I am able to do so by implementing the
> on
Hello,
I am having a bit of a hard time to figure out what the best Tapestry
way is to do the following. My application's main index page should
forward the user to another page. I am able to do so by implementing the
onActivate method and let it return the class of the page to go to. So
far