Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    777

    In all the spring hibernate integration...

    In all the spring hibernate integration examples they class that has been used to create sessionFactory is "org.springframework.orm.hibernate3.LocalSessionFactoryBean"

    But in the...
  2. Replies
    6
    Views
    777

    In all the spring hibernate integration...

    In all the spring hibernate integration examples they class that has been used to create sessionFactory is "org.springframework.orm.hibernate3.LocalSessionFactoryBean"

    But in the...
  3. Replies
    6
    Views
    777

    i have used the connector jar of version...

    i have used the connector jar of version 5.1.3.. can some one help me in this regard to solve the prob
  4. Replies
    6
    Views
    777

    i have used mysql-connector-java jar file ...

    i have used mysql-connector-java jar file .Wont that serve the purpose
  5. Replies
    6
    Views
    777

    hibernate spring integration error

    Error creating bean with name 'dataSource' defined in resource [/WEB-INF/PRDMKT-servlet.xml] of ServletContext: Error setting property values; nested exception is...
  6. Replies
    1
    Views
    690

    hope the problem is with the command class or...

    hope the problem is with the command class or command name.. can any one help me.



    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
  7. Replies
    1
    Views
    690

    org.xml.sax.SAXParseException:

    i tried to implement a abstractwizardform controller. i had 4 jsp pages which are connected by back and next button.

    when i try to run the application i get an error in the...
  8. Replies
    6
    Views
    3,049

    I have found out the reasons for my ...

    I have found out the reasons for my problems. The first thing was my images folder and css folder was in web-inf. I corrected that and placed them in webcontent folder.Then the ...
  9. Replies
    6
    Views
    3,049

    i tried out 2 methods of importing static...

    i tried out 2 methods of importing static content.

    1. <servlet>
    <servlet-name>PRDMKT</servlet-name>
    <servlet-class>
    org.springframework.web.servlet.DispatcherServlet...
  10. Replies
    6
    Views
    3,049

    displaying images in JSP

    hi all,
    I am new to spring framework. In the JSP page what i have developed , there are CSS contents as well as images. CSS contents are getting imported to the page ...
  11. Replies
    10
    Views
    14,815

    regarding data from one jsp page to another

    what i say might look very trivial but it works fine.

    In the OnSubmit event of the controller just use the the follwing code

    CODE

    request.getSession().setAttribute("Att_name", value);...
  12. regarding display of error messages

    Hope <spring bind> tag is bit old. just try <form:input > similar tags for binding values.. And then use ValidationUtils functionalities to display error messages . the following are the...
Results 1 to 12 of 12