RE: Avoid resubmit

2005-02-03 Thread Kalluru Uma. Maheswar
What is this "Token System"? How to use it? -Original Message- From: Cedric Levieux [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 5:23 PM To: Struts Users Mailing List Subject: Re: Avoid resubmit By using the Token system - Original Message - From: &q

Avoid resubmit

2005-02-03 Thread Kalluru Uma. Maheswar
Hi, I have a form with a simple text box and a text area. The user enters some information in the boxes and presses submit button. The information is inserted into the database and I show a confirmation page to the user. Now when the user refreshes the page, the information is resubmitted into t

support for *.do files

2005-01-23 Thread Kalluru Uma. Maheswar
Hi, My server is running Apache HTTP server with Tomcat. My web.xml file is configured to support *.do files and all my struts apps works directly on Tomcat i.e. using 8080 port. But If I request for *.do files through Apache i.e. without giving port number, then I get 404 file not found. Apache

comparing password and confirm password

2005-01-21 Thread Kalluru Uma. Maheswar
Hi, How do I validate if the user has entered password and confirm password the same? How to do this in validate.xml file? Thanks Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Marking servlet action as unavailable

2005-01-19 Thread Kalluru Uma. Maheswar
al Message - From: "Kalluru Uma. Maheswar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 19, 2005 8:19 AM Subject: Marking servlet action as unavailable Hi, I get the following error 2005-01-18 08:02:32 StandardContext[]Marking servlet

Marking servlet action as unavailable

2005-01-19 Thread Kalluru Uma. Maheswar
Hi, I get the following error 2005-01-18 08:02:32 StandardContext[]Marking servlet action as unavailable 2005-01-18 08:02:33 StandardContext[]Servlet threw load() exception javax.servlet.UnavailableException: Initializing application data source org.apache.struts.action.DATA_SOURCE at org

RE: Connection Pool best practice

2005-01-19 Thread Kalluru Uma. Maheswar
PROTECTED] > Inviato: mercoledì 19 gennaio 2005 11.42 > A: Struts Users Mailing List > Oggetto: Re: Connection Pool best practice > > > Kalluru Uma. Maheswar wrote: > > >Hi, > > > >I am using org.apache.commons.dbcp.BasicDataSource to implement a > >co

RE: Connection Pool best practice

2005-01-19 Thread Kalluru Uma. Maheswar
- From: Pavel Kolesnikov [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 4:12 PM To: Struts Users Mailing List Subject: Re: Connection Pool best practice On Wed, 19 Jan 2005 15:52:20 +0530, Kalluru Uma. Maheswar <[EMAIL PROTECTED]> wrote: > And in the classes where I need

Connection Pool best practice

2005-01-19 Thread Kalluru Uma. Maheswar
Hi, I am using org.apache.commons.dbcp.BasicDataSource to implement a connection pooling and this is my class. import javax.sql.DataSource; import org.apache.commons.dbcp.BasicDataSource; public class DBPool { public DataSource getDataSource() {

RE: HTTP Status 404 - Servlet action is not available

2005-01-19 Thread Kalluru Uma. Maheswar
form tag? The normal extension is "do" and in your case you have given as "abc". Vijaya -Original Message- From: Kalluru Uma. Maheswar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:41 AM To: Struts Users Mailing List Subject: RE: HTTP Status 40

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Kalluru Uma. Maheswar
rds, David -Original Message- From: Kalluru Uma. Maheswar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 12:31 AM To: Struts Users Mailing List Subject: RE: HTTP Status 404 - Servlet action is not available Hi David, Its Apache/1.3.33 Server. But I am trying to run my struts

RE: HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Kalluru Uma. Maheswar
: RE: HTTP Status 404 - Servlet action is not available Uma Error 404 means "File Not Found" so the problem is likely a mapping issue between Apache and Tomcat. What Apache module are you using to pass JSP's to Tomcat? Regards, David -Original Message- From: Kalluru Uma

HTTP Status 404 - Servlet action is not available

2005-01-18 Thread Kalluru Uma. Maheswar
Hi, I get the following error in remote Tomcat server that is configured with Apache HTTP Server. The same app is working fine in my local machine that is having only Tomcat. Here is my web.xml file and struts-config.xml file action org.apache.struts.action.ActionServl

Help with file extension

2005-01-17 Thread Kalluru Uma. Maheswar
Hi, I have changed my struts file extension from .do to .abc in web.xml file and it worked fine in my Windows tomcat, but when I uploaded the file to linux server that is using apache web server with tomcat, the file extension is not recognized. I get 404 file not found. Any way I can resolve this

Help with DynaActionForm

2005-01-10 Thread Kalluru Uma. Maheswar
Hi, I posted the same question last week but could not get any reply. Can someone help me please? How do I validate if a field is entered or not using the DynaActionForm? My HTML form has and buttons. I want to check if the user has entered some text in the text field and that he has sel