in reply to Mojolicious::Lite +and jQuery +AJAX + Mojo::Template

Well, time marches on

What worked 6 years, 6 months ago perfectly, changed 5 years, 9 months ago

https://metacpan.org/changes/distribution/Mojolicious
5.0 2014-05-29
- Replaced reserved stash value partial with render_to_string method.

 

Fix is simple enough

# my $message = $self->render( # partial => 1, ## no http my $message = $self->render_to_string(

Replies are listed 'Best First'.
Re^2: Mojolicious::Lite +and jQuery +AJAX + Mojo::Template
by lsherwood (Beadle) on Apr 20, 2020 at 16:06 UTC
    Thanks for the update.