On Jan 5, 3:35 am, "[email protected]"
<[email protected]> wrote:

> I am new to symfony and have confusion regarding the syntax. i want to
> provide a link in a template file for single action. I created a file
> in actions folder for single action. what will be the syntax. Its not
> working with
>
> <form action="<?php echo url_for('moduleName/actionName') ?>"
> method="post">
> but it works fine if the action is not in a single action file.

Is there a reason you're not using the form_tag() helper?


--


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to