Note that there are some explanatory texts on larger screens.

plurals
  1. PONo mapping found for HTTP request with URI [/WEB-INF/pages/apiForm.jsp]
    primarykey
    data
    text
    <p>My handler forwards to internalresourceview 'apiForm' but then i get error 404 RequestURI=/WEB-INF/pages/apiForm.jsp. I'm sure apiForm.jsp located in /WEB-INF/pages/ </p> <blockquote> <p><strong>13:45:02,034</strong> DEBUG [org.springframework.web.servlet.view.JstlView] - Forwarding to resource [/WEB-INF/pages/apiForm.jsp] in InternalResourceView 'apiForm'<br> <strong>13:45:02,035</strong> DEBUG [org.springframework.web.servlet.DispatcherServlet] - DispatcherServlet with name 'testapp2' determining Last-Modified value for [/WEB-INF/pages/apiForm.jsp]<br> <strong>13:45:02,038</strong> DEBUG [org.springframework.web.servlet.DispatcherServlet] - No handler found in getLastModified<br> <strong>13:45:02,038</strong> DEBUG [org.springframework.web.servlet.DispatcherServlet] - DispatcherServlet with name 'testapp2' processing request for [/WEB-INF/pages/apiForm.jsp]<br> <strong>13:45:02,038</strong> WARN [org.springframework.web.servlet.PageNotFound] - No mapping found for HTTP request with URI [/WEB-INF/pages/apiForm.jsp] in DispatcherServlet with name 'testapp2'<br> <strong>13:45:02,045</strong> DEBUG [org.springframework.web.servlet.DispatcherServlet] - Successfully completed request<br> <strong>13:45:02,048</strong> DEBUG [org.springframework.web.servlet.DispatcherServlet] - Successfully completed request </p> </blockquote> <p>this is how my dispatcher.xml look like..</p> <pre><code>&lt;bean id="viewResolver" class="org.springframework.web.servlet.view.UrlBasedViewResolver"&gt; &lt;property name="viewClass" value="org.springframework.web.servlet.view.JstlView"/&gt; &lt;property name="prefix" value="/WEB-INF/pages/"/&gt; &lt;property name="suffix" value=".jsp"/&gt; &lt;/bean&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload