Hi, Still strugling with the LookupDispatchAction. I got this error message: " javax.servlet.ServletException: Action[/admin/OrgAction] missing resource 'button.list' in key method map ..... "
I suspect that there is something wrong with the string I used. Here is what I aming doing: 1. ApplicationResources.properties button.list=List 2. MethodLookups.properties button.list=list 3. JSP file <html:submit property="method"> <bean:message key="button.list"/> </html:submit> 4. In getKeyMethodMap() ResourceBundle methods = ResourceBundle.getBundle"LookupMethods",Locale.ENGLISH); 5. I have list() in MyAction() the request is "http://....?method=list" Are there anything wrong ? many thanks li xin __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]