View Single Post
  #2 (permalink)  
Old 04-25-2007, 08:29 PM
orchid's Avatar
orchid orchid is offline
Member
 
Join Date: Apr 2007
Location: Midwest
Posts: 60
orchid is on a distinguished road
I ended up just putting it in the request like so...
request.setAttribute("protocols",results);
and it works fine, but why will it not work if I put the collection in the ActionForm ? I am stumped.
Reply With Quote