Hello,
My servlet calls upon a session ejb to return an AccounList.
However, when I do a
request.setAttribute("accounts", accountList)
and forward to a JSP for processing,
request.getAttribute("accounts")
returns null.
I've verified the session ejb is returning an AccountList by iterating
through the list and producing desired output directly from the servlet. I
would prefer to utilize jsp for presentation.
Regards,
Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists