Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    4,013

    i tried creating like this. but that portion of...

    i tried creating like this. but that portion of HTML is not getting displayed in my jsp page. here is the way i did


    public class customer
    {
    private familyDetails family;
    }

    ...
  2. resolved the problem after googling for 2 hrs

    this is the modified code


    <script type="text/javascript" src="scripts/jquery.js"></script>
    <script type="text/javascript">
    function loadStates(){
    var country_value = $("#country...
  3. can not display values of array list in jquery. getting undefined error.

    i am using ajax and jquery to populate a drop down based on the selected from a previous drop down. i have drop down by name country which has list of all country names. based on the selection in...
  4. can you post your complete dispatcher servlet...

    can you post your complete dispatcher servlet using code tags. that makes it more readable.
  5. problem solved

    please refer to http://forum.springsource.org/showthread.php?116268-Problem-with-ajax-in-spring-MVC.-Not-recognizing-the-method-in-controller
  6. I have solved the problem by using the c:url

    Hi,

    i have solved the problem after searching through the forum and following the links suggested by the authors. but it tooks lot of time to figure out. this is the solution to the problem. i...
  7. Try this website. Easy to understand ...

    Try this website. Easy to understand

    http://www.vaannila.com/index.html
  8. as first hand information i can see an extra...

    as first hand information i can see an extra space in the controller name. try removing that

    <bean name="/viewAllBooks.do"
    class="com.virtualpairprogrammers.control.ViewAllB ooksController">...
  9. I have tried jquery without using JSON. Still same problem

    After reading some couple of threads in the forum i tried this approach too. but still the method is not getting recognized in controller


    <script type="text/javascript">
    function...
  10. Problem with ajax in spring MVC. Not recognizing the method in controller

    Hi,

    I am facing some problem with ajax call in my JSP. I am making the call to the URL using JQUERY. I have placed Request mapping annotation in my controller. but the method handler is not...
  11. I have fixed this problem. just changed the ...

    I have fixed this problem. just changed the

    private HibernateTemplate hibernateTemplate;

    to
    public HibernateTemplate hibernateTemplate;

    this was possible after reading some old threads on...
  12. Hibernate reutrning null in call from controller. problem with annotations

    Hi I am using annotations in my dispatcher and controller. but when i make a call to hibernate it is returning null from my DAO object. can you please help. I feel something wrong with the...
  13. using jquery to make ajax call. not able to invoke URLin controller

    Hi,

    I am using jquery to make an ajax call in my JSP page. i have specified the URL and wrote a method to do the handling in my controller. the method is not being executed. Request you to help in...
Results 1 to 13 of 13