Using JavaScript with Struts

2003-12-28 Thread Gurpreet Dhanoa
HI All Can anybody help me out in guiding How to use Java-Script in Struts Regards Gary

javascript with struts nested fields?

2003-09-10 Thread David G Friedman
In an html page, is there a way to reference a nested form variable without using array subscripts? In the web page the client sees, it gets the below: input type=text name=order.program value=108 I want a pop-up calendar window button next to it that populates that field with the selected

Re: javascript with struts nested fields?

2003-09-10 Thread news.gmane.org
Why don't you use just formName[order.program] ? David G Friedman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In an html page, is there a way to reference a nested form variable without using array subscripts? In the web page the client sees, it gets the below: input

RE: JavaScript with struts nested fields?

2003-09-10 Thread David G Friedman
To: [EMAIL PROTECTED] Subject: Re: javascript with struts nested fields? Why don't you use just formName[order.program] ? David G Friedman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In an html page, is there a way to reference a nested form variable without using array

javascript and Struts

2003-04-04 Thread Oliver Reflé
Hi Guys, i have a strange problem. Maybe you can help me. I would like to submit a form when a select box value has changed.Here is the code like i try it: html:form action=/updateCampaign?target=update method=POST table trtdbDatenfeld/b/tdtdbWert/b/td/tr trtdKampagnenname:/tdtd html:select

RE: javascript and Struts

