: jsRoute tag not found
Code:
var showBookPagination = #{jsRoute开发者_Python百科 @Controller.methodName(':id')/};
Error thrown:
Template not found (In /app/views/ReaderController/browse.html around line 56) The template tags/jsRoute.html or tags/jsRoute.tag does not exist.
Any idea on this?
I found what the problem was... It was reported as a bug Bug #512073. And till today the website has not been changed. The correct should be:
var showBookPagination = #{jsAction @Controller.methodName(':id')/};
精彩评论