Displaying 2 results from an estimated 2 matches for "delete_data".
2007 May 03
0
need javasrcipt help
...to
call my ''set_value'' function,
<script language="javascript">
function sel_value(){
var command_del=confirm(''Really?'');
if(command_del==true){
var cell_no=document.forms[0].selcell_id.value;
//I want to open the ''delete_data.rhtml'' page here where the
// controller name is ''data_trvs'' and action is ''delete_data''
// the have to send the value of cell_no in the controller to
query.
}
}
</script>
In that way I want to open delete_data.rhtml page an...
2007 Jul 21
3
manging rescues
What''s the recommended way to catch errors like this:
NoMethodError in Register#confirm
Showing app/views/register/confirm.rhtml where line #4 raised:
undefined method `namen'' for nil:NilClass
I get this error when someone does somethinh like:
http://.........../register/confirm?email=jkdsfadslkjflksd
If I make:
remail = params[:email]
@user = Request.find(:first,