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

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -