multiple struts-config.xml

2001-08-16 Thread Mike Dewhirst
is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are here

multiple struts-config.xml

2001-08-15 Thread Mike Dewhirst
is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are here

Re: Parsing error processing resource path /WEB-INF/struts-config.xml

2001-08-14 Thread Eduardo Fujii
nt: Monday, August 13, 2001 4:25 PM Subject: Parsing error processing resource path /WEB-INF/struts-config.xml Hi guys,Could someone help me on this ? I downloaded the nightly build (binarydistribution jakarta-struts_20010813.tar.gz), and all other requirements(jaxp 1.1, xalan j.2

Parsing error processing resource path /WEB-INF/struts-config.xml

2001-08-13 Thread Eduardo Fujii
Hi guys,   Could someone help me on this ? I downloaded the nightly build (binary distribution jakarta-struts_20010813.tar.gz), and all other requirements (jaxp 1.1, xalan j.2.2_D6, and xerces that comes with it). Copied file struts-blank.war to Tomcat's webapps directory and restarted Tomca

RE: struts-config.xml

2001-08-08 Thread Heritier Arnaud
PROTECTED]' Objet: struts-config.xml In struts-config_1_0.dtd there is a note in the data-source section that the use of "url", "autocommit" and so on as attributes is deprecated, you should use set-property instead. How can I use set-property in struts-config.xml? I h

struts-config.xml

2001-08-08 Thread Pfingstl Gernot
Title: struts-config.xml In struts-config_1_0.dtd there is a note in the data-source section that the use of "url", "autocommit" and so on as attributes is deprecated, you should use set-property instead. How can I use set-property in struts-config.xml? I have

Re: IF statement in struts-config.xml

2001-08-06 Thread Bill Clinton
Hello, The mappings that are set up in the struts-config.xml can be modified programmatically. So, if you want to reconfigure a forward, you would not need an if statement in the struts config, but I believe you can do it in your program that references the forward. For example

RE: IF statement in struts-config.xml

2001-08-06 Thread Assenza, Chris
27; Subject: IF statement in struts-config.xml Hi, I think it will be very useful if struts can have IF statement in struts-config.xml to control the action. I am thinking of building a purely configurable system using struts framework. A system whose actions can be reassembled and chai

IF statement in struts-config.xml

2001-08-06 Thread Yi-Xiong Zhou
Hi, I think it will be very useful if struts can have IF statement in struts-config.xml to control the action. I am thinking of building a purely configurable system using struts framework. A system whose actions can be reassembled and chained to make new functionalities. IF statements are

Re: Explanation about struts-config.xml

2001-08-05 Thread Craig R. McClanahan
On Mon, 30 Jul 2001, Chuong Huynh wrote: > Hi all, > > Is there any detailed exlanation about struts-config.xml file? Or is there > any deployment tool for struts that automate creation of this file? > > I found it difficult to understand the usage of all tags in this

Re: struts-config.xml

2001-07-30 Thread Craig R. McClanahan
On Wed, 11 Jul 2001, gdelgado wrote: > On the struts-config.xml file: > 1)Can someone give me a description of the use of the 'input' attribute > under an action tag. > The documentation is in the DTD itself. Basically, this attribute defines where Struts will re

Explanation about struts-config.xml

2001-07-30 Thread Chuong Huynh
Hi all, Is there any detailed exlanation about struts-config.xml file? Or is there any deployment tool for struts that automate creation of this file? I found it difficult to understand the usage of all tags in this file. Thanks, - Chuong = HUYNH, N. CHUONG TMA

RE: HTTP requests in struts-config.xml

2001-07-20 Thread Noel Sebastien
not work : > - Sébastien Noel - > > > -Original Message- > From: Guus Holshuijsen [mailto:[EMAIL PROTECTED]] > Sent: vrijdag 20 juli 2001 12:48 > To: [EMAIL PROTECTED] > Subject: HTTP requests in struts-config.xml > &g

RE: HTTP requests in struts-config.xml

2001-07-20 Thread Renzo Toma
ntains code for the resolving logic.)     Does anyone know if redirecting from an Action class works?     Renzo -Original Message-From: Guus Holshuijsen [mailto:[EMAIL PROTECTED]]Sent: vrijdag 20 juli 2001 12:48To: [EMAIL PROTECTED]Subject: HTTP requests in struts-config.xml

