I have just started working on a struts2 project. I have seen the power of actions in struts. i just want to Know few things
1.When a client asks for a page through the search engine does the server direct the request through an action which maps the jsp? 2. If the ans to the above question is no how do we set-up all the bean properties in the action class required for rendering the page? 3.If the ans to the above question is no how to maintain data confidentiality as all interceptors are built around action