Can you post the snippet of the way you are using <html:submit .../>
The "html:cancel" (Struts 1.x) tag still submits with interesting behavior:
- If the "property" attribute is "set", then the isCancelled() method
will not pick it up. Validation will still occurs (submission is attempted).
- If the "property" attribute is not "set" then validation does not
occur and the "isCancelled()" method will pick it up.
Hope this helps!
Alberto
Garner, Shawn wrote:
We trying to use the htm:cancel button but it is not working.
I've followed the instructions here
http://wiki.apache.org/struts/StrutsUpgradeNotes128to129#head-e417741603
dac43bb4fbde589271c568309643e4
but we are still getting a
org.apache.struts.action.InvalidCancelException
We're using the validator plugin.
We added <set-property property="cancellable" value="true"/>
And
<exception key="button.cancel"
type="org.apache.struts.action.InvalidCancelException"
path="ourAction.do?action=open"/>
where button.cancel is the resource bundle key that gets displayed for
the button.
It appears from the stack trace that validations are still being called.
Any help would be appreciated.
Shawn
-----Message Disclaimer-----
This e-mail message is intended only for the use of the individual or
entity to which it is addressed, and may contain information that is
privileged, confidential and exempt from disclosure under applicable law.
If you are not the intended recipient, any dissemination, distribution or
copying of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately by
reply email to [EMAIL PROTECTED] and delete or destroy all copies of
the original message and attachments thereto. Email sent to or from the
Principal Financial Group or any of its member companies may be retained
as required by law or regulation.
Nothing in this message is intended to constitute an Electronic signature
for purposes of the Uniform Electronic Transactions Act (UETA) or the
Electronic Signatures in Global and National Commerce Act ("E-Sign")
unless a specific statement to the contrary is included in this message.
While this communication may be used to promote or market a transaction
or an idea that is discussed in the publication, it is intended to provide
general information about the subject matter covered and is provided with
the understanding that The Principal is not rendering legal, accounting,
or tax advice. It is not a marketed opinion and may not be used to avoid
penalties under the Internal Revenue Code. You should consult with
appropriate counsel or other advisors on all matters pertaining to legal,
tax, or accounting obligations and requirements.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]