Re: input in XML config

2001-06-09 Thread Craig R. McClanahan
ch), not the name of a page. Craig > > - Original Message - > From: "David Noll" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 06, 2001 1:24 PM > Subject: RE: input in XML config > > > > > > Forget w

Re: input in XML config

2001-06-08 Thread Jonathan Asbell
I agree, but was really just pointing out that the input value is not useful. In some ways its outright misleading. - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 7:23 AM Subject: Re: input in XML c

Re: input in XML config

2001-06-08 Thread Ted Husted
As it stands, the "input" property in the Action Mapping is (4) a default page. It is not meant so much to represent where the input came from, but where to go to get more, so the ActionServlet knows where to bounce the user if ActionForm validate fails. For more complex needs, you can reserve

Re: input in XML config

2001-06-06 Thread Jonathan
page in a form) 4) a default page - Original Message - From: "David Noll" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 1:24 PM Subject: RE: input in XML config > > Forget what I said last night about calling setInput()

RE: input in XML config

2001-06-06 Thread David Noll
usted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 9:11 PM To: [EMAIL PROTECTED] Subject: Re: input in XML config Could you create these request scope beans as properties of the ActionForm? David Noll wrote: > > Max, > > I don't know if it's the official way to d

Re: input in XML config

2001-06-05 Thread Ted Husted
] > Sent: Tuesday, June 05, 2001 6:37 AM > To: '[EMAIL PROTECTED]' > Subject: input in XML config > > Hi, > in an action mapping i'd like to reexecute the complete action instead of a > simple jsp when the validate method of the form fails, because i need to >

RE: input in XML config

2001-06-05 Thread David Noll
ublic Digital [EMAIL PROTECTED] -Original Message- From: LORENA MASSIMO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 6:37 AM To: '[EMAIL PROTECTED]' Subject: input in XML config Hi, in an action mapping i'd like to reexecute the complete action instead of a simple

input in XML config

2001-06-05 Thread LORENA MASSIMO
Title: input in XML config Hi, in an action mapping i'd like to reexecute the complete action instead of a simple jsp when the validate method of the form fails, because i need to create some beans having request scope So my question is... Is it possible to have an action in the input