Can anyone explain how to override the restful URI with the action
annotation. In the docs it states that I need to add the action
annotation as such
@Action("/a/b/controller-name/method.xml")
But if I type this address as the url then when debugging I can see that
it has set the namespace to /a
I get the following error when trying to load a jsp page:
No getter method for property action of bean
org.apache.struts.taglib.html.BEAN
After looking through various postings it seems that this is to do with
the getter method in the form bean however my form bean does have the
getter meth
hat it is not picking up your form from either request or
session.
If you do not see it, post parts of struts-config.xml
All else looked good.
-Original Message-
From: Faisal Shoukat [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 06, 2005 10:58 AM
To: user@struts.apache.org
Subject: No
Hi,
I have a problem where for some unknown reason my form is submitted
twice. I have a action class which calls a delegate which calls a DAO
class.
When I press submit the form is submitted. My code in the JSP is as
follows:
Javascript function called when submitting form:
funct
4 matches
Mail list logo