Re: LookupDispatchAction error

2006-04-24 Thread Gagan Jain
just check out in ur struts-config file, if by mistake u have pressed space or tab after button.valider=valider even I got the same error once and this was the mistake On 4/24/06, DOUILLARD David <[EMAIL PROTECTED]> wrote: > > Hello, > > I have this error using Lookupdispatchaction > > javax.servl

LookupDispatchAction error

2006-04-24 Thread DOUILLARD David
Hello, I have this error using Lookupdispatchaction javax.servlet.ServletException: Action[/creationuser] missing resource 'valider' in key method map My jsp have two buttons : My ApplicationResources.properties button.valider=valider button.refuser=refuser My struts-config.xml

Re: LookupDispatchAction Error When Pressing Enter Key

2004-06-27 Thread Bill Siggelkow
Hmm .. I just tested using a LookupDispatchAction and Firefox 0.9 -- I found that when I pressed Enter it submitted using the first submit button defined. That being said, you can override the "unspecified" method of DispatchAction -- this method will be called instead of a ServletException bei

LookupDispatchAction Error When Pressing Enter Key

2004-06-27 Thread Rodney Paul
Hi All, I have a problem in regards to the LookupDispatchAction Struts class. My problem is in regards to a user pressing the "Enter" key on a keyboard. In this scenario, a form submit has been activated via html, with no submit buttons having been pressed. When Struts see's this, the Struts eng