search for: get_address

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

2006 Jul 20
0
Getting joined collections on a form
...'', :object => @customer page[:customer].visual_effect :highlight customer.rhtml <%= collection_select(:invoice, :address_id, @addresses, :id, :street, {:include_blank => true}, { :onchange => remote_function(:url => { :action => "get_address"}, :with => "''invoice_address_id=''+ $F(''invoice_address_id'')") }) %> 3) Next a similar pattern occurs for addresses... Back we go to the controller with the action get_address and then render address.rjs and then add...
2006 Apr 30
1
Select Lists
Is there any way to trigger a controller action when the user picks an option from a selection list? -- Posted via http://www.ruby-forum.com/.
2006 Jul 21
0
Selecting customers and addresses in a form (was Getting joined collections on a form)
...#39;', :object => @customer page[:customer].visual_effect :highlight customer.rhtml <%= collection_select(: invoice, :address_id, @addresses, :id, :street, {:include_blank => true}, { :onchange => remote_function(:url => { :action => "get_address"}, :with => "'' invoice_address_id=''+ $F(''invoice _address_id'')") }) %> 3) Next a similar pattern occurs for addresses... Back we go to the controller with the action get_address and then render address.rjs and then a...
2003 Apr 16
1
pop3 coredump
...ync_to = 0x0, autosync_files = 0x0, autosync_type = MAILBOX_SYNC_NONE, sync_last_check = 0, min_newmail_notify_interval = 0, fetch_mail = {mail = {seq = 0, uid = 0, seen_updated = 0, get_flags = 0, get_parts = 0, get_received_date = 0, get_date = 0, get_size = 0, get_header = 0, get_address = 0, get_first_mailbox = 0, get_stream = 0, get_special = 0}, data = {flags = { flags = 0, custom_flags = 0x0, custom_flags_count = 0}, received_date = 0, size = 0, sent_time = 0, sent_timezone = 0, headers = 0x0, parts = 0x0, envelope = 0x0, body = 0x0, bodystru...
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...sm to set local IP addresses and routes. - * (2) Handle RPC negotiation with the system which replied to RARP or - * was reported as a boot server by BOOTP or manually. - * (3) The actual mounting is done later, when init() is running. - * - * - * Changes: - * - * Alan Cox : Removed get_address name clash with FPU. - * Alan Cox : Reformatted a bit. - * Gero Kuhlmann : Code cleanup - * Michael Rausch : Fixed recognition of an incoming RARP answer. - * Martin Mares : (2.0) Auto-configuration via BOOTP supported. - * Martin Mares : Manual selection of interface & BOOTP/RARP. - * Martin...
2004 May 26
1
error compilling TC
...I../include -DRESOLV E_HOSTNAMES -c -o ipneigh.o ipneigh.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o iplink.o iplink.c iplink.c: En la función `get_address'': iplink.c:196: aviso: declaración implícita de la función `htons'' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o ipmaddr.o ipmaddr....
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...sm to set local IP addresses and routes. - * (2) Handle RPC negotiation with the system which replied to RARP or - * was reported as a boot server by BOOTP or manually. - * (3) The actual mounting is done later, when init() is running. - * - * - * Changes: - * - * Alan Cox : Removed get_address name clash with FPU. - * Alan Cox : Reformatted a bit. - * Gero Kuhlmann : Code cleanup - * Michael Rausch : Fixed recognition of an incoming RARP answer. - * Martin Mares : (2.0) Auto-configuration via BOOTP supported. - * Martin Mares : Manual selection of interface & BOOTP/RARP. - * Martin...