| Author |
Struts 2 Select tag issue
|
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
Guys,
I have an object in session and I want to access this object and use it for the s:select tag rendering:
examObject is what I have in my session scope and the allQuestionIds is a Map < Long, Long > defined in my ExamObject. When I used this, I got the following error:
I'm sure that I'm missing the basics. But help please!
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
Any ideas?
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
Why is it not possible to read a Map from session?
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
Ok. It worked. The problem was my Map was null and when I filled some values, it worked.
|
 |
 |
|
|
subject: Struts 2 Select tag issue
|
|
|