Hi Rick,
I am using Struts 1.2. Unless Struts 1.3 provides something special on this
aspect,
following is my understanding :
a) If you have a bean that is NOT an actionForm, then you HAVE TO explicitly
put it in request scope using request.setAttribute("mybean",mybean);
to access it in the jsp
>But I don't...the bean seems to automatically be available to the jsp.
It is automatically available with something like
If you don't specify 'cope' attribute, it lokk in session, request and
application scope.
Of course, it must be a forward from on action to another else, if there
is a re
2 matches
Mail list logo