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: a

RE: href to perform an action

2002-10-30 Thread James Mitchell
No, if #1 is your application name (i.e. you deployed vcsc.war) and #2 is correctly defined in your struts-config, then all should be fine (btw. case matters) a href=/vcsc/shipmentTracking.do?equipmentNumber=MATU33445 #1#2 James Mitchell

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
, October 30, 2002 10:17 AM To: '[EMAIL PROTECTED]' Subject: Re: href to perform an action You might want to checkout html:link/ tag. Using that tag, you need to use attributes page=/vcsc/shipmentTracking.do. You can even pass parameters using other attributes like paramProperty,paramId and paramName etc

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
=com.matson.shipment.web.ShipmentTrackingAction name=shipmentTrackingForm scope=session -Original Message- From: David Graham [mailto:dgraham1980;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

RE: href to perform an action

2002-10-30 Thread James Mitchell
. - 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 would this not work? The first line I have in my perform

RE: href to perform an action

2002-10-30 Thread David Graham
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 14:15:06 -0800 Then why would this not work? The first line I have in my perform method is a debug line

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 in the log: [WebAppServletContext(852414,vcsc,/vcsc