I've tried the <html:link> tag and I get a 500:

10.3.5.43 - - [30/Oct/2002:12:05:42 -0800] "GET
/vcsc/shipmentTracking.do?equipmentNumber=MATU334466 HTTP/1.1" 500 53 

This is the tag I'm using:

<html:link href="/vcsc/shipmentTracking.do" paramId="equipmentNumber"
paramName="container" paramProperty="equipmentNumber">
<bean:write name="container" property="equipmentNumber"/></html:link>

I have debugging lines in my Action class and those are not getting invoked.
Does the action 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 <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....

Thanks,Rajani. 



"Cindy Horn at SF x4874" <[EMAIL PROTECTED]> wrote in message
news:<769F76EB4C93D31192850008C7B98C1106097180@mnc03p2e>...
> 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 href="/vcsc/shipmentTracking.do?equipmentNumber="MATU33445">
> 
> I get a 404 url not found.  How do I get the link to go to the
> shipmentTracking Action?  Do I need to create a form on the jsp and use
the
> onClick javascript to set the action of the form?
> 
> Thanks in advance,
> 
> Cindy
> 
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to