Hi All,

I am trying to set some attributes in the request object 

       request.setAttribute("test", "TEST");

before invoking the forward:

       mapping.findForward(Constants.SUCCESS_KEY);

When I look up in the jsp:


        <logic:present name="test" scope="request">
              FOUND!
        </logic:present>


The implementation is in:

        public ActionForward execute(ActionMapping mapping, ActionForm form,
               HttpServletRequest request, HttpServletResponse response) throws 
Exception


I do not find the object "test".

Any explanation???

..AJ


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to