I'm trying to call a LookupDispatchAction from a link, and I'm getting the error above. I'd like you to help me find the reason...
It looks like something is sending (literally) 'button.delete' as the value of the 'method' param, instead of using value from ApplicationResources.properties.
What HTML does this turn into?
<html:submit property="method"> <bean:message key="button.delete"/> </html:submit>
Assuming your properties file is in place and properly configured, that should work.
-- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]