Re: Automate Form submission

2002-09-17 Thread G.Nagarajan
hi, if you are looking for a tool for simulating user actions then you can have a look at 1. Httpunit 2. opensta (www.opensta.org) 3. Apache JMeter OpenSTA runs only in windows but is easy to learn and setup. It provides a useful script recorder using which you can record the actions done in a br

Frank DeSarro/Bsg/MetLife/US is out of the office.

2002-09-17 Thread Frank DeSarro
I will be out of the office from 09/17/2002 until 09/23/2002. I will be attending a class and will respond to your message when I return. If you need immediate assistance, please contact Donna Verrastro. Thank you. The information contained in this message may be CONFIDENTIAL and is for the in

unsubscribe

2002-09-17 Thread manoj devassy
__ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest

Re: Off Topic - forum for DHTML/ JavaScript

2002-09-17 Thread Kesavanarayanan, Ramesh (Cognizant)
check for the website javascript.internet.com or google Regards Ramesh Kesavanarayanan * [EMAIL PROTECTED] -Original Message- From: Aruniima Chakrabarti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 6:20 PM To: [EMAIL PROTECTED] Subject: Off Topic - forum for DHTML

Re: No Context Error--> Apache + Tomcat + Jboss

2002-09-17 Thread manoj devassy
Hi Manoj, What u have done is right, but u need to specify the context thru application.xml file and make an ear file. Then deploy, it will work appliction.xml - your application name file.war /file Create file.ear containing these file

Reading Image Sizes Via JSP

2002-09-17 Thread techhead4life
I want to know how to read a image's attributes by height and width via jsp page. I had a hard time finding reference about this. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mai

Re: How do you convert a jsp page into Java?

2002-09-17 Thread Martin Gainty
David: I get test$jsp.javaRegards, -Martin >From: David Hyne <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: How do you convert a jsp page into Java? >Date: Tue, 17 Sep 2002 14:05:59 -0700

Re: How do you convert a jsp page into Java?

