Re: missing resource in key method map

2006-07-13 Thread Niall Pemberton
Is this LookupDispatchAction? One common problem with that is whitespace around the label text - make sure you put the contents of the button all on one line or split the lines within the jsp tags Nialll On 7/13/06, Pillay, Kiren KN <[EMAIL PROTECTED]> wrote: Hi people, I'm sure you've seen

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 sure