Hi,
I am using spring annotation and trying to pass data from
jsp in springapp1 to springapp2. I have tried to pass the data using modelandview. But when i try to redirect to a jsp in another springapp, i am getting the following error
HTTP Status 404 - /springapp1/JSP/springapp2/jsp/indexdesign
type Status report
message /springapp1/JSP/springapp2/jsp/indexdesign
description The requested resource (/springapp1/JSP/springapp2/jsp/indexdesign) is not available.
Apache Tomcat/5.5.31
Please find the code below i have tried to pass data
Kindly assist to solve this issue.
Thanks