resource properties not found

2002-11-07 Thread Cindy Horn at SF x4874
I have a resource property defined in my web.xml file as follows: servlet ... init-param param-nameapplication/param-name param-valueVCSCResources_en_US.properties/param-value /init-param ... /servlet This properties file is in the application jar file at the

html:link with multiple parameters

2002-11-04 Thread Cindy Horn at SF x4874
Using html:link and java.util.Map, how do I specify more than one parameter? I looked at the user's guide and I'm still unclear on how to do this. Thanks in advance, Cindy Horn [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional

RE: html:link with multiple parameters

2002-11-04 Thread Cindy Horn at SF x4874
not how it came off, especially if I got my butt kicked ;-). Quoting Sri Sankaran [EMAIL PROTECTED]: This was just battled at quite some length earlier today. Please see http://marc.theaimsgroup.com/?l=struts-userm=103639896111848w=2. Sri -Original Message- From: Cindy Horn at SF

RE: html:link with multiple parameters

2002-11-04 Thread Cindy Horn at SF x4874
-Original Message- From: Cindy Horn at SF x4874 [mailto:CHorn;matson.com] Sent: Monday, November 04, 2002 3:02 PM To: 'Struts Users Mailing List' Subject: RE: html:link with multiple parameters The information I've found in these threads does not provide adequate information on how to do

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: a href=/vcsc/shipmentTracking.do?equipmentNumber=MATU33445 I get a 404 url not found. How

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
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

RE: href to perform an action

2002-10-30 Thread Cindy Horn at SF x4874
. 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 -0800 I've tried the html:link tag and I get a 500: 10.3.5.43 - - [30/Oct/2002:12

Iterate and Embedded Value Objects

2002-08-09 Thread Cindy Horn at SF x4874
I'm working with a list of value objects and using the iterator tag. This works perfectly until I have to access another value object within the parent value object: bean:define id=listToBrowse name=shipmentTrackingForm property=bookingList type=java.util.Collection scope=session/