You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a MyException inheriting RuntimeException is thrown in the setParameter method and there is an error view implementing a matching HasErrorParameter, 10.0.0beta1 and 10.0.0beta6 behave differently
beta1 shows the error view
beta6 shows
Reason: Failed to parse url parameter, exception: org.vaadin.olli.MyException
Available routes:
<root> (requires parameter)
This detailed message is only shown when running in development mode.
Issue came up in training:
setParameter
method and there is an error view implementing a matching HasErrorParameter, 10.0.0beta1 and 10.0.0beta6 behave differentlymy_starter_project.zip
Not sure if this is an intended change or not, but I think I prefer the error view being shown
The text was updated successfully, but these errors were encountered: