Store with "difficult" articles

Last post 04-27-2009 10:23 AM by silveraxe. 0 replies.

Sort Posts:

  • Store with "difficult" articles

    04-27-2009, 10:23 AM
    • Member
      2 point Member
    • silveraxe
    • Member since 03-19-2008, 8:52 AM
    • Posts 5

    Hi all,

    first I'd like to thank Rob for the great demo app and the tutorials for it. I really love it and it's a great way to get into MVC!

    So I started to work on my own MVC app (also kind of a store) and ran into some difficulties regarding the architecture. The products in the store are expertises for machines. For a expertise the user has to enter some data of it's machine. It takes about 4-5 pages to ask the user about the details (geographic location with Live Maps and lots of data).

    I started working on the application and created a single action "Create" in my controller. Then I have multiple Views for that action and select by a hidden form element ("next step") which is the next view to return. This way it works but I'm not sure if it's the best idea. In Web Forms it would be a simple Wizard. Any ideas how to build such a wizard in MVC?

    Thanks,

    Hilmar

    Filed under:
Page 1 of 1 (1 items)