Hello,
I am trying to redirect the user to some url in "act" function, it
execute the related xsp page, but don't display any thing on browser.
your help will be highly appriciatable
Thanks and regards,
Manish Jain
The code is like...
if
(((String)request.getAttribute("PermissionDenied")).equals("true"))
{
request.setAttribute("PermissionDenied","false");
redirector.redirect(false,"showerror");
}
catch(IOException io)
{
System.out.println("can not do rediect"+io);
}
return ;
}
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>