search for: client_list

Displaying 7 results from an estimated 7 matches for "client_list".

Did you mean: clients_list
2009 Jan 23
4
getValue() in a Controller problem, help please.
Hello there, I''m trying to do something like: render :update do |page| page[:client_list].replace_html render(:partial => ''client_list'', :object => @clients_list) name = page[:name].getValue(); end but I''m not getting the value, or somehow use $("name").getValue() inside of the controller. How can I do that? tks, David Sousa -- Posted...
2006 Mar 22
3
strange issue locating a file
...ility.rb U app/models/placement.rb U app/controllers/application.rb U app/controllers/reports_controller.rb A app/views/notifier A app/views/error_mailer U app/views/login/_motd.rhtml U app/views/placements/_form.rhtml U app/views/placements/show.rhtml A app/views/reports/client_list_all.rhtml U app/views/reports/vo_res_census_all.rhtml U app/views/reports/rfn2.rhtml A app/views/reports/_client_list.rhtml U app/views/reports/rfn3.rhtml A app/views/reports/voc_bhp_all.rhtml A app/views/reports/client_list.rhtml U app/views/reports/rfn4.rhtml U app/views/r...
2006 Jun 05
1
file_column & RMagick
...`require'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require'' /vendor/plugins/trunk/lib/magick_file_column.rb:208:in `file_column'' /vendor/plugins/trunk/lib/file_column.rb:698:in `file_column'' /app/models/client_listing.rb:2 /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:147:in `require'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies...
2006 Apr 10
0
Rails form error message oddness...
...g %> <div id="clientList"> <h3>Current Clients </h3> <p>A list of the current active clients.</p> <%= start_form_tag :action=> "new" %> <% for client in @clients -%> <%= render(:partial => "client_list", :object => client) %> <% end -%> <%= end_form_tag %> <div id="pageNavigation" class="clear"> <%= pagination_links(@client_pages) %> </div> </div> -- Posted via http://www.ruby-forum.com/.
2006 Aug 02
0
[PATCH] xenstore-chmod
...--- a/tools/xenstore/xenstore_client.c Sat Jul 29 14:05:59 2006 +0100 +++ b/tools/xenstore/xenstore_client.c Tue Aug 01 08:47:33 2006 -0400 @@ -60,6 +60,8 @@ usage(const char *progname) errx(1, "Usage: %s [-h] [-s] [-t] key [...]", progname); #elif defined(CLIENT_exists) || defined(CLIENT_list) errx(1, "Usage: %s [-h] [-s] key [...]", progname); +#elif defined(CLIENT_chmod) + errx(1, "Usage: %s [-h] [-s] key <mode [modes...]>", progname); #endif } @@ -78,10 +80,61 @@ do_rm(char *path, struct xs_handle *xsh, } #endif +#if defined(CLIENT_chmod) +#d...
2006 Apr 27
4
select item based on previous select list selection?
So I have a select list with a list of items. When a user selects an item, another select list should have its default selected item set to a specific item (the default associated with the first select list). This is in a form to create a new task. The first select list is a list of parent tasks. When one selects the parent task, the clients select list must default to the same client as its
2003 Dec 01
0
No subject
...n `sort_groupmem_list': nsswitch/winbindd_group.c:94: warning: passing arg 4 of `qsort' from incompatible pointer type Compiling nsswitch/winbindd_idmap.c Compiling nsswitch/winbindd_util.c nsswitch/winbindd_util.c: In function `winbindd_kill_connections': nsswitch/winbindd_util.c:218: `client_list' undeclared (first use in this function) nsswitch/winbindd_util.c:218: (Each undeclared identifier is reported only once nsswitch/winbindd_util.c:218: for each function it appears in.) nsswitch/winbindd_util.c: In function `winbindd_lookup_name_by_sid': nsswitch/winbindd_util.c:417: warning...