this is all I can come up, i expanded the method to suit my need

<form action="[?php echo url_for('@<?php echo $this->params
['route_prefix'] ?>'.($form->isNew() ? '_create' :
'_update').'?'.http_build_query($helper->getFormUrlParams
($form),'','&')) ?]" method="POST" [?php if($form->isMultipart() and
print 'enctype="multipart/form-data"')?]>
    [?php if(!$form->isNew() and print $form->getWidgetSchema()-
>renderTag('input', array('type' => 'hidden', 'name' => 'sf_method',
'value' => 'PUT', 'id' => false)))?]

I hope someone has a better idea.


On Mar 11, 3:41 pm, ken <[email protected]> wrote:
> Im currently creating my own doctrine admin theme and added tabbing
> functionality but I just came across a problem and I cant find any
> answer in the net.
>
> How do I pass additional query_string to form_tag_for in _form.php
> template? There seems to be no way according to the api.
--~--~---------~--~----~------------~-------~--~----~
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