[java ee programming] LAB 4006 Expression Language

2009-10-17 Thread Mario Quiroz
Hi again I guess the last mail didin't arrive well. My problem is that I'm doing wrong the EL lab the next it's part of my code, since I ran the code it never shows anything. I tried printing only the name but nothing happens. Can anybody tell me what's wrong with my code?. Thnks. *Person class*

[java ee programming] Re: javamail api

2009-10-17 Thread ANUJ KUMAR
it was givving domain not found as an error On Sat, Oct 17, 2009 at 7:33 PM, ANUJ KUMAR wrote: > please some can tell me what is the problem with the code below > > > > > <%@ page import="java.text.*"%> > <%@ page import="java.util.*"%> > <%@ page import="javax.mail.*"%> > <%@ page import="ja

[java ee programming] javamail api

2009-10-17 Thread ANUJ KUMAR
please some can tell me what is the problem with the code below <%@ page import="java.text.*"%> <%@ page import="java.util.*"%> <%@ page import="javax.mail.*"%> <%@ page import="javax.mail.internet.*"%> <%@ page import="javax.activation.*"%> <% try { InternetAddress toAddress=new Inte