Re: LookupDispatchAction Default Action

2004-06-27 Thread Michael McGrady
The easy answer is that you can have your framework do whatever you want it to do when it receives a URL. If the URL is directed to the Struts ActionServlet by your server, you can also code further choices, etc. there. At 08:33 PM 6/27/2004, Rodney Paul wrote: Hi All, I have a problem in regar

LookupDispatchAction Default Action

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

LookupDispatchAction Default Action

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