HTTP requests in struts-config.xml

2001-07-20 Thread Guus Holshuijsen
I would like to use the following request in a forward of an action in my web application's struts-config.xml file:"/doorman.do?action=lfadm.list&ci=0" But when I put in: I get XML parser errors when Tomcat starts up.   And when I put in: I find that Struts does not

RE:PROBLEM SOLVED : set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
t all so i am waiting for an other idea . Bye Xavier Brunel -Message d'origine- De : Xavier Brunel [mailto:[EMAIL PROTECTED]] Envoyé : lundi 16 juillet 2001 20:27 À : [EMAIL PROTECTED] Objet : RE: CORRECTION : set-property and form-bean tag in struts-config.xml ?? Ok guys, lookin

RE: CORRECTION : set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
numberOfElement=_numberOfElement; } public int getNumberOfElement(){ return numberOfElement; } } ___ Then I modify struts-config.xml with the new reference to ListActionFormBean for UserListForm: The rest of my code did not change W

set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
Hi all, I am using Struts since a couple of months and i face a problem with the tab in the tag in struts-config.xml I understood that the could be used to initialize parameters of JavaBeans (see struts-config.dtd). But in fact this doesn't work in my case: I am building an Applic

struts-config.xml

2001-07-11 Thread gdelgado
On the struts-config.xml file: 1)Can someone give me a description of the use of the 'input' attribute under an action tag. 2)How can I handle the fact that the input may come from two different JPSs (either one or the other).

Re: example for data-source connection pool in struts-config.xml

2001-07-09 Thread Ted Husted
iovinazzo wrote: > > there's any example or tutorial for using the data-source tag in > struts-config.xml? > > TIA, matteo

example for data-source connection pool in struts-config.xml

2001-07-09 Thread Matteo Di Giovinazzo
there's any example or tutorial for using the data-source tag in struts-config.xml?   TIA, matteo

Iplanet 4.1...almost there, but cant find struts-config.xml

2001-07-06 Thread Mikkel Bruun
: javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF/struts-config.xml I have a link in $SERVERROOT/docs called jbpb that points to users/jbpb/webroot in the /users/jbpb directory i have the following: classes \struts.jar

Re: Query string in struts-config.xml

2001-06-25 Thread Ted Husted
It's a string, so you would have to parse it to extract multiple values. Tom Miller wrote: > > Very good! > > Is there a way to pass a Map of parameters in this way, or is it just a single one? > > Tom >

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
Very good! Is there a way to pass a Map of parameters in this way, or is it just a single one? Tom Ted Husted wrote: > The parameter property is not mentioned in the Users Guide (yet), but it > is in the JavaDocs. > > The parameter here was just the value "select". I call it "task" inside > th

Re: Query string in struts-config.xml

2001-06-25 Thread Ted Husted
The parameter property is not mentioned in the Users Guide (yet), but it is in the JavaDocs. The parameter here was just the value "select". I call it "task" inside the Action, to leave the option of passing ?task=select as a query string. Of course, you could also call it parameter internally,

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
Ted I'm not following entirely, or something may be missing here. Where is the parameter name, in your case "task" specified? I don't see it in the action specification. Also, where is this feature in the documentation? TIA Tom Miller Ted Husted wrote: > Another approach is to pass the query s

Re: Query string in struts-config.xml

2001-06-24 Thread Ted Husted
Another approach is to pass the query string options using the "parameter" property of the action mapping, and then looking for them in your action. So, passing a parameter like "task=select" could also be represented as: and in the Action //

RE: Query string in struts-config.xml

2001-06-18 Thread Craig R. McClanahan
x27; character. > > path="/context/page.jsp?param1=value1¶m2=value2&"/> > > Based on your and Craig's feedback, I take it that this is now supported. It's supported, but since struts-config.xml is an XML document, you have to conform to XML syntax

RE: Query string in struts-config.xml

2001-06-18 Thread Jacob Thomas
it that this is now supported. -- Thanks Jacob -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 3:02 AM To: [EMAIL PROTECTED] Subject: RE: Query string in struts-config.xml Hi Jacob, What you have below will work. Indeed it is the approach us

RE: Query string in struts-config.xml