2003-04-04 Thread Mick . Knutson
() and then submit the form then. -Original Message- From: Oliver Reflé [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 8:46 AM To: Struts Subject: javascript and Struts Hi Guys, i have a strange problem. Maybe you can help me. I would like to submit a form when a select box value has

javascript and Struts

2003-04-04 Thread Oliver Reflé
Hi Guys, i have a strange problem. Maybe you can help me. I would like to submit a form when a select box value has changed.Here is the code like i try it: html:form action=/updateCampaign?target=update method=POST table trtdbDatenfeld/b/tdtdbWert/b/td/tr trtdKampagnenname:/tdtd html:select

Re: javascript and Struts

2003-04-04 Thread Stephen Smithstone
have u tried document.forms[ 0 ].submit( ) ??? On Friday 04 April 2003 12:31 pm, Oliver Reflé wrote: Hi Guys, i have a strange problem. Maybe you can help me. I would like to submit a form when a select box value has changed.Here is the code like i try it: html:form

AW: javascript and Struts

2003-04-04 Thread Oliver Reflé
An: Struts Users Mailing List Betreff: Re: javascript and Struts have u tried document.forms[ 0 ].submit( ) ??? On Friday 04 April 2003 12:31 pm, Oliver Reflé wrote: Hi Guys, i have a strange problem. Maybe you can help me. I would like to submit a form when a select box value has

RE: javascript and Struts

2003-04-04 Thread Jimmy Emmanual
Users Mailing List Subject: AW: javascript and Struts yes this i also tried. and : forms[0].submit() and simply submit() In my opinion also the last must work cause the select element is ebedded in the form. But nothing works. -Ursprüngliche Nachricht- Von: Stephen Smithstone [mailto

RE: javascript and Struts

2003-04-04 Thread Vivian, Nigel (N.)
- From: Oliver Reflé [mailto:[EMAIL PROTECTED] Sent: 04 April 2003 13:08 To: Struts Users Mailing List Subject: AW: javascript and Struts yes this i also tried. and : forms[0].submit() and simply submit() In my opinion also the last must work cause the select element is ebedded in the form

RE: javascript and Struts

2003-04-04 Thread Niesen, Nathan
, 2003 5:31 AM To: Struts Subject:javascript and Struts Hi Guys, i have a strange problem. Maybe you can help me. I would like to submit a form when a select box value has changed.Here is the code like i try it: html:form action=/updateCampaign?target=update method=POST table

javascript and STRUTS

2002-12-20 Thread Eric C. Hein
Background: In my form I have a field city that the user selects from a drop down list. The city dropdown is initially setup to have one option that cues the user to select a county first (-1, select county first). After the user selects a county the options list for city is then set to a

Re: javascript and STRUTS

2002-12-20 Thread Rick Reumann
On Friday, December 20, 2002, 3:29:15 PM, Eric wrote: ECH Is there anyway to capture the value of the bean before it is overwritten? Since your using javascript coulnd't you set a hidden field oldValue that you can set before you do any overwriting? Then you would have access to the old value

Re: javascript and STRUTS

2002-12-20 Thread Eric C. Hein
. Rgds, Eric - Original Message - From: Rick Reumann [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, December 20, 2002 12:46 PM Subject: Re: javascript and STRUTS On Friday, December 20, 2002, 3:29:15 PM, Eric wrote: ECH Is there anyway to capture

RE: [JavaScript-cool] Struts and Many Buttons on Single page

2002-08-29 Thread Susmita Pati
: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 12:43 PM To: 'Struts Users Mailing List' Subject: RE: [JavaScript] Struts and Many Buttons on Single page Just testing the tag protocol :-) -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent

Javascript and Struts

2002-06-13 Thread Villegas, Courtney
Is it possible to mix javascript and struts? I want to create a popup window that is opened through an action. There was some talk of doing this about a month ago, but I looked on the user-list archives and couldn't find any information. Any help would be greatly appreciated. Thanks

Re: Javascript and Struts

2002-06-13 Thread greg rebuck
We've done this. It's really no different, I think, than using Javascript with vanilla JSP/Servlets. Villegas, Courtney wrote: Is it possible to mix javascript and struts? I want to create a popup window that is opened through an action. There was some talk of doing this about a month ago

RE: Javascript and Struts

2002-06-13 Thread Villegas, Courtney
/reportDeliveryQP.jsp',1, 350, 300) How can I combine the two? thanks -Original Message- From: greg rebuck [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:01 PM To: Struts Users Mailing List Subject: Re: Javascript and Struts We've done this. It's really no different, I think

RE: Javascript and Struts

2002-06-13 Thread Joe Germuska
At 2:03 PM -0700 2002/06/13, Villegas, Courtney wrote: can I feed an action into Javascript? This is what my struts link would look like to forward to another page: html:link page=/reportNav.do?action=Load and this is what my javascript looks like to open the new browser window

RE: Javascript and Struts

2002-06-13 Thread Leonardo Maciel
, Courtney [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 4:54 PM To: 'Struts Users Mailing List' Subject: Javascript and Struts Is it possible to mix javascript and struts? I want to create a popup window that is opened through an action. There was some talk of doing this about a month

RE: Javascript and Struts

2002-06-13 Thread Joe Germuska
of these examples also end up with hardcoding fullPath (the web app context path). Joe -Original Message- From: Villegas, Courtney [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 4:54 PM To: 'Struts Users Mailing List' Subject: Javascript and Struts Is it possible to mix javascript

Javascript and struts compatibility

2002-05-15 Thread deepak
Hi, Here is a problem I'm dealing with. In a JSP textfields are formed dynamically using struts. Struts will name these dynamically created textfields in the form of array as txtName[0], txtName[1] ... txtName[i] respectively. The names txtName[i] correspond to the respective

RE: Javascript and struts compatibility

2002-05-15 Thread James Mitchell
You've got to use a different syntax for referencing the browser dom. document.forms[frm].elements[txtName[1]].value() JM -Original Message- From: deepak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 7:01 AM To: [EMAIL PROTECTED] Subject: Javascript and struts

Javascript in Struts

2002-03-27 Thread Bhaskar Gopalan
Hi, how does Javascript work with struts? I have a 'Filter' form with a couple of radio, select and text fields. The only three request parameters are filterSet, filterType and filterValue. Example: tr td width=5% / html:radio value=stage property=filterType / font color

Using JavaScript in Struts

2002-01-24 Thread chris williams
Hello, I would like to use javascript comes with struts 1.0. But, It expects me to have config directory in all the directories under the webapps/classes directory. For an example: I have webapps/classweb/abc/abc.jsp file, Struts expects to have webapps/classweb/abc/config/ directory

how to integrate javascript in struts?

2001-08-22 Thread Metehan Selvi
How to integrate javascript in struts without writing any java code in jsp-pages?

RE: how to integrate javascript in struts?

2001-08-22 Thread Allamsetty, Venkata
javascript in struts? How to integrate javascript in struts without writing any java code in jsp-pages?

javascript and struts

2001-07-08 Thread cahana
I have a jsp page that has current address information and permanent address information. I want to have a checkbox on the pagetitled "Check here if same as current address". Checking this checkbox willtrigger some javascript or other function that will take all the vales from the current

Re: javascript and struts

2001-07-08 Thread Ted Husted
It sounds like a straight Javascript issue. Once the fields are populated and submitted, Struts will pickup them up from the request, and continue processing them. The Struts HTML tags expose all the Javascript event handlers, so you can specifty an onchange scriptlet that calls a script to set

Re: javascript and struts

2001-07-08 Thread cahana
Disregard this message. I got it to work. - Original Message - From: cahana To: [EMAIL PROTECTED] Sent: Sunday, July 08, 2001 4:39 PM Subject: javascript and struts I have a jsp page that has current address information and permanent address information. I want

RE: javascript and struts

2001-05-09 Thread Dudley [EMAIL PROTECTED]
: RE: javascript and struts Thanks! That worked. To: '[EMAIL PROTECTED]' Jason Chaffee [EMAIL PROTECTED] JasonChaffee@mcc: (bcc: Will Spies/Towers

javascript and struts

2001-05-08 Thread Will Spies/Towers Perrin
I have some HTML tags that have struts form data associated with them of the form input name=data.value. For example: input name =data.employeeName/input. I seem to be having difficult referencing these in Javascript due to the .'. Javascript thinks employeeName is a property of data rather than

RE: javascript and struts

2001-05-08 Thread Jason Chaffee
Title: RE: javascript and struts Try thg following document.form[data.emplyeeName].value -Original Message- From: Will Spies/Towers Perrin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 5:39 AM To: [EMAIL PROTECTED] Subject: javascript and struts I have some HTML tags

RE: javascript and struts

2001-05-08 Thread Will Spies/Towers Perrin
) etatv.com Subject: RE: javascript and struts 05/08/01 12:47

RE: Javascript and struts

2001-04-27 Thread Steve A Drake
On Thu, 5 Apr 2001, Dorai, Harish (c) wrote: It seems the onclick event overrides the submit action and hence your form is not getting submitted. Instead of using form:submit use the Button tag and in the onclick function put this code. The html:submit tag creates an input type of submit

Re: Javascript and struts

2001-04-06 Thread Jens Rehpöhler
Hi Joel, form:form action="logon.do" focus="username" Username: form:text property="username" /br Password: form:password property="password"/brbr form:submit value="Logon" onclick =

Re: Javascript and struts

2001-04-06 Thread Jens Rehpöhler
Hi Joel, I have forgotten to write you my other idea to solve your problem :-) Here it is: Remove the onClick handler and the JavaScript from you login screen. After a succesfull login (logon.do) show a page with the following content: html head/head body script language="javascript"

Re: Javascript and struts

2001-04-05 Thread JOEL VOGT
Hi, I have this code: form:form action="logon.do" focus="username" Username: form:text property="username" /br Password: form:password property="password"/brbr form:submit value="Logon" onclick =

RE: Javascript and struts

2001-04-05 Thread David Winterfeldt
L VOGT [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 8:39 AM To: [EMAIL PROTECTED] Subject: Re: Javascript and struts Hi, I have this code: form:form action="logon.do" focus="username" Username: form:text property="username" /br P

Javascript and struts

2001-04-04 Thread JOEL VOGT
Hi all, I have a simple login form. When the user clicks the submit button, I want to open up a new window using javascript. This window will have no back button etc for the user to play around with. This works fine, I get my window okay and it displays properly, the problem is it still

Re: JavaScript in Struts

2001-03-30 Thread Tom Miller
I've added these to our Jyve FAQ: How Do I use Javascript in my Struts forms? --- The relevant HTML tags provide support for the Javascript event handlers onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, o

Re: JavaScript in Struts

2001-03-30 Thread Jean-Noel Ribette
- Original Message - From: Tom Miller [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 3:33 PM Subject: Re: JavaScript in Struts Thanks, Ted. I like Craig's suggestion about combining dynamic Javascript menu systems with Struts. I wonder if anyone has tried

Re: JavaScript in Struts

2001-03-30 Thread David Winterfeldt
t is frame based, too elaborate for my needs, and uses Windows Explorer tree icons, which is not what I had in mind. Thanks Tom Ted Husted wrote: I've added these to our Jyve FAQ: How Do I use Javascript in my Struts forms? --- The relevant

Re: JavaScript in Struts

2001-03-29 Thread Ted Husted
I've added these to our Jyve FAQ: How Do I use Javascript in my Struts forms? --- The relevant HTML tags provide support for the Javascript event handlers onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown

JavaScript in Struts

2001-03-28 Thread Tewathia, Atul
Title: JavaScript in Struts How do I perform javascript validation in struts pages ??

Help: Javascript validation + Struts Lib

2000-11-02 Thread sadhana
Hi everybody... i want to use javascript validation with struts lib. how do i use ??? any idea .? sadhana... [EMAIL PROTECTED