java - Relations among the Action class, JSP page and HTTP request? -


with struts, can request url http://example.com/list.do?xxx=xx handled action class , flow jsp file. , can request jsp page http://example.com/list.jsp directly.
what's relations among these 3 concept? dynamic things direct jsp page request?

you should prevent using direct jsp redirection as possible. whole concept


Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -