Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
481 views
in Technique[技术] by (71.8m points)

struts2 - Map is returing Empty{} value for non existing key after Struts migrating from 2.3 to 2.5

We have currently did Struts migration from 2.3 to 2.5.After that facing weird issue with Util Map. This is existing code which is working fine with Struts 2.3.Please find code snippet eg

final Map requestMap = ( Map ) formBean ;

requestMap.get("empname"); ---here empname is non existing key in map

Exceptected result:null

But getting following output

Empty{name='empname'}

Please let me know if anyone aware of this? Really stuck with this issue.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...