our next project we planned to implement spring framework.before that i have few question 1.what is the difference between application framework and web framework? why you point application ( standalone program support or business logic support) 2.can we use struts tag library inside spring?
Judge a man by his questions rather than his answers --Voltaire
SCJP 1.5 97%
Hi, Even i'm having the same type of problem. I'm using struts tag in my jsp and i'm trying to load message resources thro'Spring's ApplicationContext. But i'm ended with the error message
<b>Cannot find message resources under key resources.Title</b>
<u>Here is the entry from <b>applicationContext<b></u> <bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource"> <property name="basenames"> <list> <value>resources.images</value> <value>resources.Title</value> </list> </property> </bean>
<u>Here is the code snippet from <b>JSP page<b></u>