href to perform an action

2002-10-30 Thread Mohan Radhakrishnan
er 31, 2002 7:29 AM To: [EMAIL PROTECTED] Subject: RE: href to perform an action you have to add an input attribute to your action definition that points to the jsp that has your form on it. Struts needs to know where to forward to when there are errors. Validation is done in the ActionForm.vali

RE: href to perform an action

2002-10-30 Thread David Graham
at SF x4874 <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: href to perform an action Date: Wed, 30 Oct 2002 15:25:23 -0800 This is the error I have

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
2 2:24 PM To: Struts Users Mailing List Subject: RE: href to perform an action 500 is an internal server error. Can you check your log files and try to find more detail or even a stack trace? James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org "Only two things a

RE: href to perform an action

2002-10-30 Thread David Graham
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: href to perform an action Date: Wed, 30 Oct 2002 14:15:06 -0800 Then why would this not work? The first line I have in my perform method

RE: href to perform an action

2002-10-30 Thread James Mitchell
the former." - Albert Einstein (1879-1955) > -Original Message- > From: Cindy Horn at SF x4874 [mailto:CHorn@;matson.com] > Sent: Wednesday, October 30, 2002 5:15 PM > To: 'Struts Users Mailing List' > Subject: RE: href to perform an action > > > Then why

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
m1980@;hotmail.com] Sent: Wednesday, October 30, 2002 12:46 PM To: [EMAIL PROTECTED] Subject: RE: href to perform an action Actions do accept GET requests. >From: Cindy Horn at SF x4874 <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]&g

RE: href to perform an action

2002-10-30 Thread David Graham
Actions do accept GET requests. From: Cindy Horn at SF x4874 <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts (E-mail)" <[EMAIL PROTECTED]> Subject: RE: href to perform an action Date: Wed, 30 Oct 2002 12:25:32

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
ion class not accept a GET? -Original Message- From: Penubothu, Rajani [mailto:rpenubothu@;epocrates.com] Sent: Wednesday, October 30, 2002 10:17 AM To: '[EMAIL PROTECTED]' Subject: Re: href to perform an action You might want to checkout tag. Using that tag, you need

RE: href to perform an action

2002-10-30 Thread James Mitchell
PM > To: Struts (E-mail) > Subject: href to perform an action > > > I have a jsp with a list of shipment data where hrefs are defined on the > equipment keys. I would like the client to click on the link to > drill down > from the list to a detailed jsp. If I do the following: &

Re: [href to perform an action]

2002-10-30 Thread Josh Berry
Responses below... Cindy Horn at SF x4874 <[EMAIL PROTECTED]> wrote: > I have a jsp with a list of shipment data where hrefs are defined > on the equipment keys. I would like the client to click on the > link to drill down from the list to a detailed jsp. If I do the > following: > > > > I

href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
I have a jsp with a list of shipment data where hrefs are defined on the equipment keys. I would like the client to click on the link to drill down from the list to a detailed jsp. If I do the following: I get a 404 url not found. How do I get the link to go to the shipmentTracking Action? D