sfwalter
13 Apr 2007, 6:52 AM
Hi,
Using this form creation:
form = new Ext.Form({
labelAlign: 'right',
labelWidth: 75,
buttonAlign: 'center',
url:'<%=url_for :controller => 'layouts', :action => 'submit1'%>',
baseParams:{myname:'scott'}
});
when the form is sent the "myname" is not sent with the prototype framework, simply changing to the yui adapter and it works.
scott.
Using this form creation:
form = new Ext.Form({
labelAlign: 'right',
labelWidth: 75,
buttonAlign: 'center',
url:'<%=url_for :controller => 'layouts', :action => 'submit1'%>',
baseParams:{myname:'scott'}
});
when the form is sent the "myname" is not sent with the prototype framework, simply changing to the yui adapter and it works.
scott.