ECTED]
-Original Message-
From: Dan Tarkenton [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 12, 2003 11:39 AM
To: Struts Users Mailing List
Subject: RE: struts-config.xml question
Hey, talk about exactly what I was looking for. Thanks, Jerry.
I'm perusing the download right now. Anyo
Hey, talk about exactly what I was looking for. Thanks, Jerry.
I'm perusing the download right now. Anyone in this community using the
Wildcard-Matched Actions project?
Wildcard-Matched Actions Project: http://www.twdata.org/struts-wildcard/
It seems to be just 2 new classes with code p
Look at the following :
http://www.mail-archive.com/[EMAIL PROTECTED]/msg68361.html
Jerry Jalenak
Team Lead, Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS 66219
(913) 577-1496
[EMAIL PROTECTED]
-Original Message-
From: Dan Tarkenton [mailto:[EMAIL PROTECTED]
Sent: Thursday
Victor and Emmanuel, thanks for your answers.
With them, and the later discussion on similar topics I
think I understand. Part of my confusion comes from a bug I've
not been able to repeat. At one point in time I changed the
'attribute' property to 'name' and my application stopped working.
It s
Hi,
'name' is the name of the form used by the action, this name must exist in form-beans
declaration.
'attribute' is the key where the form instance will be stored in your session/request
scope for
the action. by default attribute == name, but if you want, by setting 'attribute', you
can cha
'attribute' is an alias for 'name'. if none is specified, name is used.
You can look at the javadoc of ActionMapping for complete doc on the
tag.
-Message d'origine-
De : Kevin HaleBoyes [mailto:[EMAIL PROTECTED]]
Envoye : mardi 1 octobre 2002 17:23
A : [EMAIL PROTECTED]
Objet : struts-c
ROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 06, 2001 10:59 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: struts-config.xml question
ahh, yes. i have that too:
action
/wizard/*
where 'action' is the name of org.apache.struts.action.ActionServl
ahh, yes. i have that too:
action
/wizard/*
where 'action' is the name of org.apache.struts.action.ActionServlet
besides, isn't the name of the warfile taken as the default context
for the web application?
(am using jetty/jboss as a servlet container)
thanks
--e--
On Thu, 6 D
Hi Edward
You will need to add a mapping into your web.xml.
Jon.
-Original Message-
From: Edward Q. Bridges [mailto:[EMAIL PROTECTED]]
Sent: 06 December 2001 09:36
To: [EMAIL PROTECTED]
Subject: struts-config.xml question
given the below struts config which is part of a war file name
Now that you mention it, the FAQ-o-Matic is up again.
<
http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayTopics/action/SetAll/project_id/2/faq_id/36
>
Bill Clinton wrote:
> Also, if anyone knows of any good documentation links, I am open to
> suggestions. Other than the docs on th
you need not have the name attribute in the html:form tag. It can get it
from the struts_config file. Do you have setters and getters for all your
attributes in the actionform?
hope that helps.
VA
-Original Message-
From: Bill Clinton [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 20
Hello Bill,
Try to use
not
and restart servlet container (Tomcat, Resin, etc.) after
strut-config.xml changing (or call http://host:port/path/admin/reload)
Friday, June 08, 2001, 11:43:06 PM, you wrote:
BC> Hello,
BC> I just am starting out with struts, and I have a questi
In general, you shouldn't need to specify the form name or type in the
JSP at all. The form tag will lookup that up from the struts-config.xml,
according to where you are submitting the form (action path = action
path).
should be all you need.
-- Ted Husted, Husted dot Com,
13 matches
Mail list logo