Iam working with struts application . in this i need to get web errors like 400,404 into one jsp. according to that error msgs ineed to display some
meaningful messages plz help me.
in this i need to get web errors like 400,404 into one jsp. according to that error msgs ineed to display some
meaningful messages
This makes little sense to me, but reading between the lines you wish to set the header of the page? Use the HttpServletResponse.setHeader to set the header
Bookmarks