+ Reply to Thread
Results 1 to 2 of 2

Thread: action element in forms

  1. #1
    davidmpaz is offline Junior Member
    Join Date
    Mar 2008
    Posts
    14

    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.

  2. #2
    davidmpaz is offline Junior Member
    Join Date
    Mar 2008
    Posts
    14

    Default

    Ok, now I find the solution here:

    Premature Optimization Handling relative links with Zend_View_Helper

    uder the title: Handling relative links with Zend_View_Helper

+ Reply to Thread

Similar Threads

  1. Subforms with a File Element and ReCaptcha Element
    By TheEvilThug in forum Core Infrastructure
    Replies: 0
    Last Post: 07-23-2010, 08:06 PM
  2. Zion Acl show error action 404 instead of denied action
    By whisher in forum Authentication & Authorization
    Replies: 0
    Last Post: 12-16-2009, 11:55 AM
  3. How can I use Zend Router to route an action to other action?
    By longersoft in forum General Q&A on Zend Framework
    Replies: 0
    Last Post: 10-06-2009, 04:29 AM
  4. Use controller/action output as a string in another action
    By Snuyt in forum Model-View-Controller (MVC)
    Replies: 2
    Last Post: 04-26-2008, 11:41 PM
  5. forward to another action breaks current action
    By bobsworld in forum Model-View-Controller (MVC)
    Replies: 0
    Last Post: 03-02-2008, 12:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts