An action (ActionOne with scope=request) is called which
puts a result list on an attribute like:
request.setAttribute("listResult", list);
This result is displayed in a jsp.After that a second action (ActionTwo) is called which forward to another jsp. How can I make the "listResult" available in ActionTwo? Thanks in advance, Niels

