views:

37

answers:

1

Hi everyone,

My English is very bad, please forgive.

I developed a basic web page in MVC 2 for learning the framework, and I am stuck in this situation:

I have 3 classes: Client - Product - New. And for all need to display a modal popup to create/edit action. For display the modal i used JQuery and jqModal plug-in.

I created the controllers for all objects, the views for Index action, and Delete action. For the Create/Edit Action I created a partial view named ModalBox. Inside this partial view, I have an Ajax.BeginForm, and it calls another partial, that represent the form of the objects.

This works very fine, ... for the project object! in FireFox 3.6, for others object's the form tag is missing...

The question is: Why?

Please Help!

Thks!

A: 

Solve!

Sorry if not post any code, but im new in Stackoverflow as user (not as visitor, stackoverflow helpme a lot!), and i not understand the editor :S

I solve the problem re importing the master page, the old master page is a common master page, the new is a master page mvc.

the new master page dont have the tag form.

I based in this article:

http://geeks.ms/blogs/etomas/archive/2010/05/04/asp-net-mvc-formelement-is-null-o-como-un-peque-241-o-error-te-hace-perder-el-tiempo.aspx?CommentPosted=true#commentmessage

the article is writed in spanish.

Thx!

CRodrigo
You should accept your own answer so that it's removed from the Unanswered queue.
Kirk Woll
I need wait 2 days
CRodrigo
Done! Check In the result! =)
CRodrigo