Hi,

I'm using a text_field_tag to provide a place for user input which does
not need a model or table associated with it.  It is used for jQuery to
compare a users input with another field value.
If I place the text_field_tag within a form_for it looks for a route
which I do not want or need and an error is generated.

If I place it outside the form_for it works fine but then I can't
position it on the page where I want it very easily.

I am a novice and am wondering if I am either using the wrong type of
input field or really do need to keep it outside the form_for and deal
with its page positioning thru CSS.

Thanks,

Dave Castellano

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/c7e87b9a25aeaa6d5d5ff49447b72cbc%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to