Trying to use html:image with LookupDispathAction. how to use this?
Using 1.2.7 of struts
Getting error
Request[/DispatchAction] does not contain handler parameter named 'method'.
This may be caused by whitespace in the label text.
<fmt:message var="copyImgVar" key="lbl.copy" bundle="${appbundle}"/>
<html:image src="images/copy.gif" property="method" value="${copyImgVar}" />
struts-config:
<action
path="/DispatchAcctAction"
type="com.DispatchAcctAction"
name="AcctForm"
scope="session"
parameter="method">
<forward name="successAcct" path="/PrepareCustAction.do"
redirect="false"/>
</action>
what am I missing here?
Thanks.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]