SV: Automate Form submission

2002-09-18 Thread Jan Arenö
Ok, I don't know if this is what you're after, but to automatic submit a form can't be done in JSP, you have to use JavaScript On your body-tag do this Now, your form will be submittet automatic when someone enter the page... I don't know what you're trying to do... This seems like a bad solut

Char array not long enough: javaCharsToUtf8Bytes

2002-09-18 Thread heriyanto binduni
Dear all, please help... I am getting this error while saving a long datatype to oracle. The error message is : Stack Trace: java.sql.SQLException: Io exception: Char array not long enough: javaCharsToUtf8Bytes at java.lang.Throwable.(Compiled Code) at java.lang.Exception.(Compiled Code) at jav

Getting the status of installed EJBs

2002-09-18 Thread Shahata, Ash
Hi there - I'm looking for a way to retrieve the current state of my EJBs on the application server(web logic). I'm particularly interested in retrieving problems or errors. Is there a way to do this programmatically? Any code samples or guides will be great. Thanks =

File upload

2002-09-18 Thread Segador Corraliza, Jose Abel [EES/ES]
Hello everybody! I'm trying to create a servlet that handles a form via POST with several fields: 3 of them TEXT and the other one FILE. So I have to handle the file upload in it. I've tried it using an example in www.onjava.com/lpt/a/745, but it doesn't work correctly. I'd like to do it via a be

Re: File upload

2002-09-18 Thread Tiago Nodari
I never had to code it I always used code that was already made, lot faster... I am using http://jakarta.apache.org/commons/sandbox/fileupload/ which has the src so you can look at it... there is also: http://www.jspsmart.com/ and at http://

Re: Worm Klez.E immunity

2002-09-18 Thread L-Soft list server at Sun Microsystems Inc. (1.8d)
> Klez.E is the most common world-wide spreading worm.It's very dangerous by Unknown command - "KLEZ.E". Try HELP. > corrupting your files. Unknown command - "CORRUPTING". Try HELP. > Because of its very smart stealth and anti-anti-virus technic,most common AV Unknown command - "BECAUSE". Try HE

Deployment Error (No Context Configured)

2002-09-18 Thread Manoj Kithany
Hi Experts, Greetings! I created the context in SERVER.XML file and added a following CONTEXT: Also, my Directory structure is as follows: /kithany /kithany/META-INF/application.xml /kithany/WEB-INF/web.xml /kithany/foo.jsp /kithany/index.html /kithany/kithany.war I have my APPLICATION.XML fi

about IE error display

2002-09-18 Thread randie ursal
hi, about the problem that i brought up here some days ago about why IE browser won't display it's error page if network is disconnected. i found the problem...it was because the page involve framing so when i click on a link that would redirect to another frame...nothing happens or IE e

Re: File upload

2002-09-18 Thread Kesavanarayanan, Ramesh (Cognizant)
for file uploading you can take a look at oreily's servlet programming. They use HttpMessage class . That works very fine. Regards Ramesh Kesavanarayanan * [EMAIL PROTECTED] -Original Message- From: Tiago Nodari [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 11:45