RE: about struts.

2006-09-07 Thread Gaurav Jain
Add following code in server.xml to create a JNDI under context tag:- Here is the JNDI created for oracle DB factory org.apache.naming.factory.BeanFactory

RE: [ANN] JAVAWUG BOF XVI Videos Available Now!

2006-05-01 Thread Gaurav Jain
I went through this and it's simply great. Thanks, Gaurav Jain -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 10:01 AM To: user@struts.apache.org Subject: RE: [ANN] JAVAWUG BOF XVI Videos Available Now! Hi, Thanks for sharing

RE: How i can check an string to be a correct web site format?

2006-03-28 Thread Gaurav Jain
Hi, You can use a validator rule "url" in validation.xml from validator-rules.xml. Or You can also use a regular expression as follows in validation.xml:- URL ^http://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?$ -Original Message- From: Le

RE:

2006-03-28 Thread Gaurav Jain
Hi, This should definitely work. Even I am also using the same and its working fine. Gaurav -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 3:50 AM To: Struts Users Mailing List Subject: Re: Iam here with a request.I need to validate a Strut

RE: Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
which should not happen. Though struts-config.xml is a well formed document. Thanks/Regards, Gaurav Jain -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 7:36 PM To: Gaurav Jain; 'Struts Users Mailing List' Subject: RE: Order of struts

RE: Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
OTECTED] Sent: Monday, March 27, 2006 6:26 PM To: Struts Users Mailing List Subject: Re: Order of struts-config.xml Do the struts actions work? On 3/27/06, Gaurav Jain <[EMAIL PROTECTED]> wrote: > > I am experiencing Parse Error in my Tomcat for changed order of > struts-config

RE: Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
: Re: Order of struts-config.xml On 3/27/06, Gaurav Jain <[EMAIL PROTECTED]> wrote: > > Hi, > > The struts-config.xml file contains following sections:- > > > > 1. Form bean definition section > > 2. Global forward definition section > > 3. Action ma

Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
sections? What effect it'll have on my application? Will it work? Gaurav Jain