2001-06-18 Thread Jon.Ridgway
- From: Jacob Thomas [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 18:08 To: '[EMAIL PROTECTED]' Subject: Query string in struts-config.xml Is there a way to a specify a query string as part of the "path" attribute in the tag within an ? Example: -- Thanks Jacob

RE: Query string in struts-config.xml

2001-06-15 Thread Craig R. McClanahan
On Fri, 15 Jun 2001, Simon Liang wrote: > Hi guys: > > I consider myself fairly new to Strut. I have done a login flow that allows > user to edit his/her profile. > > The login workflow is simple using the Struts framework: > Map the login screen form to a form bean, then the action bean log

RE: Missing configuration resource for path /WEB-INF/struts-config.xml in Webspere 3.5.2 under not Default server

2001-06-15 Thread Karmanov, Igor
EDT] 9cbba84b WebGroup A SRVE0091I: [Servlet LOG]: "action: Initializing configuration from resource path /WEB-INF/struts-config.xml" [01.06.15 13:25:48:953 EDT] 9cbba84b ServletInstan X Uncaught init() exception thrown by servlet

Re: Missing configuration resource for path /WEB-INF/struts-config.xml in Webspere 3.5.2 under not Default server

2001-06-15 Thread Dan Miser
manov, Igor" <[EMAIL PROTECTED]> To: "Struts-user (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, June 15, 2001 2:05 PM Subject: Missing configuration resource for path /WEB-INF/struts-config.xml in Webspere 3.5.2 under not Default server > Hi All, > > I've got

Re: Missing configuration resource for path /WEB-INF/struts-config.xml in Webspere 3.5.2 under not Default server

2001-06-15 Thread Ted Husted
problem using standard instructions. > We converted part of our application towards using Struts as well. > > struts-config.xml was placed under web/WEB-INF directory. > > The problem starts when I deploy Struts application under manually created > another Application S

Missing configuration resource for path /WEB-INF/struts-config.xml in Webspere 3.5.2 under not Default server

2001-06-15 Thread Karmanov, Igor
Hi All, I've got Struts (1.0-b1) Example working under Default Server without any problem using standard instructions. We converted part of our application towards using Struts as well. struts-config.xml was placed under web/WEB-INF directory. The problem starts when I deploy S

RE: Query string in struts-config.xml

2001-06-15 Thread Simon Liang
Hi guys: I consider myself fairly new to Strut. I have done a login flow that allows user to edit his/her profile. The login workflow is simple using the Struts framework: Map the login screen form to a form bean, then the action bean login the user and forward to the useredit.jsp upon a succes

Re: Query string in struts-config.xml

2001-06-15 Thread Craig R. McClanahan
Just like you did should work fine. Craig On Fri, 15 Jun 2001, Jacob Thomas wrote: > Is there a way to a specify a query string as part of the "path" attribute > in the tag within an ? > > Example: > > -- > Thanks > Jacob >

Query string in struts-config.xml

2001-06-15 Thread Jacob Thomas
Is there a way to a specify a query string as part of the "path" attribute in the tag within an ? Example: -- Thanks Jacob

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-15 Thread Peter Alfors
- Original Message - > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 14, 2001 7:33 PM > Subject: Re: struts-config.xml - How do I open a "success" path as a new > window??? > > On Thu, 14 Jun 20

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-15 Thread Linnea Ahlbeck
al Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 7:33 PM Subject: Re: struts-config.xml - How do I open a "success" path as a new window??? On Thu, 14 Jun 2001, Peter Alfors wrote: > > What ha

RE: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Abraham Kang
Thanks Pete, Abraham > -Original Message- > From: Peter Alfors [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 14, 2001 6:57 AM > To: [EMAIL PROTECTED] > Subject: Re: struts-config.xml - How do I open a "success" path as a new > window??? > > &g

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Craig R. McClanahan
e advantage to this is that URL rewriting is automatically applied to maintain session state even if you're not using cookies. > Pete > Craig > > > -Original Message- > > From: Linnea Ahlbeck [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, J

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread dhay
[EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: struts-config.xml - How do I open a "success" path as a new window??? Hi Abraham and Pete! Thanks for your help! The problem is - I don´t use a link directly from my jsp page to reach t

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Linnea Ahlbeck
Hi Abraham and Pete! Thanks for your help! The problem is - I don´t use a link directly from my jsp page to reach this new window. I have two submit buttons on my jsp-page, Save and Insert Address . The form:action on the jsp-page is: in Struts-Config.xml this action looks like this

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Peter Alfors
ginal Message- > From: Linnea Ahlbeck [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 1:52 AM > To: [EMAIL PROTECTED] > Subject: struts-config.xml - How do I open a "success" path > as a new window??? > > Hi!! > > I

Re: struts-config.xml - How do I open a "success" path as a new window???

2001-06-14 Thread Peter Alfors
What happens when you execute this? I would think that this should do what you want?? Pete > -Original Message- > From: Linnea Ahlbeck [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 1:52 AM > To: [EMAIL PROTECTED] > Subject: st

RE: struts-config.xml - How do I open a "success" path as a new window???

2001-06-13 Thread Abraham Kang
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 13, 2001 1:52 AMTo: [EMAIL PROTECTED]Subject: struts-config.xml - How do I open a "success" path as a new window??? Hi!! I want to my path     path="/InsertAddress.jsp"/> to open the jsp-page as a ne

struts-config.xml - How do I open a "success" path as a new window???

2001-06-13 Thread Linnea Ahlbeck
Hi!! I want to my path     path="/InsertAddress.jsp"/> to open the jsp-page as a new window/page ( like the html tag target="_blank"> ) Any ideas how to do this with struts??? Thanks / Linnéa  

Missing configuration resource for path /WEB-INF/struts-config.xml

2001-06-10 Thread Jonathan Asbell
resource for path /WEB-INF/struts-config.xml    at org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1316)    at org.apache.struts.action.ActionServlet.init(ActionServlet.java:465)    at javax.servlet.GenericServlet.init(GenericServlet.java:258

Re: struts-config.xml question

2001-06-08 Thread Ted Husted
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

RE: struts-config.xml question

2001-06-08 Thread Allamsetty, Venkata
, 2001 3:43 PM To: [EMAIL PROTECTED] Subject: struts-config.xml question Hello, I just am starting out with struts, and I have a question. I started with this syntax in my test jsp: and this in my struts-config.xml: but I was getting this error: javax.servlet.jsp.JspException: Must

Re: struts-config.xml question

2001-06-08 Thread Oleg V Alexeev
have a question. I BC> started with this syntax in my test jsp: BC> BC> BC> BC> and this in my struts-config.xml: BC> type="com.companyname.actionform.QuestionForm"/> BC> but I was getting this error: BC> javax.servlet.jsp.JspException: Must specify t

Re: struts-config.xml question

2001-06-08 Thread Ted Husted
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 do

struts-config.xml question

2001-06-08 Thread Bill Clinton
Hello, I just am starting out with struts, and I have a question. I started with this syntax in my test jsp: and this in my struts-config.xml: but I was getting this error: javax.servlet.jsp.JspException: Must specify type attribute if name is specified

Re: Mutiple logical struts-config.xml and ApplicationResource property files.

2001-06-01 Thread Craig R. McClanahan
seems like we might want to have multiple struts-config.xml and > ApplicationResource property files for each user category/role to facilitate > this. Is this possible with struts, and how would you reference the proper > configurations at run-time given the user role? > Running mult

RE: tool for the struts-config.xml

2001-06-01 Thread Craig R. McClanahan
emoved any attempt to save the pseudo-database at application shutdown, > because there is no portable mechanism to accomplish this task. " > > a. does anyone know why the mechanism is not portable? > b. if above is true we will face the same problem when you try to seria

Mutiple logical struts-config.xml and ApplicationResource property files.

2001-05-25 Thread Bauer, John
We are contemplating creating a "brandable" web application that will have customized navigation, templates, color schemes, etc. based on the role of the user. We would like to use struts to make this happen. It seems like we might want to have multiple struts-conf

Re: tool for the struts-config.xml

2001-05-24 Thread Mikael Eriksson
it, without having to store anything persistent on the server would be that the user starts with selecting a struts-config.xml to upload (or selects to work with a completely new configuration). Then do all the wanted changes and finally request the web-app to generate a struts-config with the

Re: Splitting up struts-config.xml

2001-05-23 Thread Dan Miser
ED]> >Subject: Re: Splitting up struts-config.xml >Date: Wed, 23 May 2001 15:02:14 -0400 > > >I have to admit that I couldn't get the ENTITY declaration to work in my >struts-config.xml file, either. It looks like it's some kind of >directory-lookup problem with To

Re: Splitting up struts-config.xml

2001-05-23 Thread Doug Way
I have to admit that I couldn't get the ENTITY declaration to work in my struts-config.xml file, either. It looks like it's some kind of directory-lookup problem with Tomcat, or something. (I'm also using VisualAge, I'm not sure if that's related.) The annoyi

RE: tool for the struts-config.xml

2001-05-23 Thread Gogineni, Pratima
re is no portable mechanism to accomplish this task. " a. does anyone know why the mechanism is not portable? b. if above is true we will face the same problem when you try to serialize the struts-config.xml file? pratima -Original Message- From: Mikkel Bruun To: '[EMAIL PROTECT

SV: tool for the struts-config.xml

2001-05-23 Thread Mikkel Bruun
It wouldnt be too hard, considering the already implemented admin actions... Give it a try!!! Mikkel -Oprindelig meddelelse- Fra: Alexander Jesse [mailto:[EMAIL PROTECTED]] Sendt: 23 May 2001 09:55 Til: struts-user Emne: RE: tool for the struts-config.xml Hi, somehow that would make

RE: tool for the struts-config.xml

2001-05-23 Thread Alexander Jesse
, 2001 7:11 AM To: [EMAIL PROTECTED] Subject: Re: tool for the struts-config.xml Hi Lorena You could use XMLSpy to show and edit xml-Files and their dtd. regards Mike LORENA MASSIMO <[EMAIL PROTECTED]> on 22.05.2001 14:45:28 Please respond to [EMAIL PROTECTED] To: "'

Re: tool for the struts-config.xml

2001-05-22 Thread Michael Prader
Hi Lorena You could use XMLSpy to show and edit xml-Files and their dtd. regards Mike LORENA MASSIMO <[EMAIL PROTECTED]> on 22.05.2001 14:45:28 Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: tool for t

tool for the struts-config.xml

2001-05-22 Thread LORENA MASSIMO
Title: tool for the struts-config.xml Hi does anybody know if exists a tool (better if visual) to manage the struts-config.xml file? thanks Max

RE: Splitting up struts-config.xml

2001-05-21 Thread Jiju R S
Pls. unsuscribe me from the list. Cheers Jiju > -- > From: TJM Todd McGregor[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Monday, May 21, 2001 11:26 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Splitting up

RE: Splitting up struts-config.xml

2001-05-21 Thread TJM Todd McGregor
This doesn't work with the struts-config.xml file, at least not the way I'm trying. Here's what my file looks like: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd"; [ ]> . . . &login; Any suggestions? -Original Message-

RE: Splitting up struts-config.xml

2001-05-19 Thread Gogineni, Pratima
the war file or even specified as an initialization parameter. pratima -Original Message- From: Mikkel Bruun To: 'Doug Way '; '[EMAIL PROTECTED] ' Sent: 5/19/01 12:32 AM Subject: RE: Splitting up struts-config.xml WE ran in to similar problem a couple of months ago (

RE: Splitting up struts-config.xml

2001-05-19 Thread Mikkel Bruun
Source Safe... Thats how we avoided having to merge several config files... Mikkel -Original Message- From: Doug Way To: [EMAIL PROTECTED] Sent: 19-05-2001 01:11 Subject: Splitting up struts-config.xml I'm working as part of a team on a large-ish web application using struts. Ther

Re: Splitting up struts-config.xml

2001-05-18 Thread Martin Cooper
Hope this helps. -- Martin Cooper At 04:11 PM 5/18/01, Doug Way wrote: >I'm working as part of a team on a large-ish web application using struts. > >There are several of us currently working on the struts/jsp side of >things, and there's now quite a bit of stuff (action mappi

Splitting up struts-config.xml

2001-05-18 Thread Doug Way
I'm working as part of a team on a large-ish web application using struts. There are several of us currently working on the struts/jsp side of things, and there's now quite a bit of stuff (action mappings, etc.) in the struts-config.xml file, so each of us has to change this file fa

RE: How can I use in struts-config.xml

2001-05-11 Thread Niall Pemberton
age- > From: David Holland [mailto:[EMAIL PROTECTED]] > Sent: 11 May 2001 18:08 > To: '[EMAIL PROTECTED]' > Subject: How can I use in > struts-config.xml > > > How can I use in > struts-config.xml ? > > I want to use it in place of forward to stor

RE: How can I use in struts-config.xml

2001-05-11 Thread Hicks, James
struts-config.xml --- .. --- end struts-config.xml --- --- start web.xml --- action org.apache.struts.action.ActionServlet mapping MyActionMapping --- end web.xml --- --- start MyActionMapping.java --- public class MyActionMapping extends ActionMapping

How can I use in struts-config.xml

2001-05-11 Thread David Holland
How can I use in struts-config.xml ? I want to use it in place of forward to store Action configuration info (set-property is specified in the dtd). Tried to add getter & setter to Action descendant - but assignment by introspection didn't seem to work. Looked at the s

How to add new tag into struts-config.xml?

2001-04-24 Thread JeanX
Hi struts-user, How to add new tag into struts-config.xml ? Or In my application, there is a framework jsp file that fixed included three jsp page components. And I call them 'header', 'left', and 'right' . So I want to setup these components in my action and t

Parsing error processing resource path /WEB-INF/struts-config.xml

2001-04-11 Thread Anthony Martin
This is covered in the installation documentation (under Prerequisite Software), but those of you who try to use the data-source part of the struts-config.xml before adding javax.sql will get the message: Parsing error processing resource path /WEB-INF/struts-config.xml In other words

Re: actions without using struts-config.xml?

2001-03-31 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Derek Harding wrote: > I am wondering if there is a way to call actions without going through the > struts-config.xml. For example if i have just action-mappings in an xml > file similar to what is in the struts-config, and parse the xml with the > digeseter,

Re: forward in struts-config.xml file

2001-03-31 Thread Craig R. McClanahan
i am lazy, besides it is dull and monotonous). > I want to know if there is a flag i can set in the struts-config.xml which > defines a global undefined state (similar to the 'unknown' attribute for an > action class). Please note that the forward names are different (in > d

actions without using struts-config.xml?

2001-03-30 Thread Derek Harding
I am wondering if there is a way to call actions without going through the struts-config.xml. For example if i have just action-mappings in an xml file similar to what is in the struts-config, and parse the xml with the digeseter, am I able to call actions this way? if so how. thanks

Re: forward in struts-config.xml file

2001-03-29 Thread Incze Lajos
> During the demo i noticed that i get a 404 error when trying to reach this > page (which is as it should be). I want to keep an indefined state page to > these. My problem is that i don't want to write the 'undefined.jsp' in each You can specify an 404 handler page for the servlet engine (web.x

RE: forward in struts-config.xml file

2001-03-29 Thread Nanduri, Amarnath
M To: [EMAIL PROTECTED] Subject: Re: forward in struts-config.xml file > syntax : What I do is put in the actual name for the forward, and then point the path to an "under construction page" where I also list any beta-testing issues. As the pages come online, you simply need to upda

Re: forward in struts-config.xml file

2001-03-29 Thread Ted Husted
should be). I want to keep an indefined state page to > these. My problem is that i don't want to write the 'undefined.jsp' in each > and every forward (i confess i am lazy, besides it is dull and monotonous). > I want to know if there is a flag i can set in the struts-c

forward in struts-config.xml file

2001-03-29 Thread Nanduri, Amarnath
be). I want to keep an indefined state page to these. My problem is that i don't want to write the 'undefined.jsp' in each and every forward (i confess i am lazy, besides it is dull and monotonous). I want to know if there is a flag i can set in the struts-config.xml which defines a g

RE: iPlanet and struts-config.xml

2001-03-27 Thread Anderson, Jessica
Same question for all TLD files... thanks. -Original Message- From: Anderson, Jessica [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 9:54 AM To: '[EMAIL PROTECTED]' Subject: RE: iPlanet and struts-config.xml Web Server - 4.1 sp6 -Original Message- Fr

RE: iPlanet and struts-config.xml

2001-03-27 Thread Anderson, Jessica
Web Server - 4.1 sp6 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: AW: iPlanet and struts-config.xml Which version of iPlanet ? cu Frank > -Ursprüngliche Nachricht- > Von: An

AW: iPlanet and struts-config.xml

2001-03-27 Thread Frank . Hossfeld
Which version of iPlanet ? cu Frank > -Ursprüngliche Nachricht- > Von: Anderson, Jessica [SMTP:[EMAIL PROTECTED]] > Gesendet am: Dienstag, 27. März 2001 17:30 > An: '[EMAIL PROTECTED]' > Betreff: iPlanet and struts-config.xml > > Where sho

iPlanet and struts-config.xml

2001-03-27 Thread Anderson, Jessica
Where should the config file be put when implementing STRUTS with iPlanet? Thanks, Jessica

Re: Alternative DTD for struts-config.xml

2001-03-26 Thread Craig R. McClanahan
On Mon, 26 Mar 2001, Matthias Bauer wrote: > Hi everybody. > > I am trying to include an additional attribute (which I want to use in my > application) in the tag in struts-config.xml. > > I had to do three things: > 1. I subclassed ActionMapping and provided a get

Alternative DTD for struts-config.xml

2001-03-26 Thread Matthias Bauer
Hi everybody. I am trying to include an additional attribute (which I want to use in my application) in the tag in struts-config.xml. I had to do three things: 1. I subclassed ActionMapping and provided a getter and setter method for this additional attribute. 2. I specified the new

parse exception parsing struts-config.xml

2001-03-15 Thread Perez, Bill
I can't get the struts-test or struts-blank to work.. I get parse exception on struts-config.xml. can anyone help? thanks.

Re: struts-config.xml suggestion

2001-03-14 Thread Rajan Gupta
I think the same can be applied to action and its type so that there can be a possibility of using an action in diffenet mappings e.g. By doing this, I can reuse editReg for different purposes while having the ability to change the implementation at one place. References are always nice

struts-config.xml suggestion

2001-03-14 Thread Bryan Field-Elliot
Using 1.0 beta -- I have many "global forwards" in my config. All of my "input forms" are represented as global forwards. e.g.: In my action mappings, those which require ActionForms have an "input" tag: It would be nice if the "input" attribute of the "action" tag would allow me to

Re: Enhydra: Re: DTD validation of struts-config.xml

2001-02-12 Thread Craig R. McClanahan
DONNIE HALE wrote: > To those interested: > > I followed the rabbit trail implied by Craig's response, and have discovered that in >fact there is an issue when Struts attempts to register its local DTD in the >initDigester method. However, I believe it may be due to a bug in the Struts code, >

Enhydra: Re: DTD validation of struts-config.xml

2001-02-12 Thread DONNIE HALE
To those interested: I followed the rabbit trail implied by Craig's response, and have discovered that in fact there is an issue when Struts attempts to register its local DTD in the initDigester method. However, I believe it may be due to a bug in the Struts code, not Enhydra's class loader.

Re: DTD validation of struts-config.xml

2001-02-12 Thread Craig R. McClanahan
Lee Hall wrote: > We've been using the Tomcat 3.2 that is integrated with NetBeans to do > our Struts development. Our test deployment server (AIX 4.3 with the > IBM 1.2.2 JVM) is running a vanilla Tomcat3.2.1. Neither of these > environments has any problem with the subject of this message. Ou

DTD validation of struts-config.xml

2001-02-12 Thread Lee Hall
We've been using the Tomcat 3.2 that is integrated with NetBeans to do our Struts development.  Our test deployment server (AIX 4.3 with the IBM 1.2.2 JVM) is running a vanilla Tomcat3.2.1.  Neither of these environments has any problem with the subject of this message.   Our pre-production server

Re: why struts-config.xml AND action.xml

2001-01-25 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > Hello, > > going through the struts example I wonder why there is an action.xml and a > struts-config.xml > because there are many equal entries (action-mappings). > As others have indicated, "action.xml" is there as a compatibility a

Re: AW: Antwort: AW: why struts-config.xml AND action.xml

2001-01-25 Thread Ted Husted
#conf ig Oliver -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 25. Januar 2001 11:26 An: [EMAIL PROTECTED] Betreff: Antwort: AW: why struts-config.xml AND action.xml Hi, so in fact I only have to concentrate on on of these

Re: why struts-config.xml AND action.xml

2001-01-25 Thread Matthias Bauer
Hi there, I would say that in the example application the action.xml file is not used. Just have a look at the web.xml file. There struts-config.xml is provided as the config parameter to the ActionServlet: > > > action > org.apache.struts.action.A

Re: why struts-config.xml AND action.xml

2001-01-25 Thread Rob Leland
It is confusing. If you are starting a new application then use struts-config.xml and delete action.xml. The action.xml was originally used with struts 0.5, after that struts-config.xml was created which replaces action.xml. It is only left in the example application since struts 1.0 will still

<    1   2   3   4   5   6   >