Tag Lib for Excel?

2001-08-01 Thread Carlos de Luna Saenz
I know that everybody want's to make a platform independent app... but some clients are asking us to create Excel reports "on the fly" on web based apps... i was wondering if someone is doing a taglib to do this (like a table tag) and support some graphics... Greetings

troubles with a JSP

2001-06-12 Thread Carlos de Luna Saenz
I have a JSP that uses the mailer tag lib... when i use the JSP on the / directory of the webserver... it works... but it doesn't when i moved that to the /erogaciones/ diorectory... any idea of what is happening? The error... JSP Error: Request URI:/erogaciones/mailer.jsp Exception: oracle.jsp.pa

Tab lib not functioning

2001-06-12 Thread Carlos de Luna Saenz
If i try to use the taglib in a document outside the root directory it will not work, but it does on the root directory... any idea? the error is:that can't find any class unless i put the jars on the directory of the JSP. Greetings

Re: mailer tag

2001-06-12 Thread Carlos de Luna Saenz
.sun.com/developer/onlineTraining/JavaMail/exercises/MailSetup/index.html Good luck.Darrell -Original Message-----From: Carlos de Luna Saenz [mailto:[EMAIL PROTECTED]]Sent: Friday, June 08, 2001 12:43 PMTo: [EMAIL PROTECTED]Subject: mailer tag I am trying to implement the mailer taglib on th

mailer tag

2001-06-09 Thread Carlos de Luna Saenz
I am trying to implement the mailer taglib on the Oracle IAS (Apache+JServer+Tomcat)... but when i try to use the tag a exception is raised with the "java.lang.NoClassDefFoundError: javax/mail/Session"... any idea? i want to send a "confirmation mail" when a JSP is reached. Greetings Carlos