2002-09-17 Thread Brian P Bohnet
Look in your jsp engine work directory to find the exact jsp/servlet .java file shown in your error message. for example: using tomcat4.x, here is the path to the .java file for the examples webapp(notice the name of the .java includes "$jsp" $TOMCAT_HOME/work/Standalone/localhost/examples/comp

Re: How do you convert a jsp page into Java?

2002-09-17 Thread David Marquis
Those files can also be in your Application Server's directory. For example : with Tomcat, the %TOMCAT_HOME$/work directory is where tomcat stores the compiled JSPs. HTH, David -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTE

Re: How do you convert a jsp page into Java?

2002-09-17 Thread David Hyne
Check your /WEB-INF/work/ directory. For every JSP page, the server generate (servlet) codes i.e. if test.jsp, the java file will be "_test_jsp.java". Hope this help! -Original Message- From: Anand Desai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 1:59 PM To: [EMAIL PRO

How do you convert a jsp page into Java?

2002-09-17 Thread Anand Desai
I am seeing errors in my java code embedded in my jsp pages. The java code line #s reported are incorrect. How do I convert my jsp page into java code? Thanks, Anand === To unsubscribe: mailto [EMAIL PROTECTED] with body: "s

No Context Error--> Apache + Tomcat + Jboss

2002-09-17 Thread Manoj Kithany
Hi Experts, Greetings! I am getting the error - "Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this reques" Can you please help me/guide me in this. My Directory structure is /kithany (top level dir) /kithany/index.html /kithany/WEB-INF (dir) /kithany/WEB-INF/web.xm

Automate Form submission

2002-09-17 Thread jyoti chereddy
Can someone help me here. I want to automate Logging into a site , submitting a form and then reading the results page. I would greatly appreciate it if someone can give me a lead in this. thanks, Jyoti _ MSN Photos is the easiest wa

Memento design framework - anyone refactor to struts

2002-09-17 Thread Chuck Amadi
Hi I'm new to the mailing group been jsp 'ing for around a year or so . Nevertheless my Company and collegeues are currently worjing on a Struts Project that is taken alot of time albeit I have created for my Company a JSP data-driven intranet to become part of our website .I created this mind usi

Re: Tomcat console scrolling blindness

2002-09-17 Thread Luis A
Check instructions regarding log files in Tomcat/conf/server.xml Luis. - Original Message - From: "David Castro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 7:55 AM Subject: Tomcat console scrolling blindness > I'd like to capture the console messages

Re: good location for

2002-09-17 Thread Martin Gainty
Jean:for supplying multiple values to listbox in JSP example take a look athttp://localhost:8080/examples/jsp/error/error.htmlRegards, -Martin   >From: Jean-Max Reymond <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROT

SV: JSTL fantastic, but what about Hello?

2002-09-17 Thread Erik Beijnoff
>Indeed, the syntax isn't valid XML. However, documents that >produce web >pages -- or even XML documents -- need not be authored in XML. You're right. It's just that it feels a little bit odd with using a XML syntax and then not produce xml compatible documents felt a little...strange. But it s

good location for

2002-09-17 Thread Jean-Max Reymond
I have a bean and a jsp and I can notice was the location of the tag is very important. if the tag is just before the , it is not correct for the display of the value in the select box. if the tag is before (I suppose), it is OK. So, what is the rule to know where is the correct location ? Note

Re: Jakarta TagLib reference

2002-09-17 Thread Shawn Bayern
On Tue, 17 Sep 2002, Jan Arenö wrote: > I have installed the Jakarta standard taglibs on my TomCat server. > > Where do I find a referance what the taglib include? Also I would like some > serious examples to work with... > > Does anyone have some webpages with useful information? First, I just

Re: JSTL fantastic, but what about Hello?

2002-09-17 Thread Shawn Bayern
On Tue, 17 Sep 2002, Erik Beijnoff wrote: > But then when it should be printed... The page variable myUrl is > printed in the elements href attribute with href=’ value="${myUrl}"/>’!?!? > > I mean this isn't even correct xml in any way. Even if the > would have been just plain text, which it is

Jakarta TagLib reference

2002-09-17 Thread Jan Arenö
Hi I have installed the Jakarta standard taglibs on my TomCat server. I have made an testpage where I used the succefully, so the taglib works... Where do I find a referance what the taglib include? Also I would like some serious examples to work with... Does anyone have some webpages with use

Off Topic - forum for DHTML/ JavaScript

2002-09-17 Thread Aruniima Chakrabarti
Hi all, I am stuck on some JavaScript, DHTML - Behavior problems... Is there any email forums where I could write to... Thanks In advance Regards, aruniima This message contains privileged and confidential information

Sort of Off Topic - publishing tools

2002-09-17 Thread Eric Cho
Hi all, I was wondering if I could get any suggestions as to either a java-based or MS based tool that could publish a bulletin from MS Word to a site using LDAP privileges. Also, users of this site will be limited in accessibility according to their profile on LDAP. AND. this tool has to b

Tomcat console scrolling blindness

2002-09-17 Thread David Castro
I'd like to capture the console messages put out by Tomcat so I can figure out what I don't have set up correctly with the Struts framework. Is there a way I can configure Tomcat 3.2.4 to output its console messages also to a text file? I've checked the .log files, and they're always empty after I

Re: Disable Directory Listing

2002-09-17 Thread Vikramjit Singh
The listings param-name just does not display the directory structure of your context, and thats it. It does not block any files. It should show Login.jsp when you type the complete url. I have tried the same on my system and its working fine. Just check whether tomcat is throwing any error. Vikr

Re: POP3 With JSP

2002-09-17 Thread Dmitry Namiot
See for example POP taglib from Coldtags suite: http://www.servletsuite.com/jsp.htm -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com __ The NEW Netscape 7.0 browser is now available. Upgrade now!

JSTL fantastic, but what about Hello?

2002-09-17 Thread Erik Beijnoff
I just discovered JSTL three days ago and when I realized what it was aiming at, I just got blasted away! It's a very impressive set of standard actions, well written and with just the right set of actions that is needed in just about every jsp page. I've been pondering moving to Velocity earlier.