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:
us...@infra.apache.org


Reply via email to