View Single Post
  #1 (permalink)  
Old 04-01-2008, 03:04 PM
davidmpaz davidmpaz is offline
Junior Member
 
Join Date: Mar 2008
Posts: 8
Default action element in forms

Hello,

Could anybody help me to know how should I set the action attribute in a html form, supposing that in LoginController I have this:

Code:
public function authenticateAction()
{
    //doing authentication stuff
    //die('Some text'); not executed here
}
what should I put in the html?
actually I have: action="login/authenticate" in a single module project, but it seems the action is not executed.
Any idea will help.
Thanks.
Reply With Quote