RE: MVC application

2016-04-21 Thread Roger Whitcomb
ond will just "work" then. And if not, there should be ways around it using the mechanisms that are already in place. HTH, ~Roger From: Tom Coleman [mailto:t...@soaringclub.org] Sent: Wednesday, April 20, 2016 11:10 AM To: user@pivot.apache.org Subject: Re: MVC application Hi Rog

Re: MVC application

2016-04-20 Thread Tom Coleman
Hi Roger Thanks for the quick reply. Sorry for my delayed response. I am trying to get a handle on implementing an MVC application using Pivot. At this point I am seeing Pivot as the MVC “View", and am searching for hooks that can relate the data contained in the model to the Pivot “View”.

Re: MVC application

2016-04-14 Thread Roger and Beth Whitcomb
Hey Tom, I'm not sure what you mean by a "detached MVC approach". IMO the "store" method of RowEditor is the canonical place to do the update -- this is what is meant to happen there. Can you do the parse beforehand and store some intermediate representation? That would be my first th