danwatford opened a new pull request #232: URL: https://github.com/apache/ofbiz-framework/pull/232 New RenderableFtl elements to represent pre-rendered FTL strings and FTL macro calls. RenderableFtl elements are able to render themselves to strings which are processed as an FTL template by the FtlWriter class. For labels, display fields and text fields, MacroFormRenderer no longer generates FTL to write to a template itself, but instead calls RenderableFtlFormElementsBuilder to create corresponding RenderableFtl elements which are then processed by FtlWriter. This is a WIP to reduce complexity in MacroFormRenderer. More changes will follow to move generation of FTL out of MacroFormRenderer to RenderableFtlFormElementsBuilder and other classes. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
danwatford commented on pull request #232: URL: https://github.com/apache/ofbiz-framework/pull/232#issuecomment-721075905 This PR included use of Lombok which has not been accepted into the Ofbiz project. Closing in favour or #237 which makes the same improvements but with Lombok removed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
In reply to this post by GitBox
danwatford closed pull request #232: URL: https://github.com/apache/ofbiz-framework/pull/232 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [hidden email] |
Free forum by Nabble | Edit this page |