RE: Eclipse Editor and struts tags

2007-08-02 Thread Sahil Gupta
Hi, Why don't you use MyEclipse. Download and install this. It will search for ur Eclipse and get installed in the appropriate location. Then open all JSP files and xml files using MyEclipse editor. Sahil -Original Message- From: appel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02

Zip to FormFile

2007-01-16 Thread Sahil Gupta
Hi, I have an Action that picks up a file from a JSP and does the processing that is required. This is working fine. The code to pick up file is resumeZipDir = (FormFile) Form.get("resumeZipDir"); Now I am calling the same Action from another Action, and I want the zip file I have to be process

Using 'Enter' in Validation-admin.xml

2006-09-25 Thread Sahil Gupta
Hi, I have used masking in validation-admin.xml in my project. The problem is that I want 'Enter' to be allowed to my Text Area on which masking is done but masking does not allow me to do so. Please help me in this context. Thanks

RE: Validation on String[]

2006-09-21 Thread Sahil Gupta
Hi, Thanks a lot Can I do put the validation with the help of validation.xml to a String[] Regards, Sahil Gupta -Original Message- From: Strachan, Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 6:11 PM To: Struts Users Mailing List Subject: RE: Validation on

RE: Validation on String[]

2006-09-21 Thread Sahil Gupta
Hi, How can we use List or ArrayList in DynaValidator Forms? Regards, Sahil Gupta -Original Message- From: Li [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 3:57 PM To: Struts Users Mailing List Subject: Re: Validation on String[] hi, there is no such type

Validation on String[]

2006-09-21 Thread Sahil Gupta
user clicks on submit button without selecting anything in the picklist. I have handled this validation in my Action but I want to do this through validation.xml Regards, Sahil Gupta

RE: Jasper Reports

2006-09-12 Thread Sahil Gupta
Thanks a lot for the information. Will try and get back to u for further assistance Regards, Sahil Gupta Extn : 339 Mobile: 91 9899468288 Email : [EMAIL PROTECTED] ** NetEdge Computing Global Solutions Private Limited. A-14

Setup of software....!

2006-09-12 Thread Sahil Gupta
proper setup for the software or what? Regards, Sahil Gupta Extn : 339 Mobile: 91 9899468288 Email : <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] ** NetEdge Computing Global Solutions Private Limited. A-14, Sector-7, NOI

RE: Jasper Reports

2006-09-12 Thread Sahil Gupta
Hi, Yeah thanks for the URL but I thought may be some of us are using Jasper Reports on eclipse and would be able to help me. Anyways thanks Regards, Sahil Gupta -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 1:33 PM To

Jasper Reports

2006-09-12 Thread Sahil Gupta
let me know. Thanks Regards, Sahil Gupta

Using JUnit with Struts

2006-06-16 Thread Sahil Gupta
Hi, I want to use JUnit with struts, can anyone please guide me. Regards, Sahil Gupta Extn : 339 Mobile: 91 9899468288 Email : <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] ** NetEdge Computing Global Solutions Private L

RE: Reset Image Button

2006-06-06 Thread Sahil Gupta
Hi, Try using this as below, I have used this way in my project Regards, Sahil Gupta Extn : 339 Mobile: 91 9899468288 Email : [EMAIL PROTECTED] ** NetEdge Computing Global Solutions Private Limited. A-14, Sector-7, NOIDA U.P

Switch Action

2006-04-03 Thread Sahil Gupta
Hi, Can anyone tell me how to use Switch Action in my project. My project consists of more than one module and I need to forward from one to another file in different modules. Are there any good links available to get more information about it. Regards, Sahil Gupta Extn : 233 Email

RE: Struts Validation

2006-03-30 Thread Sahil Gupta
Thanks Bart, I will try and do as you said. Thanks a lot Regards, Sahil Gupta -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 5:51 PM To: Struts Users Mailing List Subject: Re: Struts Validation The reason you can use a space is

RE: Struts Validation

2006-03-30 Thread Sahil Gupta
Bart, the mask that I have been using is ^[a-zA-Z]{1}[a-zA-Z0-9\n_,;?!;:[EMAIL PROTECTED]/\\()&$%#*+=-]*$ And this allows me to use spaces, & , - and other special characters mentioned above. Just that \n does not work here. Regards, Sahil Gupta -Original Message- Fr

RE: Struts Validation

2006-03-30 Thread Sahil Gupta
Box it gave the validation error message. Regards, Sahil Gupta Extn : 233 Email : [EMAIL PROTECTED] ** NetEdge Computing Global Solutions Private Limited. A-14, Sector-7, NOIDA U.P. 201-301 Tel # 91-120-2423281, 2423282 Fax #

RE: Struts Validation

2006-03-30 Thread Sahil Gupta
Thanks Bart, Yes, what you said was right, so I have changed \ to \\ to match \. But still I am unable to allow \n in my Validation. Regards, Sahil Gupta -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 3:39 PM To: Struts Users

RE: Struts Validation

2006-03-30 Thread Sahil Gupta
]/\()&$%#*+= -]*$ maxlength 250 Regards, Sahil Gupta -Original Message- From: Bart Busschots [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 2:5

RE: New to Struts

2006-03-29 Thread Sahil Gupta
Do read First three lessons on the link http://www.learntechnology.net/ Regards, Sahil Gupta -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 12:12 PM To: Struts Users Mailing List Subject: Re: New to Struts Did you mean WebWork

Struts Validation

2006-03-29 Thread Sahil Gupta
Hi, I have used Masking in Validations. I have a text area in which I have only restricted some special characters. But still if I press Enter while adding some text there I get an error message. Can anyone tell me how to allow ENTER in mask. Thanks Regards, Sahil Gupta Extn : 233 Email

RE: Invalidating a session using JAVASCRIPT

2006-03-21 Thread Sahil Gupta
Ya that's right. I want to invalidate the session when the window closes without performing a logout. Regards, Sahil Gupta Extn : 233 Email : [EMAIL PROTECTED] ** NetEdge Computing Global Solutions Private Limited. A-14, S

Invalidating a session using JAVASCRIPT

2006-03-21 Thread Sahil Gupta
Hi, Can anyone tell me how to logout a user (invalidate his Session) when a user directly closes his browser window. Thanks. Regards, Sahil Gupta Extn : 233 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ** N

Masking in Validations

2006-03-21 Thread Sahil Gupta
Hi, I have used masking in my Validations where in I restrict the user to enter things. I would like to allow the user to use ENTER in a TEXT AREA. How should this be achieved.? Thanks Regards, Sahil Gupta Extn : 233 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTEC

Validation using Mask

2006-03-03 Thread Sahil Gupta
Hi, I have used masking in my Validation-admin.xml, where I have defined all the things that can be entered in a TEXT AREA. Now if a user logs in and presses Enter in this Text Area he gets an error. How do we allow things like Enter in our Masking. Regards, Sahil Gupta Extn : 233 Email