You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/10/21 14:55:00 UTC

[jira] [Commented] (OFBIZ-12125) Refactor MacroFormRenderer to use RenderableFtlElements for text area fields

    [ https://issues.apache.org/jira/browse/OFBIZ-12125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622316#comment-17622316 ] 

ASF subversion and git services commented on OFBIZ-12125:
---------------------------------------------------------

Commit a4157641e3571aa49d2eed303d70a5edc7dea649 in ofbiz-framework's branch refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=a4157641e3 ]

Improved: MacroFormRenderer refactoring of textarea fields

(OFBIZ-12125)

Part of the OFBIZ-11456 MacroFormRenderer refactoring effort.

Rather than MacroFormRenderer producing and evaulating FTL strings, it now
uses RenderableFtlElementsBuilder to create RenderableFtlMacroCall objects
which are then passed to an FtlWriter for evaluation.


> Refactor MacroFormRenderer to use RenderableFtlElements for text area fields
> ----------------------------------------------------------------------------
>
>                 Key: OFBIZ-12125
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12125
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework/widget
>    Affects Versions: Trunk, Upcoming Branch
>            Reporter: Daniel Watford
>            Assignee: Daniel Watford
>            Priority: Minor
>
> As part of refactoring MacroFormRenderer (OFBIZ-11456), the renderTextareaField method should be refactored to create RenderableFtlElements and pass them to an FtlWriter.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)