Hi,
Maybe you can help me with this problem.
I am writing a JSP Application and need to have a login form. I want to leverage the accounts that are already created in our Active Directory. Can this be done? Is there any good examples I can follow?
Thanks
VC
Hi hologram,
I am sorry I posted the wrong code above.
package JavaBean;
import java.util.Date;
import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;
public class SendMail {
// Sender, Recipient, CCRecipient, and BccRecipient...
Hi hologram,
I get this error when I try to execute it:
javax.mail.internet.AddressException: Illegal address in string ``john.smith@aol.com,john.smith@aol.com''
I will paste the revised code for SendMail.java any code examples would be great. Thanks in advance...
Hi hologram,
If I use Vectors, what do I put in my SendMail.jsp page?
I am confused all how it all ties in together. Any detailed example would be greatful.
crguy
Hi,
I have a Java class SendMail.java (code below).
I have a jsp page that send the required parameters to the Java class. (code below). Everything works as it should except when I try to send it to multiple people in the TO field. Can anybody direct me on how to fix this problem?
Thanks...
Hi,
I apologize in advance for the multiple questions.
I have a JSP application that is located in the following directory c:\jsp
The application has the regular directory structure (WEB-INF etc.)
I create an Oracle report, and placed the reports_tld.jar in my lib folder within my web...
Hi,
Sorry for all the questions. After modifying the code as you suggested I get an "Incompatible type for method. Can't convert java.util.Vector to java.lang.String"
Any suggestions? I will look on the net for examples.
Thanks for your help.
VC
Hi,
How can I pick up these values dynamically?
Vector designation = new Vector();
designation.addElement("Manager");
designation.addElement("Manager");
designation.addElement("Clerk")...
Hi,
Putting distinct will not help, as every row is distinct.
Thie is what happens:
Manager Joe Smith
Manager John James
This is what I would like:
Manager
Joe Smith
John James etc:
I would like to do this in JSP.
Thanks
Hi,
I am creating a report in JSP with Oracle backend.
My report needs to be displayed in a html table (this is not a problem).
Unfortunately, the first column repeats itself over and over again. Is there anyway to suppress duplicated values in JSP?
Thanks in advance.
VC
Hi Salih,
I am sorry for all the questions.
I have a method (updateStudentInformation) and a class (StudentInformation). Where do I need to create a new instance, in my StudentInformation class? Also, my values for si.id come from a database so I am not sure what I need to put for si.id = 5. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.