Error : non-serializable attribute value into ViewMap

后端 未结 3 1302
天命终不由人
天命终不由人 2021-01-05 15:42

i have the same application in 2 systems(laptops) but its working in one but not in another.i get the following error in another system. i have also posted the code below.wh

3条回答
  •  既然无缘
    2021-01-05 15:51

    Anything which is added to session is Serialized. The error is telling you that your backing bean should probably be Serializable. No idea why it's intermittent though.

提交回复
热议问题