Just realized it might a heck of a lot easier to show what this is.
Here is my "old" non modelglue version that I am replacing.

http://easyrentaltools.com/tutorials/appliance-depreciation-calculator.cfm



On Mar 1, 7:15 pm, Irvin Wilson <[email protected]> wrote:
> Struggling with proper way to do the following...
>
> ---------------------------------------------------------------------------
> ----Page 1
>
> Form
>
> some inputs
>
> submit=add another
>
> -----/Page 1
> ---------------------------------------------------------------------------
>
> ---------------------------------------------------------------------------
> ----Page 2
>
> Form
>
> some more inputs (additional items)
>
> submit=add another
>
> ----/Page 2
> ---------------------------------------------------------------------------
>
> and so forth until user presses submit=done.
>
> I made a message that checks value of submit. If submit=done I can run
> controller/model to perform calc and display results in a view.  What,
> though, is the recommended way to "stack up" these pages of inputs
> until user is done? I'm limiting the user to 5 entries.  Is a
> depreciation calculator where page one is item1, price1, tax1, etc...
> and page two is item2, price2, tax2, etc... and so forth.  I realize I
> can put all five on one page but I like for the users to think about
> one item at a time.  In a procedural fashion I know how to do this and
> I thought I had it figured out for modelglue but somehow I've gotten
> really lost.  I'd just as soon not add each set of entries to a
> database and then run the calc by pulling the "matching" entries from
> the table.  I'd rather just keep passing them on as hidden inputs from
> view to view seeing as I'm limiting user to 5 entries.  Am I
> completely going about this the wrong way?
>
> Thank you!

-- 
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog

You received this message because you are subscribed to the Google
Groups "model-glue" 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/model-glue?hl=en

Reply via email to