need hep with this please. Thanks.

From: "fea jabi" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: user@struts.apache.org
Subject: html:image with LookupDispatchAction
Date: Tue, 13 Jun 2006 14:48:39 -0400

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]


_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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

Reply via email to