5
豆訪問我已經配置這樣一個bean和我有forum.host.url正確春天 - 在JSP
<bean id="forum_host_url" class="org.springframework.jndi.JndiObjectFactoryBean">
<property name="jndiName" value="forum.host.url"/>
<property name="resourceRef" value="true"/>
</bean>
我需要訪問從JSP這個bean的價值,我已經試過
文件中${forum_host_url}
在我的jsp文件中,但它沒有得到任何價值。什麼是正確的方式?