<html:img page="/images/logo.gif altKey="alt.logo" /> Hope that helps!
Chris Loschen -----Original Message----- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 6:39 PM To: Struts Users Mailing List Subject: html:img question Hi Guys, Maybe I've been working too long... but I can't seem to figure out the following. I am trying to create an <html:img> tag and dynamically set the alt attribute with the application properties file... but it doesn't seem to work. Here is what I'm doing: <html:img page="/images/logo.gif" alt='<bean:write key="alt.logo" />' /> and in my application.properties file I have: alt.logo=This is alt text Now, I would expect that the tag generated by <html:img> as defined above would be: <img src=".." alt="This is alt text"> But I don't !?! Has anyone encountered this problem before... and how did you resolve it? Thanks. Aladin meyawn wrote: > well, when you uncheck a checkbox, there is nothing passed to your > form. so your form doesnt know which checkboxes are there on your page > that are unchecked. it knows only about the boxes you checked. so i > guess you have to reset your form after it has inited?? not very sure > > -----Original Message----- > From: Apte, Dhanashree (Noblestar) [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 26, 2005 12:21 AM > To: 'Struts Users Mailing List' > Subject: html:multibox question > > > > I have a page that has a series of check-boxes that a user can > select/deselect at will. When the page loads up, some of the > checkboxes are already checked. The user can then either select new > ones or deselect existing ones. However, when I submit the page, the > unselected ones are still a part of my selectedItems[] array. > > How do I make sure that only the selected ones get through? > > Thanks a bunch, > <Dhanashree/> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _______________ 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]