开发者

: jsRoute tag not found

开发者 https://www.devze.com 2023-02-11 02:42 出处:网络
Code: var showBookPagination = #{jsRoute开发者_Python百科 @Controller.methodName(\':id\')/}; Error thrown:

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')/};

0

精彩评论

暂无评论...
验证码 换一张
取 消