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
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
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
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
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
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)
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,
7 matches
Mail list logo