Hi All, A quick note moving from m2 to m3 with tapestry-modular had a few issues in an sample application created from m2. It seems the BasePage and related classes moved packages from org.appfuse.webapp.action to org.appfuse.webapp.pages in case someone runs into a similar issue.
You will get errors if you had created and tried to upgrade to m3 by changing your pom.xml. Adjust your classes if you were extending BasePage. Someone please chime in if the observation is incorrect. Sib