File System on Linux

2002-07-02 Thread Daniel Jayapaul
I think you have misunderstood my question .. My question is I am using JavaMail to send mails .. In that I am trying to attach the file. All my application is in tomcat server in Linux. When I tried attaching file from the Windows based client Ex c:/example.txt the Linuc cannot convert the

Current date in milliseconds

2002-07-02 Thread Robert Burdick
I have been looking at the Calendar, Date, and Timestamp classes in circles trying to figure out how to simply get the current system date/time in milliseconds. Can anyone tell me how this is done?!?!?! === To unsubscribe:

Re: Current date in milliseconds

2002-07-02 Thread Vikramjit Singh
Why dont you try, java. text.SimpleDate Format. Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Robert Burdick [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 11:38 PM To: [EMAIL PROTECTED] Subject: Current date in milliseconds I

Re: Current date in milliseconds

2002-07-02 Thread Geert Van Damme
System.currentTimeMillis() ? new Date().getTime() ? Of course the first one is prefered, but if you already have a Date object, you can use getTime(). Geert Van Damme -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Re: how to pass current value in function of jsp?

2002-07-02 Thread Bhushan_Bhangale
No shortcut you have to go serverside to check whether that employee already exists or not. -Original Message- From: Vaishali S. Pandya [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 10:27 AM To: [EMAIL PROTECTED] Subject: Re: how to pass current value in function of jsp? Yes

Problemas con la recursividad

2002-07-02 Thread Manuel Rodriguez Diaz
Hi, I have write a function inside the %! % tags of a JSP page that is called recursivelly. The fact is that i'm not able to access implicit JSP objects like session or out. ¿Is that true or am i doing something wrong? ¿How can i bypass this problem? Thankyou

Re: Problemas con la recursividad

2002-07-02 Thread Francisco Manuel Martínez Suárez
Could you pass these objects as arguments inside your recursively function? I have to do this when I use beans which use session and out objects... Fran -Mensaje original- De: Manuel Rodriguez Diaz [SMTP:[EMAIL PROTECTED]] Enviado el: martes 2 de julio de 2002 10:29 Para:

Understanding File System

2002-07-02 Thread Daniel Jayapaul
I am using JavaMail to send mails .. In that I am trying to attach files. All my development version application is in tomcat server in windows 98 . When I tried attaching file from the same machine client, it works fine but if I try accessing it from a different client It cannot find the file.

Re: Problemas con la recursividad

2002-07-02 Thread Bhushan_Bhangale
The whole JSP gets converted into a servlet with only a single method named service() in that servlet class. So the session, out, etc JSP variables gets declared and initialized in the service() method only. The function which you define in %! % tags gets created outside the service method.

Re: Problemas con la recursividad

2002-07-02 Thread Kesav, Ramesh
try creating these variables in the service method and then let me know. Regards Ramesh Kesavanarayanan Electronic Data Systems India pvt Ltd * 91-44-254 9650 ext :2469 * [EMAIL PROTECTED] -Original Message- From: Manuel Rodriguez Diaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July

How to buld up a link which opens a new window with JavaScript and invokes a Struts action simultaneously?

2002-07-02 Thread Michael Chelmowski
I have tried the following: html:link href=javascript:window.open('/queryList.do?action=top','Edtij0fm01','to olbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=y es,resizable=yes,copyhistory=no,,'); return false; onmouseover=window.status='Onderhouden Teksten bij

Struts JRE support

2002-07-02 Thread Da-Ming Duan
Can somebody let me know what version of JRE is required for running Struts 1.0.2 tag lib ? I tried JDK 1.4 with Tomcat and it worked but with JDK1.3.0_02 I got run time errors. Thanks Da-Ming === To unsubscribe: mailto

Where to begin ?

2002-07-02 Thread Remy Dufour
I all, Im a PHP programmer who like to learn more on JSP. I have some background in JAVA (applet) What are the big difference between php-jsp ? Is there some common pitfall i should avoid ? Rémy ==To unsubscribe: mailto

Re: How to buld up a link which opens a new window with JavaScrip t and invokes a Struts action simultaneously?

2002-07-02 Thread Vikramjit Singh
struts question shall be best answered on the struts-user mailing list mailto:[EMAIL PROTECTED] Regards, Vikramjit Singh, Systems Engineer, GTL Ltd. Ph. 7612929-1031 -Original Message- From: Michael Chelmowski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 7:31 AM To: [EMAIL