We are doing webflows with tiles. I have JQuery AJAX tabs to integrate. Is there a simple answer to the question of whether to do the tabs as webflow or MVC and why that choice?
We are doing webflows with tiles. I have JQuery AJAX tabs to integrate. Is there a simple answer to the question of whether to do the tabs as webflow or MVC and why that choice?
No, there isn't a simple answer. Is the jQuery Ajax tabs going to be within a flow? From my experience Webflow does not lend itself very nicely to Ajax, unless you use spring's js libraries. Then if you go the Spring MVC route, you loose Webflow context, so you have to do a work around to get this to work.Is there a simple answer to the question of whether to do the tabs as webflow or MVC and why that choice?
So, I guess my question to you is are you going to be accessing jQuery tabs within a flow?