This is the <signup-form> I am using. No errors generated, no code is
generated either:

<signup-form >
       <field-list:>
             <name-label: />
             <name-input:>
                   <input type="text"name="name" />
             </name-input:>
             <email_address-label: />
             <email_address-input:>
                  <input type="text"name="email_address" />
             </email_address-input:>
             <password-label: />
             <password-input:>
                  <input type="text"name="password" />
             </password-input:>
             <password_confirmation-label: />
             <password_confirmation-input:>
                  <input type="text" name="password_confirmation" />
             </password_confirmation-input:>
        </field-list:>
    <actions: />
</signup-form>

since  <def tag="signup-form" for="User">  I am thinking no other
declaration of 'User' is necessary to
establish a context. Is that true?

Also was hoping that the definition <form lifecycle="activate"> would
work.

If I am not using it correctly, there is a reason for that...

jet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to