Other solution : create a form and embed them in it :

class myForm extends sfForm
{
  public function configure()
  {
    $this->embedForm(...);
    $this->embedForm(...);
  }
}

Alexandre

2009/10/19 Alan Bem <[email protected]>

> Create 2 form-processing actions - one for each form - in your module and
> set its URLs for both forms - in their action attribute - respectively.
>
> Alan
>
>
> On Mon, Oct 19, 2009 at 8:13 PM, Eno <[email protected]> wrote:
>
>>
>> On Mon, 19 Oct 2009, HAUSa wrote:
>>
>> >
>> > Because I want the users to be able to use both forms in the same
>> > windows / screen.
>> >
>>
>> Is possible to have more than one form in a page that psot to different
>> URLs.
>>
>>
>> --
>>
>>
>>
>>
>>
>
> >
>


-- 
Alexandre Salomé -- [email protected]

--~--~---------~--~----~------------~-------~--~----~
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