Sb Jean-Baptiste

Greenhorn
+ Follow
since Apr 04, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sb Jean-Baptiste

Have you tried defining the bean at the beginning of the page. Something like
<bean efine id="courseList" name="courseList" type="java.util.Collection" scope="request"/>

or whatever the type is. I am doing the exact same thing you are and it works for me. It is not a struts related problem as far as I can tell. If you set the attribute within the Action servlet like request.setAttribute ("courseList", courseList); you should be able to access it even within a simple servlet.

--ignore if you have already tried this.
20 years ago