Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 42139 invoked from network); 3 May 2005 20:59:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2005 20:59:00 -0000 Received: (qmail 37802 invoked by uid 500); 3 May 2005 20:57:49 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 37723 invoked by uid 500); 3 May 2005 20:57:48 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 37708 invoked by uid 99); 3 May 2005 20:57:48 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp.siebel.com (HELO sdremf01.corp.siebel.com) (64.181.189.67) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 03 May 2005 13:57:48 -0700 Received: from 172.20.161.31 by sdremf01.corp.siebel.com with ESMTP ( Siebel SMTP Gateway); Tue, 03 May 2005 14:55:39 -0600 X-Server-Uuid: D7BADC99-203A-4381-AB1C-DADC7ADE55A8 Received: from SDCEXMB01.corp.siebel.com ([172.20.161.13]) by sdrexcon02.corp.siebel.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 3 May 2005 14:55:38 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: RE: Combining html:image and bean:define Date: Tue, 3 May 2005 14:55:38 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Combining html:image and bean:define Thread-Index: AcVQHDW8HUBRyG6nT3WttPNUin78/gABaK5Q From: "Chris Loschen" To: "Struts Users Mailing List" X-OriginalArrivalTime: 03 May 2005 20:55:38.0891 (UTC) FILETIME=[760275B0:01C55022] X-WSS-ID: 6E693AC12I41805317-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Responding to my own question, I did manage to get this working by doing this: " /> " src=3D"<%=3DrequestPath%><%=3Dcancel_page%>" onclick=3D"return doAction('<%=3DrequestPath%>/hierarchy/business/main_edit.do=3FnodeId=3D<%= =3Dnod eid%>','')" />=20 Is that the best way to do it=3F (It works, which is the main thing, but if there's a more efficient method, please let me know...) Thanks again! Chris Loschen -----Original Message----- =46rom: Chris Loschen=20 Sent: Tuesday, May 03, 2005 4:13 PM To: Struts Users Mailing List Subject: Combining html:image and bean:define Hi all, I'm using Struts 1.1, and just received from another team updates to a JSP page that look like this: " /> /hierarchy/business/main_edit.do=3FnodeId=3D<%= =3Dnod eid%>','')" /> However, these aren't working -- in the source of the generated HTML, the JSP tags are not getting converted to the appropriate scripting variable and are just getting rendered as-is. I checked and the defined beans are fine, just not when they're used inside the html:image tag. I gather than I cannot combine JSP tags and Struts tags, but I don't see how I can avoid it in this situation: we need the localization elements, and we also need the specific variables. There has got to be a way around this -- any suggestions=3F Thanks! Chris Loschen _______________ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Siebel Systems, Inc. or its customers or partners. Any unauthorized review, use, copying, disclosure or distribution of this message is strictly prohibited. If you are not an intended recipient of this message, please contact the sender by reply e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation. _______________ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended recipient(s) and contains confidential and/or privileged information belonging to Siebel Systems, Inc. or its customers or partners. Any unauthorized review, use, copying, disclosure or distribution of this message is strictly prohibited. If you are not an intended recipient of this message, please contact the sender by reply e-mail and destroy all soft and hard copies of the message and any attachments. Thank you for your cooperation. _______________ Siebel IT'S ALL ABOUT THE CUSTOMER Visit www.siebel.com This e-mail message is for the sole use of the intended recipient(s) and = contains confidential and/or privileged information belonging to Siebel = Systems, Inc. or its customers or partners. Any unauthorized review, use, = copying, disclosure or distribution of this message is strictly prohibited.= = If you are not an intended recipient of this message, please contact the = sender by reply e-mail and destroy all soft and hard copies of the message = and any attachments. Thank you for your cooperation. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org