Absalon, thank you..  this shed some light...  and I got part of it working,
however I am still having issues.

I managed to display the list and the form on the same screen, and submiting
it side by side, it adds a new record to the table (by refreshing the entire
page.. )

I still have issues how to execute the remote and also, how to do ajax
validations.  Using Symfony 1.4.

It seems since they removed it remote on 1.4, and the manual doesn't talk
much about it its hard to find information (at least for me).

Anyone?

Thank you.


On Tue, Feb 9, 2010 at 10:01 PM, Absalón Valdés <[email protected]> wrote:

> hi. i apologize for my english. i,ll try to help.
> you can use jQuery or any else javascript library for submiting forms with
> ajax:
>
>    -
>    
> http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/
>
> you see? well, after submit form you should refresh table. for deleting
> items from a table I think you should traverse table records and get a
> specific record across columns in a row and then submit the delete action
> with ID as parameter, as batch actions.
>
> 2010/2/9 Samuel Morhaim <[email protected]>
>
>> Anyone?
>>
>>
>> On Tue, Feb 9, 2010 at 3:12 PM, Samuel Morhaim 
>> <[email protected]>wrote:
>>
>>> Can somebody show me or point me in the right direction for doing:
>>>
>>> 1. Same-screen form edits. (For example adding an entry to a table with a
>>> form on the same screen without re-navigating)
>>> 2. Deleting items from a table without re-navigating
>>>
>>>
>>> I know there are examples for sf 1.2 but it was removed on 1.4 and with
>>> the plugin there are no examples.
>>>
>>> Thank you.
>>>
>>
>> --
>> 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]<symfony-users%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en.
>>
>
>  --
> 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]<symfony-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>

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