0 Replies Latest reply on Sep 23, 2011 2:59 AM by onesleo

    why date its not out

    onesleo

      hi guys i have an issue actually its very basic but i havent any idea why the date which i was input from the form not printed on the LOG

       

      this is my back bean

       

      private Date startDate;

      private Date endDate;

       

       

       

      and i try to print the date from  user input form

      but when i try to print this

       

      System.out.println("Print Start Date   "+getStartDate   + " END Date "  +getEndDate);

       

      i got the value of the End Date but neither with StartDate i got "null" for the value

       

      do you know guys why it could happen??

       

      need your solutions guys

      thanks and gb