You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/06/15 18:46:21 UTC

DO NOT REPLY [Bug 29575] - html:image tag throws "bean not found" exception

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 reg@clara.co.uk  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: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org