Re: how to send batch emails

2004-10-13 Thread Jay Chandran
Hai , Please check the below code which helps u to send batch mails .. import javax.mail.Folder; import javax.mail.Store; import javax.mail.Transport; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import javax.mail.Message; import javax.mail.MessagingExceptio

Re: Validation

2004-10-18 Thread Jay Chandran
Hello Ankur, I think u are getting the error page only because u did not define the output page. ie in Hope it helps u . Regards :) Krishna - Original Message - From: "Ankur Gupta" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'

Re: ActionMapping without a formbean

2004-10-27 Thread Jay Chandran
I am not a big struts giant :) But let me give my suggestions on ur doubt In the case of links we are just invoking a java (acion) file . If we need to send some value through links to action file we need to send as parameter from our link. HTML:FORM tag is mainly meant for passing form

Re: can i get solved example

2004-11-16 Thread Jay Chandran
Hi, You can go through "Professional jakarta Struts 1.1" written by james goodwill and richard hightower. its published by wrox . jay - Original Message - From: "Nishant" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, November 16, 2004 4:40 PM Sub

Re: NullPointerException

2004-12-16 Thread Jay Chandran
i am not a fundu in struts but still ..:) please go through the below link and check whether it make sense. Null pointer exception usually arises when we are trying to extract some values from variables which are "null". Please check whether the variables u r calling when the action is perfor

Re: [SOLVED] RE: NullPointerException

2004-12-17 Thread Jay Chandran
uma , Good Work.. its always better to take a backup of the working directory . hope u know it well . still reminding .. - Original Message - From: "uma.k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 11:52 AM Subject: [

Re: file upload problem

2004-12-18 Thread Jay Chandran
include the below and check - Original Message - From: "uma.k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Saturday, December 18, 2004 3:10 PM Subject: file upload problem > Hi, > I am modifying the upload files given by struts and trying to uploa

Re: Preview of an Image and text

2004-12-18 Thread Jay Chandran
1. From the jsp page select the image (image path) for uploading. Let the preview button be a submit button . function setHidValue() { document.frm.paramPassed.value="preview"; } ie when u click the preview button a java script function is called, in which we assign a value t

Re: file upload problem

2004-12-18 Thread Jay Chandran
change the below line of ur action file String fileName2 = filePath+"/"+fileName; to String fileName2 = filePath+fileName; - Original Message - From: "uma.k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTE

Re: file upload problem

2004-12-18 Thread Jay Chandran
al Message - From: "uma.k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; "'Jay Chandran'" <[EMAIL PROTECTED]> Sent: Sunday, December 19, 2004 12:32 PM Subject: RE: file upload problem > Hi Jay, >

Re: How to implement torque?

2004-12-21 Thread Jay Chandran
Thanks Eddie I will do that. Have u tried implementing the same? :) Jay Chandran. - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Jay Chandran" <[EMAIL PROTECTED]> Sent: W

Displaying applets

2004-12-22 Thread Jay Chandran
Is it possible to display the output as an applet in struts? if so how is it possible ? Thanks , Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Displaying applets

2004-12-22 Thread Jay Chandran
gards, S.Ramkumar -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 2:57 PM To: Struts Users Mailing List; Jay Chandran Subject: Re: Displaying applets Struts is really fairly Applets agnostic, Jay. You don't have to make any connection with St

Re: struts and Tomcat4.0.4

2004-12-29 Thread Jay Chandran
if the problem is after executing the sql statement then u might not closed the connection properly. its always good to close the resultset, statement and connection. If ur action file does not close the sql connection the system hangs. - Original Message - From: "Nadia Kunkov" <[EMAIL PR

Re: struts and Tomcat4.0.4

2004-12-30 Thread Jay Chandran
- From: "Nadia Kunkov" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Jay Chandran" <[EMAIL PROTECTED]> Sent: Thursday, December 30, 2004 7:33 PM Subject: RE: struts and Tomcat4.0.4 Thanks, Connections were a part of my problem actually. But tha

Regarding JBOSS

2005-01-13 Thread Jay Chandran
Hi all, I need to download JBOSS 4.0.1 for windows. Where can i get this ? What should i download? I can see lots of downloads for jboss. ie jboss4.0.1 RC1.zip, jboss4.0.1 RC2.zip.. etc. Which one should i download?? :-) Jay --

Re: Regarding JBOSS

2005-01-13 Thread Jay Chandran
Thanks :-) Jay - Original Message - From: "Slattery, Tim - BLS" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Thursday, January 13, 2005 9:21 PM Subject: RE: Regarding JBOSS > > I need to download JBOSS 4.0.1 for windows. Where can i get > > this ? What should i downl

Re: Regarding JBOSS

2005-01-13 Thread Jay Chandran
Hi, i am downloading JBOSS from the below link as per ur instructions. http://ovh.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.1RC1.zip is this ok for me . or should i download some other links. I can see lots of links for downloading JBOSS. jay - Original Message - From: "Sla

Re: help : paging in struts view

2005-01-14 Thread Jay Chandran
Hi all, How can we read XML files using struts? is this possible. Can any one povide a link or give an example for reading XML files using struts? :-) Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Using XML in struts

2005-01-14 Thread Jay Chandran
Hi all, How can i read XML files using struts? is this possible? Can any one provide a link or give an example for reading XML files using struts? :-) Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Two Data Base Connections in struts-config.xml ?

2005-01-16 Thread Jay Chandran
Hi, Is it possible to connect to two databases from a struts application. ie basically is it possible two add two database connectivity in struts-config.xml? Regards, Jay - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi