Dear JSP gurus,
Does anyone here have sample code for uploading a file from client to server using
servlet or JSP scriptlet , please share with me
or can you you give me some recommendation
Thanks you so much
Thien
==To
Create Hello World Portlet with new IBM Jetspeed tutorials
IBM has released two tutorials on Jetspeed, Advanced portlet technology.
Part 1 (
https://www6.software.ibm.com/reg/devworks/dw-wijet-i?S_TACT=103AMW61&S_CMP=GR&ca=dgr-jspl01JetSpeedPart1
) takes you through portlet development by engagin
Problem solved, it was a use case whereby the doStartTag() method
returned a SKIP_BODY instead of a EVAL_BODY_INCLUDE
Regards,
Peter Dolukhanov
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Dolukhan
Hi Shahata,
You can measure the time it takes to execute a bunch of code with
System.currentTimeMillis()
For example :
long beginTime = System.currentTimeMillis();
//Do some work (like executing SQL query, or opening a connection)
long timeItTook = System.currentTimeMillis() - beginTime;
System.
Hi Thomas,
This is not a JSP list about Java3D or anything related to this.
You'd probably have more results by asking this question in a general Java
list or graphics related list.
By the way "no main class found" means that the JVM could not find the
method "main" in the startup class.
Any Java
Dear All,
I have encountered a small problem whilst using Tag Libraries. I have
two relatively simple tags "loggedIn" and "notLoggedIn". The purpose, is
to check whether a user is logged in or not, and display whatever is
within the tag accordingly.
However, I am encountering this exception:
Hi all - I'm experiencing delays in my in my jdbc connections, and I just
wanted to inquire if anyone knows of any shareware tool that could do this
for me, or if anyone knows of a programmatic way to measure the time it
takes for a query to execute and retrieve data?
Thanks
=
Hi all,
why do I get this error
thanks in advance
regards
laxmikanth
*
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are
Hi Joel,
Check you the jmeter.
You can find it out from jakarta site itz a free tool to test the webapps.
HTH
venkat
-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Joel Carklin
Sent: Monday, March 17, 2003 1: