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
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
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
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
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
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
>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
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
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
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]
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
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
12 matches
Mail list logo