Re: [Rails-spinoffs] Form.serialize problem

2006-04-22 Thread Matt Grommes
That was it. Thanks a ton. Deco Rior wrote: The form parameters must be name(d) i..e id is not enough Deco On Apr 21, 2006, at 9:11 PM, Matt Grommes wrote: I'm sure I'm missing something dumb but I cannot get Form.serialize to work. I have an alert in the function as a debug to show me

Re: [Rails-spinoffs] Form.serialize problem

2006-04-21 Thread Deco Rior
The form parameters must be name(d) i..e id is not enough Deco On Apr 21, 2006, at 9:11 PM, Matt Grommes wrote: I'm sure I'm missing something dumb but I cannot get Form.serialize to work. I have an alert in the function as a debug to show me what's supposed to be the serialized line of

[Rails-spinoffs] Form.serialize problem

2006-04-21 Thread Matt Grommes
I'm sure I'm missing something dumb but I cannot get Form.serialize to work. I have an alert in the function as a debug to show me what's supposed to be the serialized line of values but it always shows nothing. Can somebody show me what I'm doing wrong? Thanks in advance. function submitprof