i am sorry

2002-08-28 Thread Yukari Kodama
Dear all i am so sorry for the last e-mail. now i've deleted my account by myself to unsubscribe. thank you for people who gave me advice. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For dig

Detalj - out of logig

2002-08-28 Thread Juha Halmu
Is it possible in JSP to change that JSP-end to something else, like .hello. Ok, why, you ask. I don't know yet, but... Terveisin, x--- Juha Halmu ---y http://portal.halmu.net This e-mail may contain confidential an

Re: please delete my account.

2002-08-28 Thread Yukari Kodama
Hi, Daniel. i don't want Javamail anymore. please please delete my account from [EMAIL PROTECTED] Thank you. - Original Message - From: "Daniel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 1:23 PM Subject: JavaMail subject encoding? > Hi All, > > In JavaM

JavaMail subject encoding?

2002-08-28 Thread Daniel
Hi All, In JavaMail we can change the contents encoding of the message like this mbp1 = new MimeBodyPart(); message = request.getParameter("message"); mbp1.setText(message, "ISO-8859-1"); But this changes only the message part but how do I change the subject encoding? Thanks in advance

Re: JavaMail

2002-08-28 Thread Martin Gainty
Jan: String contentType = "text/html";String message = "Hi there..";Message msg = new MimeMessage(session);msg.setContent(message, contentType);Transport.send(msg); Sverige Altid! Martin Gainty __ Disclaimer and confidentiality note Everything

Re: EAR DEPLOYMENT ERROR

2002-08-28 Thread Martin Gainty
MittalWhen converting Weblogic 6.0 to Weblogic 7.0Also remote relations are not supported in 7.0. To upgrade an application from 6.0 to 7.0, you have to bundle all EJBs in EJB 2.0 CMP relations into one JAR file. Here is the relevant link:http://dev2dev.bea.com/articlesnews/discussion/thread.jsp?f

EAR DEPLOYMENT ERROR

2002-08-28 Thread Bhiogade, Mittal S (SUPP)
Hi All, When I am deploying my web application as an EAR file on weblogic I get the following error Compiler failed executable.exec(java.lang.String[javac, -nowarn, - classpath, /appl/icockpit/wlserver6.1/tmp_ejbshelct26suppge.supply.ge.com7111/ITComps_ITComps:/appl/icockpit/wlserver6.1/./conf

Re: Changing sesssion values.

2002-08-28 Thread Martin Gainty
Could you show us which specific session value of web.xml contains User Interface?Thanks, Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Syst

Re: IE5 refresh problem

2002-08-28 Thread Martin Gainty
Hello Roland: I assume you have Javascript turned on in the Browser?Could you provide the jsp so we can test it here??Does this happen with any other Browsers??? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail an

IE5 refresh problem

2002-08-28 Thread Roland Dong
I have a jsp page displaying the data retrieved from database. When database records are updated. I want to click 'refresh' button to update the jsp page. Unfortunately, I get no pointer errors when I do that. This happens only on IE5. It works fine in Netscape and IE5.1. Is there a work around

Nasty Error from List.jsp

2002-08-28 Thread Martin Gainty
Hi Folks:Recently I have encountered this error:An error occurred at line: 4 in the jsp file: /admin/list.jspGenerated servlet error:    [javac] Compiling 1 source file%CATALINA_HOME%\work\Standalone\localhost\soap\admin\list$jsp.java:50: cannot resolve symbolsymbol  : method getInitParameter  (ja

Re: mysql Driver?

2002-08-28 Thread Branden Root
Daniel, Whups, sorry! Looks like the mm mysql driver IS the mysql-connector. -- Branden Root Web Developer Portent Interactive === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For dig

Re: mysql Driver?

2002-08-28 Thread Branden Root
Daniel, Try the mm mysql driver: http://www.worldserver.com/mm.mysql/ -- Branden Root Web Developer Portent Interactive On Wednesday 28 August 2002 02:12 am, you wrote: > Hi All, > > Is there any good, stable and free jdbc driver for mysql. > > I tried this mysql-connector-java-2.0.14-

Re: a puzzled JSP question!!!

2002-08-28 Thread Zerbe John W
I don't know if it will help with this case, but I see that you have ONLOAD=show5() on your body tag and include the javascript files seperately later in the . I have had better luck with loading pages that immediately try to run javascript by loading all javascript in the tag. -Original Me

Re: a puzzled JSP question!!!

2002-08-28 Thread Martin Gainty
Unfortunately placing JSP in HTML in a HTML page seems to garble things up pretty good.Why not attach each of the JSP's (and resend) so that  we can reconstruct and hopefully render the Jsp page(s) individually.Regards, Martin Gainty __ Disclai

Re: JavaMail

2002-08-28 Thread Campano, Troy
This is a great JavaMail FAQ: http://java.sun.com/products/javamail/FAQ.html#sendhtml It has some stuff about sending html formatted notes and also attachments. This is what I used to do it. thanks! t r o y -Original Message- From: Jan Arenö [mailto:[EMAIL PROTECTED]] Sent: Wedn

[BOOK] JSTL in Action

2002-08-28 Thread Shawn Bayern
I just wanted to let you know that JSTL in Action is finally shipping from Amazon.com. It's been in bookstores for a week or so, but because of Amazon's discounts, I wanted to wait until they had it before notifying this list. (They sell JSTL in Action for $27.97.) Amazon's URL for the book is

a puzzled JSP question!!!

2002-08-28 Thread Edward King
I encountered a puzzled JSP question.I have a HTML file,I have a link in this HTML,for example: http://192.168.39.143:8080/EPG/input.jsp"; style="color:#00FA9A" >Input System I use Apache Tomcat4.0 to deploy input.jsp. When I click above href, a puzzled phenomena raised! My input.jsp show

Changing sesssion values.

2002-08-28 Thread Daniel
Hi, Is there any way to change the session value configured in the web.xml from User Interface and restart the Server? Is there any command for that? Regards Daniel Jayapaul.E === To unsubscribe: mailto [EMAIL PROTECTED] wi

mysql Driver?

2002-08-28 Thread Daniel
Hi All, Is there any good, stable and free jdbc driver for mysql. I tried this mysql-connector-java-2.0.14-bin and the old versions of this driver. I am having problem when I tried submitting this simple String into database. String name = "\\"; I cannot. while I can submit this value into m

JavaMail

2002-08-28 Thread Jan Arenö
Hi I am testing the JavaMail API (javax.mail.*) and it is working fine. Now I want do add files and send a html-mail, but I can't figure out how. Can anyone help me or give me an example / url ? //Jan === To unsubscribe: ma