Displaying 3 results from an estimated 3 matches for "defaultaction".
Did you mean:
  default_action
  
2007 May 13
2
prototype - get inputs()
hi,
i have the following function which is not working for me:
function uploadimg (theform,ajaxAction,ajaxTarget){
	var imgDesc =  theform.getInputs(''page1'', ''text'',''imgDesc'');
	alert(imgDesc[0]);
	defaultAction=theform.action;
	defaultTarget=theform.target;
	theform.action=ajaxAction;
	theform.target=ajaxTarget;
	theform.submit();	//Submit the form.
	//Then display a loading message to the user.
	setStatus ("Please wait while your image uploads...","showimg");
	theform.action=defaultA...
2009 Aug 25
1
[PATCH] A default log level of ULOG is ignored by the shorewall-perl compiler (but not by shorewall-shell)
...playing with the Policy.pm script, I found that the following
modification makes the Perl compiler act like the shell compiler:
=== 8< ===
--- Policy.orig.pm	2009-06-18 00:00:00.000000000 +0000
+++ Policy.pm	2009-08-25 00:00:00.000000000 +0000
@@ -453,6 +453,10 @@
     my ( $policy, $loglevel, $defaultaction ) = ( $default , 6, $config{$default . ''_DEFAULT''} );
     my $policychainref;
 
+    if (!$ruleschainref) {
+        $ruleschainref = $filter_table->{"all2all"};
+    }
+
     $policychainref = $filter_table->{$ruleschainref->{policychain}} if $ruleschainref;...
2007 Sep 15
9
Boot Problem with XEN 3.1.
Hi to all.
I''m installed XEN3.1 correctly but I''m some problem to start it. XEN 
start but I received this message:
VFS: Cannot open root device "hda5" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on 
unknown-block(0,0)
This is strange because my grub is configured like this: