Document limitation: form-list submit buttons require form node context
The submit button rendering code I added needs sri.getFormNode() which requires a form node to be in context. When rendering form-list rows with individual submit fields, the form node is not available causing FTL template errors. This is expected behavior - actions are still extracted via screen definition (renderMode=mcp), which is the intended metadata mechanism.
Showing
1 changed file
with
8 additions
and
1 deletions
-
Please register or sign in to post a comment