Re: missing resource in key method map

2006-07-13 Thread Niall Pemberton
sure you've seen this one before, its quite frustrating and I'm too new to struts to figure it out. missing resource in key method map 'load' My application.properties: button.add=Add button.delete=Delete button.edit=Edit but

RE: missing resource in key method map

2006-07-13 Thread Adam Gordon
Did you add the element to your struts config file where this action is defined? -Adam -Original Message- From: Pillay, Kiren KN [mailto:[EMAIL PROTECTED] Sent: Thursday, 13 July 2006 11:22 To: Struts Users Mailing List Subject: missing resource in key method map Hi people, I'm

missing resource in key method map

2006-07-13 Thread Pillay, Kiren KN
Hi people, I'm sure you've seen this one before, its quite frustrating and I'm too new to struts to figure it out. missing resource in key method map 'load' My application.properties: button.add=Add button.delete=Delete button.edit=Edit button.lo

Re: LookupDispatchAction - missing resource in key method map

2005-05-11 Thread Randy Kennedy
OkayI figured out what I was doing wrong, so I'm going to post this FYI out there just in case someone else makes the same mistake I did. In my form, I had a hidden field with the same name as the parameter (e.g. methodToCall) defined in my action. After my initialization action forwarded

LookupDispatchAction - missing resource in key method map

2005-05-11 Thread Randy Kennedy
I've banged my head on this problem for at least 4-5 hours, and I'm at my wits end. I've already reviewed several possible solutions, but it appears that I have everything in order for using the LookupDispatchAction class. Here's the message that I receive: --- 10:17:29,172 ERROR [Engine] Stan