sbezawada

Greenhorn
+ Follow
since Nov 13, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sbezawada

Make sure you have the "ApplicationResources.properties" file in the WEB-INF directory of your web application.
If you don't have one you can copy a model file from "struts-example.war".
If you have the file in correct directory,make sure it is referenced properly in struts-config.xml.
22 years ago
We are developing a email client application using JavaMail API 1.3EA on JDK1.4.
We were thrown javax.mail.MessagingException with the description--'Unable to load the bodystructure' in IMAPMessage.java(1092) when we are trying to call getContent() or for that matter any method on the message which has a email message attached to it as part of its body(MIME-message/rfc822) .
But the message seems to be fine,since we tested reading the message from other mail implementations using perl.

Any ideas??

Thanks
22 years ago
We are trying to use copyMessages() mehtod on the folder to move the messages from one folder to another folder and deleteing the messages from the original,but we are not able to delete the messages from the original folder by setting the delete flag.the message doesn't get moved to atleast deleted messages folder.
Any ideas?
23 years ago
I am trying to configure JavaMail in Jakarta Tomcat 4.0 i am getting error as follows :

Apache Tomcat/4.0.2 - HTTP Status 503 - Servlet SendMailServlet is currently unavailable
type Status report
message Servlet SendMailServlet is currently unavailable
description The requested service (Servlet SendMailServlet is currently unavailable) is not currently available.

Can anyone help me...
thank you
satya
23 years ago
How to start the weblogic server6.0 in debug mode running on Solaris?what are the parameters to be set when starting the server?
I am unable to solve a problem in my project,related to the display in the panels.The problem is as follows..
We have two panels in an applet,the top panel will have buttons and two text fields,and the bottom panel is blank.when the user enter the company name in the text field and press submit button,
the homepage of the company entered should be displayed in the lower panel,but when we try to do the same it displays the output in a new browser window.
we are using the code appletcontext.showDocument(urlof company,lower panel).
This is very urgent.
Thanks in advance
24 years ago
How can you differentiate shallow copying and deep copying of the objects in the context of clone() method?
24 years ago
All the functionality you can achieve with String class can also be achieved using StringBuffer class?why can't SUN deprecate the String API?
24 years ago
why do we use the clone() method in java?
24 years ago