Posted By:
Nenad_Bosanac
Posted On:
Saturday, September 29, 2007 06:35 AM
Hello everyone! i have a problem that i dont know how to resolve. I use NetBeans 5.5.1 and visual web application project. I have Page1.jsp which is the start page in my NetBeans project and i want when this page is open to immediatly open another page inbox.jsp and to see this page as first. I try to put jsp:forward in my Page1.jsp page like this: <?xml version="1.0" encoding="UTF-8"?> but i cant see i
More>>
Hello everyone!
i have a problem that i dont know how to resolve.
I use NetBeans 5.5.1 and visual web application project.
I have Page1.jsp which is the start page in my NetBeans project and i want when this
page is open to immediatly open another page inbox.jsp and to see this page as first.
I try to put jsp:forward in my Page1.jsp page like this:
<?xml version="1.0" encoding="UTF-8"?>
but i cant see inbox.jsp page i got error.
I dont know if i am doing right this page,so i need help
My inbox.jsp looks like this:
<?xml version="1.0" encoding="UTF-8"?>
How to solve this?Any help will be great
Tnx