Error with the resource file

2006-10-14 Thread ram001
Hi i am working on small struts applications . when i am running this application in tomcat it throwing a error like javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte

Re: Static objects in Struts Application ..

2006-10-14 Thread Craig McClanahan
On 10/13/06, Chris Pratt <[EMAIL PROTECTED]> wrote: Each Web Application within the container is loaded within it's own Context (and ClassLoader) which effectively keeps the static's separate. (*Chris*) That is generally true, *unless* you put your libraries in the shared classloader(s) pro

Re: ActionForm to DAO

2006-10-14 Thread Laurie Harper
Raghuveer wrote: Can we send ActionForm as argument to a method in DAO class from Action Class. Can you? yes. Should you? almost certainly not. What is Best Practice ? You should keep your model decoupled from your view. Passing Struts artifacts like action forms into the data access layer

Re: date comparision using validwhen

2006-10-14 Thread Laurie Harper
fea jabi wrote: can we use validwhen to do date comparision? we are using date pattern MM-dd-. the data type in form bean property is String. No, according to the last note in the validwhen section of the Validator Guide [1], * If both items to be compared are convertable to ints, a

RE: Java mail

2006-10-14 Thread Wesslan
This would be a great place to start: http://java.sun.com/products/javamail/downloads/index.html You also maybe want to take a look at Commons Email because it REALLY simplifies the task of sending email with Java! Commons Email: http://jakarta.apache.org/commons/email/ Hth, Peter -Original

Re: Java mail

2006-10-14 Thread Wendy Smoak
On 10/14/06, Raghuveer <[EMAIL PROTECTED]> wrote: From where can i download this. I am using jdk1.4,servlets 2.3, struts1.2.8 Ask Google about 'java mail' http://www.google.com/search?q=java+mail and the first link is the JavaMail API: http://java.sun.com/products/javamail/ You might al

RE: Java mail

2006-10-14 Thread Raghuveer
>From where can i download this. I am using jdk1.4,servlets 2.3, struts1.2.8 -Original Message- From: Dongyi Liu [mailto:[EMAIL PROTECTED] Sent: Saturday, October 14, 2006 7:43 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Java mail You may need the mail.jar (java m

RE: Java mail

2006-10-14 Thread Dongyi Liu
You may need the mail.jar (java mail api) and activation.jar (java activation framework). -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: 14 October 2006 14:26 To: user@struts.apache.org Subject: Java mail What jar file i need to use for implementing mailing for my st

AW: Java mail

2006-10-14 Thread Martin Kindler
That depends on what your needs are. For just sending mails mail.jar from the JavaMail distribution (http://java.sun.com/products/javamail) should be sufficient. If you also want to receive mails you need additional jars from that distribution. Martin > -Ursprüngliche Nachricht- > Von: Ra

Java mail

2006-10-14 Thread Raghuveer
What jar file i need to use for implementing mailing for my struts application. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ActionForm to DAO

2006-10-14 Thread Raghuveer
Can we send ActionForm as argument to a method in DAO class from Action Class. What is Best Practice ? Thanks and Regards, Raghuveer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[OT][ANN] JAVAWUG Video / Jason van Zyl Maven 2.0 / Available Now

2006-10-14 Thread Peter Pilgrim
Hi All The Java Web User Group is proud to announce that the Google Video for BOF 22 is now uploaded. Jason van Zyl presented Maven 2.0 at the Sun Microsystem's London Office, on Wednesday 22nd September 2006. Over 90 minutes of Maven, build philosophy, design, architecture, discussions, and dem