> From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] 
> The error message indicates that you are missing a 
> button.search entry in
> your Application Resources file. 

Earlier, Søren wrote:
> > http://localhost:8080/fonde/administrator.do?myaction=button.search

In addition, the 'myaction' request parameter should be set to whatever the value of 
button.search is in ApplicationResources.properties.  

ApplicationResources.properties:
button.search=ClickHere

getKeyMethodMap:
map.put("button.search", "search");

Then you have a button or a link that causes this:
?myaction=ClickHere

Now clicking on that button/link will cause the 'search' method to be executed.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to