- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2023 11:41 PM
I am getting the below error
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 12:31 AM - edited 09-02-2023 12:32 AM
Hello @Ketan Pandey,
kindly add & before lt as < so it is considered as '<' in jelly script.
Kindly try following code.
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<g:evaluate var="jvar_j">
for(var j=0;j < 8;j++)
{j=j+1;}
j;
</g: evaluate>
value ${jvar_j}
</j:jelly>
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 04:16 AM
Hello @Ketan Pandey ,
You can find out some details regarding the jelly script in the below link.
https://commons.apache.org/proper/commons-jelly/tags.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2023 04:16 AM
Hello @Ketan Pandey ,
You can find out some details regarding the jelly script in the below link.
https://commons.apache.org/proper/commons-jelly/tags.html