> I have an <html:image> tag inside a <html:form> tag, which points to one of my > Struts Actions. My Action utilizes a DynaActionForm, in which I have defined > several form-property entries. One of these form-property entries, lets call it > "imageProperty" matches the property attribute of my <html:image> tag, also > "imageProperty". > > <form-property name="imageProperty" type="java.lang.String" /> You should probably use something like an ImageButtonBean [1] instead of a String. And make sure you have not set the value property [2].
[1] http://husted.com/struts/tips/001.html [2] http://www.mail-archive.com/[EMAIL PROTECTED]/msg47235.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]