Error_messages with form_tag

Hi

Am facing a problem in accessing the error_messages.

Actually am using form_tag is there any way with which i can access
error_messages with form_tag.

I don’t want to use form_for.

Thanks in Advancve

On Mar 5, 9:32 am, Neetal S. [email protected]
wrote:

Hi

Am facing a problem in accessing the error_messages.

Actually am using form_tag is there any way with which i can access
error_messages with form_tag.

error_messages_for is the equivalent method

I don’t want to use form_for.

There’s really very little reason to do that.

Fred