Vibrant discussion about CSLA .NET and using the framework to build great business applications.
I have looked in the USING CSLA 4 ASP MVC book.
The book talks about EditList View. But nothing about more complex views.
I am trying to make a view similar to editing an Order with order lines on the same screen.
Is that possible?
Regards,
Wilfred
This is what I got so far. I can see the fields from OrderHead comming back. But the order rows list is empty.
Any suggestions?
Edit.cshtml:
This is already on the wish-list for Csla.Web.Mvc
http://www.lhotka.net/cslabugs/edit_bug.aspx?id=978
Jonny Bekkum, Norway CslaContrib Coordinator
OK
Thanks.
If this is still not available, what is the preferred way for updating children in this scenario? How would I go about grabbing the property values for each of the child objects when updating the parent? (The child list property on the parent isn't available in the model when the controller action is invoked.) Do I need to use the FormsCollection or something like that? Thanks.
Tim