RE: struts and jsp

2005-02-18 Thread Ruben Cepeda
Hello Jonathan, Without knowing what the excect reason for you linking to a page there is not real answer. So I will give you the default answer NO IT IS NOT A GOOD IDEA. The reasoning I think is simply when you are doing a web application you don't want to leave anything in the up in the ai

Re: struts and jsp

2005-02-18 Thread Mr Maillist
You can also use security constraints and create module-like folders for jsp pages. After listening to the discussion about placing jsp pages under WEB-INF I found an article that discussed security constraints (Not to get the discussion started again)... On Fri, 18 Feb 2005 14:56:35 +0800,

Re: struts and jsp

2005-02-17 Thread Andrew Hill
Its considered best practice to go through an action first - even in those cases where the action doesnt need to do anything. In such cases its recommended (though not unanimously - we had a bit of a debate about this a couple of weeks ago on the list!) that you also put your JSPs under WEB-INF