This should be trivial, but I could not find it in the documentation.

I have a custom link that generates a new password:

    config.action_links.add 'send_user_password',
                            :label => 'Resend Password',
                            :type => :record,
                            :action => 'send_password'

How does one close the nested view after the above action has
completed?

I also do not get flash messages (flash [:notice], etc) to display
when using ActiveScaffold, is that handled differently than within a
normal Rails app?

Any pointers will be appreciated, thanks!

Johan

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

Reply via email to