user-controller:

flash[:error] [email protected]
flash[:notice] = "Error SignUp - pls try again - Support has been
contacted!"


application.html
<body class="bodybckgrnd">
<% if flash[:notice] -%>
<%= flash[:notice]%>
<%= flash[:error]%>
<% end -%>

#i reduced it to the minimum. the user signup form is just a regular
form....

what else can i provide?

thx for ur help!






On Mon, Oct 25, 2010 at 10:59 AM, radhames brito <[email protected]> wrote:

> you have to post some of your layout code , but it seems like there is a
> problem with your login form and is getting submitted  when you try to
> access the page, but to be sure we have to see some of the lay out code and
> we have to know it the login form can be triggered by JS
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<rubyonrails-talk%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to