I was configuring SiteMesh with Spring 3. I succesfully configure SiteMesh with Spring 3, but the problem is when i trying to exclude some JSPs from the SiteMesh.
The example i show below , both...
Type: Posts; User: pamlwong; Keyword(s):
I was configuring SiteMesh with Spring 3. I succesfully configure SiteMesh with Spring 3, but the problem is when i trying to exclude some JSPs from the SiteMesh.
The example i show below , both...
i am trying to do JSON in my controller
Controller:
@Controller
@RequestMapping("/manageSomeController.html")
@SessionAttributes(types = { someForm.class })
public class...
Lastest update:
i am using spring 3 + tomcat currently.
It seems like it will only load the 1st context: property-placeholder. so i have to put all the to be loaded properties file in same place...
i realise i missed out the
xmlns:util="http://www.springframework.org/schema/util"
&
xsi:schemaLocation="
http://www.springframework.org/schema/util
...
Thanks for ur prompt reply.
exception:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 60 in XML document from class path resource [applicationContext.xml] is...
can show me an example of application.properties that u included in you context:property-placeholder?
Please help.
before conversion to Spring 3
in Hibernate mapping file:
<component name="contact" class="com.test.entity.Contact">
<property name="mobileNo" type="string">
<column...
Posted wrongly