Displaying 5 results from an estimated 5 matches for "sumbmitted".
Did you mean:
submitted
2005 Jul 20
3
[Asterisk-Dev] Memory Leak in Stable?
Hello,
I have a client that has a fairly small installation (20 SIP
Phones) that is running Stable. Asterisk appears to be consuming large
quantities of memory, and growing uncontrollably to the point where after
about 6 weeks the box starts to swap itself to death. I've been keeping my
eye on it today, and in the last 12 hours, it has grown by about 8
megabytes, and there has been
2008 Feb 28
15
Ajax.Updater response encoding Safari
new Ajax.Updater($(''toppanel''), ''/ajax/form.php'', {
parameters: {},
evalScripts: true,
insertion: Insertion.Before
});
form.php encoding is utf-8. page encoding is also utf-8.
Why response encoding is broken in Safari?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
2008 Jan 23
1
Weird shopping cart behaviour!
Dear all,
I have a general form (which I generate via form_tag) for a
''subscription''.
Inside this form the user can add ''elements'' to his subscription. I do
this with an an additional Ajax form:
<% form_remote_tag :url => { :action => :add_to_cart, :id => element }
do%>
<%= submit_tag "Add" %>
<% end %>
Every time the
2010 Mar 18
8
hash in controller is nil after submitting form
I''m trying to create a data entry form but getting an error when it
sumbmits. I am using an hash to get the names of the fields definied
in the controller''s "new" function:
def new
@thing = thing.new
@columns = Hash.new
@columns[''thing_general''] = [
["title","name"],
2023 Mar 10
1
linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
On Fri, Mar 10, 2023 at 10:26?AM Chris Clayton <chris2553 at googlemail.com> wrote:
>
> Hi.
>
> Is it likely that this fix will be sumbmitted to mainline during the ongoing 6.3 development cycle?
>
yes, it's already pushed to drm-misc-fixed, which then will go into
the current devel cycle. I just don't know when it's the next time it
will be pushed upwards, but it should get there eventually. And
because it also contains...