I'm getting a lot of errors like this after upgrading to the current
stable build from a build in 2006.

My code worked OK last year after I converted all rhtml to haml.

What exactly does that error message mean?

I have code like this

#list.haml

- content_for('tasks') do
  = task_quick('email', 'Change Email')
= render :partial => 'quick_email'

#_quick_email.haml

#email.quick{:style => 'display:none;position:absolute;'}
  = start_form_tag({:action => 'change_email'})
    %span First Name
    = text_field 'current_user', 'first_name'
    %span Last Name
    = text_field 'current_user', 'last_name'
    %span Email
    = text_field 'current_user', 'email'
    = go('Save')
  = close('email')
= draggable_element 'email'

Thanks for any help!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to