Search:

Type: Posts; User: pamlwong; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,571

    SiteMesh + Spring 3

    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...
  2. Replies
    0
    Views
    513

    Spring 3 + Ajax

    i am trying to do JSON in my controller

    Controller:



    @Controller
    @RequestMapping("/manageSomeController.html")
    @SessionAttributes(types = { someForm.class })
    public class...
  3. Lastest update: i am using spring 3 + tomcat...

    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...
  4. i realise i missed out the ...

    i realise i missed out the
    xmlns:util="http://www.springframework.org/schema/util"
    &
    xsi:schemaLocation="
    http://www.springframework.org/schema/util
    ...
  5. Thanks for ur prompt reply. exception: ...

    Thanks for ur prompt reply.

    exception:

    org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 60 in XML document from class path resource [applicationContext.xml] is...
  6. can show me an example of application.properties...

    can show me an example of application.properties that u included in you context:property-placeholder?
  7. Replies
    1
    Views
    592

    Spring 3 and Hibernate

    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...
  8. Replies
    0
    Views
    2,499

    Spring 3 and Hibernate

    Posted wrongly
Results 1 to 8 of 8