Hi Guys,

I have the fllowing requirement,

I have a model called Task to display user tasks

1 . Link to add a new task (in the tasks index page)
2 . when a user click the link, 'tasks/new' action will open up inside a
popup
3 . when the user save the new task, I want to close 'new task' popup
and refresh the
parent page 'tasks/index' so that new task will display

I guess, i will have to execute a page reload java script at the end of
'tasks/create' action. But i'm not sure how to.

can anyone help me out to make this happen, thanks in advance

cheers,
sameera
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to