Jeff wrote > Just store the mappings between submit buttons and methods in the > ApplicationResources.properties file along with everything else, and > then extend LDA in such a way that it looks in there to figure out which > method to invoke.
LDA already does that, you don't need to extend it. Just add the 'parameter' attribute to the <action> tag, make your action extend LookupDispatchAction, and implement the getKeyMethodMap method. The duplicate button-names you mention could be a problem! I never thought of that, but haven't run into it yet. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management

