spring-blog
spring-blog copied to clipboard
The attribute prefix [fn] does not correspond to any imported tag library
while successfully build and run when i move to http://localhost:8080/admin/tags
following mesage
`Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Sep 20 20:08:16 IST 2016 There was an unexpected error (type=Internal Server Error, status=500). /WEB-INF/views/jsp/admin/tagList.jsp (line: 16, column: 16) The attribute prefix [fn] does not correspond to any imported tag library'
also when we move on to http://localhost:8080/tags/html/
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Tue Sep 20 20:13:54 IST 2016 There was an unexpected error (type=Internal Server Error, status=500). Property 'tagName' not found on type java.lang.String
Thanks for opening the issue. The first issue is probably just a missing import tag for the fn
tag library. If you have found a fix, please feel free to open a pull request. The second issue will take a little investigation, and I will try to address it.
There are probably a lot of issues with this repository at the moment, as I have not worked on it much in while. I'll take a look and see if I cannot take care of the obvious ones.