jsp javascript..

1999-12-27 Thread Arni Raghu
Hi, I am using the JWS from Sun.. I want to use Javascript and jsp together in a page..like

JSP & Javascript

2000-01-05 Thread Reg Sherwood
This is more of a javascript question... sorry to clutter the newsgroup with it... but am still hoping someone can shed some insight. In theory this should be trivial all I want to do is have an image map perform some operation when it is clicked. I currently have a bean that stes/gets prope

JSP - Javascript

2000-05-11 Thread Sreenivasa R V
Hi, I want to use javascript in my Presentation.jsp. How can i use the java bean variables in a javascript method. As of now i am declaring a hidden text field and then setting the value using <%= .%>. Then i am accessing the hidden text field value in my javascript method. It becomes

Re: jsp javascript..

1999-12-27 Thread Praveen Kumar S .
y, December 27, 1999 6:25 PM > To: [EMAIL PROTECTED] > Subject: jsp javascript.. > > Hi, > I am using the JWS from Sun.. > > I want to use Javascript and jsp together in a page..like > >

Re: jsp javascript..

1999-12-27 Thread Praveen Kumar S .
g environment. If That Clears Amit > -Original Message- > From: Riesland, Dan (MN10) [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, December 28, 1999 9:22 AM > To: 'Praveen Kumar S . '; '[EMAIL PROTECTED] ' > Subject: RE: jsp javascript.. > > Support

Re: jsp javascript..

1999-12-27 Thread Riesland, Dan (MN10)
Support for other scripting languages in jsp is available at http://www.plenix.org/polyjsp (for JavaScript) http://www.caucho.com dan -Original Message- From: Praveen Kumar S . To: [EMAIL PROTECTED] Sent: 12/27/99 9:14 PM Subject: Re: jsp javascript.. Hi, If you have noticed the

Re: jsp javascript..

1999-12-27 Thread acidzazz
Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Arni Raghu Sent: Monday, December 27, 1999 9:55 PM To: [EMAIL PROTECTED] Subject: jsp javascript.. Hi, I am using the JWS from Sun.. I want to use Javascript and jsp together in a page..like

Re: jsp javascript..

1999-12-28 Thread Dmitri Namiot
also have look at alaJSP on http://coldjava.hypermart.net ColdJava: java server side programming http://coldjava.hypermart.net Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com. ==

Re: JSP & Javascript

2000-01-05 Thread jesus sosa Iglesias
You may have to define your button type button not type submit: Reg Sherwood wrote: > This is more of a javascript question... sorry to clutter the newsgroup > with it... but am still hoping someone can shed some insight. > > In theory this should be trivial all I want to do is have an im

Re: JSP & Javascript

2000-01-05 Thread Shay, Ilana
Try this: -Original Message- From: Reg Sherwood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 05, 2000 12:19 PM To: [EMAIL PROTECTED] Subject: JSP & Javascript This is more of a javascript question... sorry to clutter the newsgroup wit

Re: JSP & Javascript

2000-01-05 Thread David Eaves
Title: RE: JSP & Javascript Try this tag will cause the image to submit the form. -Original Message- From: jesus sosa Iglesias [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 05, 2000 1:28 PM To: [EMAIL PROTECTED] Subject: Re: JSP & Javascript You may have to def

Re: JSP & Javascript

2000-01-05 Thread Arun Thomas
> -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Reg Sherwood > Sent: Wednesday, January 05, 2000 2:19 PM > To: [EMAIL PROTECTED] > Subject: JSP & Javascript > > > This i

Emergent JSP javascript

2000-09-28 Thread sufi malak
I tested all my JSP files and beans, everything is fine, but : An HTML page has textfield a search Button, a List, and a select button, I don't know how to design it, because the searc action will be prcessed by a JSP file that has to retourn the results to th List. Please help Thanks. __

Re: JSP - Javascript

2000-05-11 Thread [Vinod Govindan]
variables itself directly. Either ways you have to assign values to client side value holders. Vinod Sreenivasa R V cc: Sent by: A mailing Subject: JSP - Javascript list about Java

Re: JSP - Javascript

2000-05-11 Thread Pal Brattberg
[EMAIL PROTECTED] Mob: (+46) 0704 566299 | Tel: (+46) 08 52790122 Har borjar internet | http://www.spray.se > -Original Message- > From: Sreenivasa R V [mailto:[EMAIL PROTECTED]] > Sent: den 11 maj 2000 09:07 > To: [EMAIL PROTECTED] > Subject: JSP - Javascript > >

Re: JSP - Javascript

2000-05-11 Thread Sreenivasa R V
avascript variables itself directly. > Either ways you have to assign values to client side value holders. > > Vinod > > Sreenivasa R V > WIPRO.COM> cc: > Sent by: A mailing

Re: JSP - Javascript

2000-05-11 Thread Sreenivasa R V
a_y_ > > Pal Brattberg | [EMAIL PROTECTED] > Mob: (+46) 0704 566299 | Tel: (+46) 08 52790122 > > Har borjar internet | http://www.spray.se > > > -Original Message- > > From: Sreenivasa R V [mailto:[EMAIL PROTECTED]] > > Sent: den 11 maj 2000 0

Re: JSP - Javascript

2000-05-11 Thread Scott Evans
] > Sent: Thursday, May 11, 2000 1:11 PM > To: [EMAIL PROTECTED] > Subject: Re: JSP - Javascript > > > Hi Pal, > I tried your solution, but it is giving javascript syntax > error for the below > line > > var myDynamicValue = <%= myBean.getMyValue() %>;

Re: jsp & javascript

2002-08-26 Thread Walter Meyer
ipt from the browser what do u use > then? > > > > - Original Message - > > Wrom: ALPTCXLYRWTQTIPWIGYOKSTTZRCLBDXRQBG > > To: <[EMAIL PROTECTED]> > > Sent: Friday, August 23, 2002 1:23 PM > > Subject: Re: jsp & javascript > > > > > > > You can't e

Re: jsp & javascript

2002-08-27 Thread Paul Copeland
Or just return a 204 HTTP Status Code and you don't have to go into the Hidden Frame stuff perhaps. Paul Copeland, JOT Object Technologies -- http://www.jotobjects.com > > Date:Fri, 23 Aug 2002 22:46:48 -0600 > From:Walter Meyer <[EMAIL PROTECTED]> > Subjec

Re: jsp & javascript

2002-08-27 Thread Martin Gainty
[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: jsp & javascript >Date: Tue, 27 Aug 2002 15:16:33 -0700 >MIME-Version: 1.0 >Received: from mc2-f23.law16.hotmail.

JSP/Javascript and URL's

2000-10-12 Thread Philip Moschovas
Hi, i'm kinda a newbie at all this so please bear with me. i'm sending a parameter at the end of my url as follows location.href = "myurl.jsp?var=value"; I can retrieve it on the myurl.jsp with request.getParameter, but I was wondering if there was a way to retrieve that variable with javascrip

a jsp -javascript problem

2001-03-02 Thread Ashutosh Bhardwaj
hi, i have a jsp with one text field and two buttons one "submit" and one "more". after entering the value when i press more button the field gets cleared and the value in the field should be stored somewhere say a java or javascript using javascript. on pressing submit i have to pass the contents

Design choices: JSP & Javascript

2000-06-06 Thread Tom Miller
I have been asked to bring a bunch of PERL web functionality into a JSP environment. Many of the specs are requesting Javascript capabilities, like resetting "select" options on the fly, to match other "selection"s. I have read posts and book sections about the possibility of mixing Javascript and

JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Geeta Kottapalli
I am trying to send some values from one page to another or to the same page while submitting the form as : function submitInfo() { document.frm.method="post"; document.frm.action="test.jsp?Id=100&val=200" document.submit(); } In the JSP page when I request for the values as <% int progId = r

Re: JSP/Javascript and URL's

2000-10-12 Thread Navpreet
u can try retrieving: location.search once you are at teh requested page this will give you any query information in the URL, including the question mark (?). Philip Moschovas wrote: > Hi, i'm kinda a newbie at all this so please bear with me. > > i'm sending a parameter at the end of my url as

Re: JSP/Javascript and URL's

2000-10-12 Thread Venkat Jonnalagadda
[EMAIL PROTECTED] Subject: JSP/Javascript and URL's Hi, i'm kinda a newbie at all this so please bear with me. i'm sending a parameter at the end of my url as follows location.href = "myurl.jsp?var=value"; I can retrieve it on the myurl.jsp with request.getParameter,

Re: JSP/Javascript and URL's

2000-10-13 Thread dominique pillot
very easily: in js make a statement like location.search to retrieve the query part of your url and use split function to retrieve the values or indexof to know if the pairvalue you looking for exist in the query (by example) anyway since it's more easy in jsp so you can make also in your script(

Re: a jsp -javascript problem

2001-03-02 Thread christopher brown
Ashutosh Bhardwaj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 02, 2001 12:33 PM Subject: a jsp -javascript problem > hi, > i have a jsp with one text field and two buttons > one "submit" and one "more". > after entering the value when i

Re: a jsp -javascript problem

2001-03-02 Thread G.Nagarajan
, but this would take more space. regards, Nagarajan. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Ashutosh Bhardwaj Sent: Friday, March 02, 2001 12:34 PM To: [EMAIL PROTECTED] Subject: a jsp -javascript pr

Re: a jsp -javascript problem

2001-03-02 Thread Marie Josephe Plainecassagne
What would you think of a solution where you would have : - a class representing your set of items - a bean that would contain a vector of objects of this new class On the first page, you initialize your bean. Then page after a page, you add an element to your vector. In this case, all the data

Re: Design choices: JSP & Javascript

2000-06-06 Thread Edward M. Boriso
ecification and reference" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: (bcc: EDWARD M. BORISO/EMPL/VA/Bell-Atl) Subject: Design choices: JSP & Javascript I have been asked to bring a bunch of PERL web functionality into a JSP environment. Many of the spec

Re: Design choices: JSP & Javascript

2000-06-06 Thread Hines, Bill
t. It works great. Bill Hines Hershey Foods -Original Message- From: Tom Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 1:00 PM To: [EMAIL PROTECTED] Subject: Design choices: JSP & Javascript I have been asked to bring a bunch of PERL web functionality into a JSP en

Re: Design choices: JSP & Javascript

2000-06-06 Thread Ritesh_Srivastava
6 $B7n (J 6 $BF| (J $B2PMKF| (J $B8a8e (J 11:51 > To: [EMAIL PROTECTED] > Subject: Re: Design choices: JSP & Javascript > > Tom, > > JSP doesn't preclude JavaScript. We use JavaScript in our JSP pages to do > things like change some select lists based on cha

Re: Design choices: JSP & Javascript

2000-06-08 Thread M. Simms
06, 2000 1:22 PM > To: [EMAIL PROTECTED] > Subject: Re: Design choices: JSP & Javascript > > > Tom, > > JSP doesn't preclude JavaScript. We use JavaScript in our JSP pages to do > things like change some select lists based on changes to others. Use the > JavaScript

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Matthews,Paul
Problem with case? Id vs ID > -Original Message- > From: Geeta Kottapalli [mailto:[EMAIL PROTECTED]] > Sent: 12 June 2000 18:20 > To: [EMAIL PROTECTED] > Subject: JSP - JavaScript Question ??...URGENT!! > > > I am trying to send some values from one page to >

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Aggarwal, Pawan
say document.frm.submit(); Also Put a semi colon after the line document.frm.action=; -Original Message- From: Geeta Kottapalli [SMTP:[EMAIL PROTECTED]] Sent: 12 June 2000 22:50 To: [EMAIL PROTECTED] Subject:JSP - JavaScript

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Geeta Kottapalli
Thanks for the quick responses!! Sorry for the typos in the code. I did atually use document.frm.submit(); and I used the same case for requested parameters. Srinivas, I tried the way you suggested but did not work. The sample code is as follows.When selection is changed in the listbox, appropr

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Geeta Kottapalli
--- Geeta Kottapalli <[EMAIL PROTECTED]> wrote: > Thanks for the quick responses!! > > Sorry for the typos in the code. > I did atually use document.frm.submit(); > and I used the same case for requested parameters. > > Srinivas, I tried the way you suggested but did not > work. > > The sample cod

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Attili Srinivas
Sri "Geeta Kottapalli" <[EMAIL PROTECTED]> on 06/12/2000 01:20:23 PM Please respond to "A mailing list about Java Server Pages specification and reference" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: (bcc: SRI N. ATTILI/EMPL/MD/Bell-Atl) S

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread sun_king
as written you're initiating a GET method ("?Id=100&val=200"). in addition the form Parameter name is "Id" while the jsp is looking for a Parameter named "ID". on top of that your request.getParameter("ID"); can't be an integer. it's an Object or String. try this: first the form element "Id" ha

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Geeta Kottapalli
; Sri > > > > > > "Geeta Kottapalli" <[EMAIL PROTECTED]> on > 06/12/2000 02:43:49 PM > > Please respond to "A mailing list about Java Server > Pages specification and > reference" <[EMAIL PROTECTED]> > > > > To: [EMAIL

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread Attili Srinivas
reference" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: (bcc: SRI N. ATTILI/EMPL/MD/Bell-Atl) Subject: Re: JSP - JavaScript Question ??...URGENT!! --- Geeta Kottapalli <[EMAIL PROTECTED]> wrote: > Thanks for the quick responses!! > > Sorry

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread P.J. Tenn
anks, P.J. Tenn Business Analyst NetworkOil, Inc. 713.590.1514 (direct) 713.951.0101 (fax) [EMAIL PROTECTED] -Original Message- From: Aggarwal, Pawan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 12, 2000 12:35 PM To: [EMAIL PROTECTED] Subject: Re: JSP - JavaScript Question ??.

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-12 Thread benjamin . primis
rence <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Re: JSP - JavaScript Question ??...URGENT!! Try giving the whole path in the action document.frm.action="http://localhost:portnum/test.jsp?Id=100&val=200" or on some browser versions the above didnt work

Re: JSP - JavaScript Question ??...URGENT!!

2000-06-14 Thread nil
Kottapalli <[EMAIL PROTECTED]> on 06/13/2000 02:46:17 AM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: nil/aplnmum01/SHCIL/IN) Subject: Re: JSP - JavaScript Question ??...URGENT!!

Re: Design choices: JSP & Javascript

2000-06-22 Thread rohit
M. Simms wrote: > Lots of considerations here...JavaScript can keep your server requests > lower > however, when databases are involved.unless you can generate > JavaScript arrays of small size (<200 items) and "pre-load" the HTML with > the data needed to process the screen, you a

Re: Design choices: JSP & Javascript

2000-06-23 Thread Cogley, Jonathan
From: rohit [mailto:[EMAIL PROTECTED]] Sent: 23 June, 2000 12:51 AM To: [EMAIL PROTECTED] Subject: Re: Design choices: JSP & Javascript M. Simms wrote: > Lots of considerations here...JavaScript can keep your server requests > lower > however, when databases are involved...

Re: Design choices: JSP & Javascript

2000-06-28 Thread M. Simms
; [mailto:[EMAIL PROTECTED]]On Behalf Of Cogley, Jonathan > Sent: Friday, June 23, 2000 8:20 AM > To: [EMAIL PROTECTED] > Subject: Re: Design choices: JSP & Javascript > > > Why not use some of Javascript's OO features for example ... > > // This javascript client side