I am using

<% form_remote_tag  :url => "/users", :method => :post do %>

with a form. This works fine, except that I can not get the focus on
the text boxes.
This is interesting, because the submit button does get recognized.

This may not be a hobo problem, but I can't find a solution.

Here is the generated source, minus the tables:

<form action="/users" method="post" onsubmit="new Ajax.Request('/
users',
    {asynchronous:true, evalScripts:true, method:'post',
    parameters:Form.serialize(this)}); return false;" />
<div style="margin:0;padding:0">
    <input name="authenticity_token" type="hidden"
    value="qvstFe5lFox1TBMEOYItNC6M4OWMPr5cpVB/EAUGk1E=" />
</div>

<input autocomplete="off" class="formapplyfield"
    maxlength="30" name="user[name]" size="25" type="text" />
<input autocomplete="off" class="formapplyfield"
    maxlength="30" name="user[email_address]" size="25" type="text" />

<input class="buttonsubmit" name="btnSignup" type="button"
value="Submit" />

This is attempt to get the initial sign-up working. I did not have
much success
with <sign-up>.

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