Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8949807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:18:16+00:00 2026-06-15T13:18:16+00:00

What is the most elegant what of comparing numbers in freemarker? <#if (variable =

  • 0

What is the most elegant what of comparing numbers in freemarker?

<#if (variable = 2) ></#if>

This will not include a null check?

If I do this

 <#if (variable! = 2) ></#if>

Then freemarker will complain about different types.

I ended up doing this

<#if (variable!?html = "2") ></#if>

But I guess this is not the way of doing it? How do I compare numbers with a null check in freemarker?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:18:17+00:00Added an answer on June 15, 2026 at 1:18 pm

    What do you want to happen if the variable is null? If you want then false:

    <#if variable?? && variable == 2 ></#if>
    

    If you want to assume 0:

    <#if variable!0 == 2 ></#if>
    

    Notes: = also works, but is a bad practice, as the expression can be confused with named parameter assignment. The () is redundant; it’s not like in Java. ?html meant to be used escaping < and such, but worse, you trigger localized formatting there that can spoil the comparison. So if you ever want to do something like that, use ?c (*c*omputer formatting) instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the most elegant way to implement this function: ArrayList generatePrimes(int n) This
One more question about most elegant and simple implementation of element combinations in F#.
Possible Duplicate: most elegant way to return a string from List<int> I'm not sure
I'm interested in finding the most elegant and 'correct' solution to this problem. I'm
I'm wondering if this is the most elegant and efficient way of doing this?
What's the most elegant way of doing something like this: >>> tests = [false,
What is the most elegant way to say this in JS?: search_keyword = search_keyword.toLowerCase();
I'm looking for the most elegant way to parse this. I'm just hitting a
What is the most elegant way to solve this: open a file for reading,
What's the most elegant way to get this array [10, 20, 30, 40, 50]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.