Rit::Base::AJAX
Tie it all together, make your pages into real applications!
[% ajax->wu({ subj => node.id, pred_name => 'has_visitor', args... }) %]
Get a widget for updating from subj->wu( pred_name, $args )
Rit::Base::AJAX->new_form_id()
Gives you a unique id to use for tying html/javascript/rb together.
[% ajax.register_page_part( divid, update_url, params ) %]