在类型[org.springframework.context.support.reloadableresourcebundlemessagesource]上找不到spring属性[header]

h43kikqp  于 2021-07-16  发布在  Java
关注(0)|答案(0)|浏览(210)

javax.el.elexception:/web inf/layouts/layoutlogin.xhtml:在类型[org.springframework.context.support.reloadableresourcebundlemessagesource]上找不到属性[header]
标题在labels\u en.properties中src/config文件夹src在类路径上我的app-config.xml代码如下

<bean id="label"
        class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
        <property name="basename" value="config/labels" />
        <property name="defaultEncoding" value="UTF-8"></property>
    </bean>

我试过了

classpath:config/labels 
classpath:/config/labels

没有什么能改变这个错误
我在loginlayout.xhtml文件中使用#{label.header}来呈现头文件

<title>#{label.header} - <ui:insert name="title"></ui:insert></title>

我刚改为:-{labels.header}-<ui:insert name=“title”></ui:insert>错误消失了,但现在ui中没有标签了(请参见屏幕打印)
登录屏幕

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题