tags:

views:

24

answers:

0

Hi,
In my application i am using <jsp:forward> to redirect to the page the user wants. So the index page has <jsp:forward> to the add publication page. This throw errors on first load. So should i use response.sendRedirect?
Thanks in Advance,
Dean