开发者

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

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