Hi,
Am setting a value in request objet like this: request.setAtttribute("Hello","true"); Now i am redirecting to the action class: new RedirectingActionForward(request, url.getInwardRedirectURL()); In the redirected action class, am using this to retrieve value from request object: String example = request.getAttribute("hello").toString(); Am getting nullpointerexception..

Could anyone help me on this..!!

Not much experience with Struts... Itd be better if you could post some more code...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.