Hi Andreas
I don't use tapestry runner myself, but I notice there is a
tapestry-runner-jakarta which might be what you are supposed to use.
I use `mvn jetty:run` to run my apps. You could try that. I posted an
email on 10-Oct-2024 which detailed some fixes to get quickstart working
in the pr
Hi,
i did a Quickstart today, and i got some Javax Test Errors:
org.eclipse.jetty.util.component.AbstractLifeCycle FAILED app:
java.lang.IllegalStateException: class
org.apache.tapestry5.TapestryFilter is not a javax.servlet.Filter
I changed it to:
org.apache.tapestry