Tomcat Security and Struts

2009-04-21 Thread Mighty Tornado
Tomcat 6Struts 1.3 Hi, I am trying to make sure my app requires a login. So I configured the following in my deployment descriptor: admin *.do POST member CONFIDENTIAL FORM /WEB-INF/JSP/login.jsp /WEB-INF/JSP/loginError.jsp

Re: Form doesn't clear

2009-04-21 Thread Mighty Tornado
2009 at 8:41 AM, Security Management < list-subscripti...@secmgmt.com> wrote: > Make sure it's not your browser filling it out and being "helpful". > > -Original Message- > From: Mighty Tornado [mailto:mighty.torn...@gmail.com] > Sent: Monday, April 20, 2009 10:

Form doesn't clear

2009-04-20 Thread Mighty Tornado
Hi, Using Struts 1.3, Tomcat 6. I have the two following problems: 1. I have a screen where I enter some text and call a struts action to insert it into the database. The action calls a DAO to do that. When the screen returns, the values I entered in the text fields are still there and I want the

Re: Is there a better way?

2009-04-20 Thread Mighty Tornado
Thanks. On Mon, Apr 20, 2009 at 5:27 PM, Lukasz Lenart wrote: > 2009/4/20 Mighty Tornado : > > This works, but is there a better way to do it with Struts? The question > is: > > the jsp page is not an HTML form; it just displays information - can I > use > > the f

Is there a better way?

2009-04-20 Thread Mighty Tornado
*Struts: *1.3 *Tomcat:* 6.0 *OS:* Mac OS X Hi, I have a sample application I am building, and I got it working, but am not sure that what I have is the best most efficient way to do it. Here is what I have: I have a Home Page with several links, one of which takes me to Family Members page. Th