DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29575>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29575

html:image tag throws "bean not found" exception





------- Additional Comments From [EMAIL PROTECTED]  2004-06-15 16:46 -------
Workaround is to avoid the value and property attributes on the <html:image>
tag.  I have used a hidden field and a ONCLICK handler thus:

<html:hidden property="submitButton"/>

<html:image
   pageKey="selectForm.but.show.src"
   titleKey="selectForm.but.show"
   onclick="this.form.elements.submitButton.value='show'"/>

Reg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to