Re: Hide the JSP: Actions, rowBean and JSPs question

2005-10-10 Thread rajasekhar . cherukuri
har Cherukuri > > > > > > >"C.F. Scheidecker Antunes" <[EMAIL PROTECTED]> >10/10/2005 09:58 AM >Please respond to >"Struts Users Mailing List" > > >To >Struts Users Mailing List >cc > >Subject >Hide the JSP: Actions

Re: Hide the JSP: Actions, rowBean and JSPs question

2005-10-10 Thread C.F. Scheidecker Antunes
Struts Users Mailing List cc Subject Hide the JSP: Actions, rowBean and JSPs question Hello All, I have an action that reads from the database and return a rowSet bean to the request scope. Then I iterate the bean on my JSP and show the data. Everything works. I however have a pro

Re: Hide the JSP: Actions, rowBean and JSPs question

2005-10-09 Thread Frank W. Zammetti
Hi C.F., There's actually a whole bunch of ways to accomplish this... this is almost certainly not a complete list, but just off the top of my head... (1) Place all your JSPs in WEB-INF. By definition, they can only be reached by forwarding from something, be it a servlet or Struts Action,

Re: Hide the JSP: Actions, rowBean and JSPs question

2005-10-09 Thread rajasekhar . cherukuri
09:58 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Hide the JSP: Actions, rowBean and JSPs question Hello All, I have an action that reads from the database and return a rowSet bean to the request scope. Then I iterate the bean o

Hide the JSP: Actions, rowBean and JSPs question

2005-10-09 Thread C.F. Scheidecker Antunes
Hello All, I have an action that reads from the database and return a rowSet bean to the request scope. Then I iterate the bean on my JSP and show the data. Everything works. I however have a problem. I can access the JSP straight if I type the URL. That is, I want the JSP only to be shown i