The design of Japid is that all templates MUST be in templateRoot/japidviews subfolder.
JapidRenderer.refreshClasses() method scans everything in templateRoot, thus iterates also over other html files that don't belong to Japid. This throws StringIndexOutOfBoundsException in JapidRenderer.getClassName()
The design of Japid is that all templates MUST be in templateRoot/japidviews subfolder.
JapidRenderer.refreshClasses() method scans everything in templateRoot, thus iterates also over other html files that don't belong to Japid. This throws StringIndexOutOfBoundsException in JapidRenderer.getClassName()