[
https://issues.apache.org/jira/browse/VELOCITY-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674605#action_12674605
]
Byron Foster commented on VELOCITY-698:
---------------------------------------
'parse' is simply a keyword, a simple flag to instruct the #stop directive to
end rendering up to the last #parse call, then continue rendering. Without
this keyword template rendering ends regardless of the current #parse level.
> If #stop is specified as #stop(template) then parsing only stops current
> template rendering
> -------------------------------------------------------------------------------------------
>
> Key: VELOCITY-698
> URL: https://issues.apache.org/jira/browse/VELOCITY-698
> Project: Velocity
> Issue Type: New Feature
> Components: Engine
> Affects Versions: 2.0
> Reporter: Byron Foster
>
> #stop(template) will only stop the current template, so if the template is
> called with a #parse command, then rendering will end within the given
> #parse, and resume within the calling template.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]