You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Antony <u8...@mis.nccu.edu.tw> on 2001/12/10 04:42:11 UTC

Bug or Misunderstanding?

Hi all:
    I`m working with resin, struts,db2 7.1
According to struts framework, data retrived
from jdbc had better be mapped to javabeans 
and passed to jsp pages in request scope beans.
However I`m unable to do this with resin,
I just cannot request.setAttribute("name", obj);
and find that object in request scope in jsp.
My workaround is to do the same operation in jsp
within tag libraries. However, I`m still curios about 
this, can someone enlight me on this? Thanx

Regards,
Antony