Tuesday, May 22, 2012

how to redirect to another page using the META tag in a jsp page

if you want make one request from one jsp using the META tag then usage is like below

<META HTTP-EQUIV="Refresh"  CONTENT="0;URL=<<some jsp name>> ">

put this in the head section of the jsp of html page

1 comment: