Re: newbie struts and beans scope question

2006-11-03 Thread robin bajaj
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

Re: newbie struts and beans scope question

2006-11-03 Thread Mike Baroukh
>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