On Feb 2, 5:00 pm, DBA <[email protected]> wrote:

> However, when the openid_identifer validation kicks in, something in
> the "supper" is preventing the render :action => 'new' set in the
> controller for when the result is not "true".
>
> I'm a bit new on this kind of issues, so bare with me on this
> eventually newbie question... Could someone give me some guidance on
> why invoking the super on the save method is making it impossible to
> render the new action in order to show the user his error messages?
>

Are you sure the problem isn't a few lines further up ? If either of
those return false statements are triggered then save won't yield to
its block. Would it not be simpler to use the return value from save
rather than this block approach?

Fred

-- 
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