davidkron commented on issue #14193:
URL: https://github.com/apache/grails-core/issues/14193#issuecomment-2988410121

   I did test this today with the current 7.0.0-M4 version, but it still 
results in the same error.
   In the meantime, I managed to work around the issue with the following:
   
   Controller code snippet before Grails 7:
   ```
   forward action: 'resolve'
   return
   ```
   
   Workaround without forwarding:
   ```
   def model = enhancedRouting(cmd)
   render view: 'enhancedRouting', model: model
   return
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to