質問編集履歴
1
不具合の修正
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -15,7 +15,6 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
             @RequestMapping(value="/day_lesson_regist_push" ,method = RequestMethod.POST)
         
     | 
| 
       16 
16 
     | 
    
         
             
                public String dayLessonRegistFinish(@ModelAttribute DayLessonRegistForm dayLessonRegistFormko,Model model,HttpSession session) throws ParseException{//formやセッションなどの引数
         
     | 
| 
       17 
17 
     | 
    
         | 
| 
       18 
     | 
    
         
            -
                	System.out.println("↓こいつがnullであぁ~気が狂うほど気持ち悪いんじゃ");
         
     | 
| 
       19 
18 
     | 
    
         
             
                	System.out.println(dayLessonRegistForm.getLesssonRoomId());//ここがnullで困っています。
         
     | 
| 
       20 
19 
     | 
    
         
             
                	System.out.println(dayLessonRegistForm.getLessonId());//こちらは
         
     | 
| 
       21 
20 
     | 
    
         
             
            しっかりと取ってきます。
         
     | 
| 
         @@ -131,6 +130,5 @@ 
     | 
|
| 
       131 
130 
     | 
    
         
             
            ```
         
     | 
| 
       132 
131 
     | 
    
         
             
            コンソールの結果は以下の通りです。
         
     | 
| 
       133 
132 
     | 
    
         | 
| 
       134 
     | 
    
         
            -
            ↓こいつがnullであぁ~気が狂うほど気持ち悪いんじゃ
         
     | 
| 
       135 
133 
     | 
    
         
             
            null
         
     | 
| 
       136 
134 
     | 
    
         
             
            1
         
     |