RE: Newbie question

2004-05-19 Thread Glenn Wilson
this.servlet.getServletContext(); HTH, Glenn -Original Message- From: Chaikin, Yaakov Y (US SSA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 3:22 PM To: [EMAIL PROTECTED] Subject: Newbie question Hi, How do you get at ServletContext object inside an Action? Thanks. Yaako

RE: RE [OT]: onsubmit form ERROR

2004-07-14 Thread Glenn Wilson
Also be sure you don't have another object named "submit" in your form. It's common to see . Change its name to something else. This will kill any form of document.{form}.submit(); -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 1:08

RE: General Solution for Form Images Stymied

2004-08-23 Thread Glenn Wilson
Michael, This seems to work for me: Cheers, Glenn -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 9:23 AM To: Struts Users Mailing List Subject: General Solution for Form Images Stymied If anyone has a way of using javascript or

RE: Submit with a link

2004-05-05 Thread Glenn Wilson
Hi, The only way I've heard of to submit via a hyperlink would be some javascript call. You could try: This would work only if the form in question was the first form on the page. Since there are many different ways to get to the form you want to submit through the DOM, you may also find so

RE: Return key pressed and default submit form

2005-03-17 Thread Glenn Wilson
Hello, The return-key functionality of forms is part of the web browser...if you're in a form and there's a submit button, and you hit enter, it will submit that form. My recommendation would be to change your submit button to a regular input type="button" and that should disable the functional

RE: [OT] WinCVS problem (free beer!)

2005-01-05 Thread Glenn Wilson
Hi Frank, I've run into this problem before myself. The problem I ran into was caused by the focus of my directory browser (that left-hand side browsing area) being on the root directory (C:\), and I had it set to recursively display all files in the file browser (that right-hand side listing)

validwhen not working

2007-04-15 Thread Glenn Wilson
Hi all, new to using validator. I have validator working on most of my applicaiton but having a problem doing a "validwhen". I've been using the examples in the "Jakarta Struts Cookbook". Here is my question(s): I've noticed that javascript code is generated unique to the form name. However,