Re: Javascript submit

2002-05-17 Thread Adam Grohs
Matt, in JavaScript, the forms sit within a collection below the document root within the DOM. You should be able to directly reference your forms via index through JavaScript, using document.forms[0].submit(), document.forms[1].submit(), etc. HOWEVER, I would highly suggest switching your

Re: Indexed Tag and JavaScript Problem

2002-02-14 Thread Adam Grohs
Your syntax is causing the browser's js interpreter is looking for actHour1 as an array object in the JavaScript code, it will return object expected errors because the form elements name is actually actHour[1].faHrsDay1 and there is likely no such array object elsewhere in your JavaScript on the

Re: Non-Struts Related JS Question

2002-01-30 Thread Adam Grohs
this should work: a href=javascript:void openWidgetWindow() - Original Message - From: John M. Corro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 9:31 AM Subject: Non-Struts Related JS Question Does anyone know how to call a javascript function from an html

Re: Example Site Built using Struts

2001-10-25 Thread Adam Grohs
Robin, Pleas have a look at http://www.hallmarkstories.com. Hope this helps. Adam S. Grohs [EMAIL PROTECTED] - Original Message - From: Robin Roos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 24, 2001 9:50 AM Subject: Example Site Built using Struts Hello

Re: How to customize the way Validation Error is display

2001-10-03 Thread Adam Grohs
Have a look at an implimentation description and sample that I've put together at www.leanonme.org. Hope this helps. Thanks, Adam S. Grohs [EMAIL PROTECTED] - Original Message - From: Minh Tran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 3:40 PM Subject:

Re: New professional STRUTS website

2001-10-02 Thread Adam Grohs
window if html:errors were used? Nice site, thanks for sharing. Thinh -Original Message- From: Adam Grohs [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: New professional STRUTS website www.hallmarkstories.com Please have a look

Re: Javascruot with html:errors

2001-10-02 Thread Adam Grohs
: Javascruot with html:errors Adam, Yes, I am interested in learning more. Thanks. Shu, Kwang-shi | Tel 732-460-7848 Village Networks, Inc. | Fax 732-460-9851 246 Industrial Way West | Eatontown, NJ 078724| email: [EMAIL PROTECTED] -Original Message- From: Adam Grohs [mailto

Re: Javascruot with html:errors

2001-09-30 Thread Adam Grohs
may be generating it, but you're not actually calling it. However, perhaps this is what the original poster was asking for. :-) -- Martin Cooper - Original Message - From: Adam Grohs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 29, 2001 8:30 AM Subject: Re

JavaScript with html:errors - new STRUTS validation

2001-09-30 Thread Adam Grohs
path above, but will require some configuration. Thanks, Adam S. Grohs [EMAIL PROTECTED] - Original Message - From: Adam Grohs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 30, 2001 2:11 PM Subject: Re: Javascruot with html:errors Martin, That is correct

JavaScript with html:errors - new STRUTS validation

2001-09-30 Thread Adam Grohs
ny are utilizing and look forward toencompassing some method of directly creating both sets of validationcode(front end and back end) automatically.There are 2 very small versions of the sample attached, the one labeled"flat files" is pure HTML w/ JavaScript to at least show the mecha

Re: Know of any consulting companies?

2001-07-05 Thread Adam Grohs
iXL Inc. out of Atlanta, (particularly their New York office) are quite familiar with the jakarta components and intricately using the STRUTS framework quite extensively on existing projects and new business. www.ixl.com Hope this helps, Adam S. Grohs - Original Message - From: Eric

Problems with STRUTS 1.0 Tomcat 4.0

2001-05-09 Thread Adam Grohs
I was wondering if anyone has configured STRUTS 1.0 on TOMCAT 4.0 B3, I seem to be having some errors on startup of the server. The example, blank, test, and upload applications are not deploying correctly. Below is a sample of the error being thrown in my server log file. Any help would be