Emerjoin / Hi-Framework-features

Java EE Framework
5 stars 1 forks source link

Multiple Templates not working #90

Closed Romildo-Cumbe closed 7 years ago

Romildo-Cumbe commented 8 years ago

Once I add the following configuration to my hi.xml, my app doesnt run

        <templates>
            <template>otherTemplate</template>
        </templates>

Exception:

Severe: WebModule[/TechnoSupport]StandardWrapper.Throwable java.lang.NullPointerException at mz.co.hi.web.config.sections.WebConfig.doConfig(WebConfig.java:65)

Romildo-Cumbe commented 8 years ago

Now(Hi v1.3.2) it just doesn't find the template. is throwing: mz.co.hi.web.mvc.exceptions.NoSuchTemplateException

Romildo-Cumbe commented 7 years ago

In Hi v1.3.3, it Works but the js file of the new Template is not loaded. index.js is still the one being loaded.

and ajaxify is not working for a elements.