Groups
Groups
Sign in
Groups
Groups
handlebars.java
Conversations
About
Send feedback
Help
handlebars.java
Contact owners and managers
1–30 of 123
Mark all as read
Report group
0 selected
edgar
2
10/30/18
Announcement
handlebars.java 4.1.1
Release 4.1.1 breaks partial definitions in multiple lines, which was fixed in 4.1.2 https://github.
unread,
Announcement
handlebars.java 4.1.1
Release 4.1.1 breaks partial definitions in multiple lines, which was fixed in 4.1.2 https://github.
10/30/18
edgar
5/29/18
Announcement
handlebars.java 4.0.7
Happy to announce a new Handelbars.java release!!! There are lot lot of small enhancements and bugs
unread,
Announcement
handlebars.java 4.0.7
Happy to announce a new Handelbars.java release!!! There are lot lot of small enhancements and bugs
5/29/18
milan
4/2/19
ECMAScript 6 support in javascript helpers in Handlebars java
I am using Javascript helpers on the server side. Only very simple helpers work. When using a little
unread,
ECMAScript 6 support in javascript helpers in Handlebars java
I am using Javascript helpers on the server side. Only very simple helpers work. When using a little
4/2/19
Lance Walton
3/7/19
JsonNodeValueResolver & passing ObjectNodes to helper functions
Hi. I have the following Scala code: import com.fasterxml.jackson.databind.{ JsonNode, ObjectMapper }
unread,
JsonNodeValueResolver & passing ObjectNodes to helper functions
Hi. I have the following Scala code: import com.fasterxml.jackson.databind.{ JsonNode, ObjectMapper }
3/7/19
jmurray
7/17/18
Collect parameters and partials
I have a UI which allows people to test emails based on templates. Part of the UI uses 'var
unread,
Collect parameters and partials
I have a UI which allows people to test emails based on templates. Part of the UI uses 'var
7/17/18
edgar
6/11/18
Announcement
handlebars.java 4.1.0
Great news for Handlebras.java!! This new release is targeted to run Java 8 (finally!) or higher and
unread,
Announcement
handlebars.java 4.1.0
Great news for Handlebras.java!! This new release is targeted to run Java 8 (finally!) or higher and
6/11/18
Johannes Ernst
2/1/18
EscapingPolicy
I'm also baffled by how to use EscapingPolicy. A number of them seem to have been predefined, but
unread,
EscapingPolicy
I'm also baffled by how to use EscapingPolicy. A number of them seem to have been predefined, but
2/1/18
Johannes Ernst
2
2/1/18
How to add ValueResolvers
I figured it out: create your own Context with a builder, such as: Context.newBuilder( myModel ).push
unread,
How to add ValueResolvers
I figured it out: create your own Context with a builder, such as: Context.newBuilder( myModel ).push
2/1/18
Phil Waligora
6/29/17
Errors running tests in handlebars module
I'm posting this for a colleague who does not yet have posting rights to the group. Can anyone
unread,
Errors running tests in handlebars module
I'm posting this for a colleague who does not yet have posting rights to the group. Can anyone
6/29/17
Phil Waligora
2
6/7/17
Replacing Context.data with an interface
I have created the following issue: https://github.com/jknack/handlebars.java/issues/586 On Wednesday
unread,
Replacing Context.data with an interface
I have created the following issue: https://github.com/jknack/handlebars.java/issues/586 On Wednesday
6/7/17
Brian Sam-Bodden
2
5/26/17
HbsServer vs. HBS Templates in Vert.x (and registering helpers on HbsServer)
I got pass the helpers not being found just by upgrading to a higher version of the HbsServer, but
unread,
HbsServer vs. HBS Templates in Vert.x (and registering helpers on HbsServer)
I got pass the helpers not being found just by upgrading to a higher version of the HbsServer, but
5/26/17
Phil Waligora
5/9/17
Integrating handlebars with an existing system
Hello, I am working on a project for my company. We would like to support Handlebars syntax for a
unread,
Integrating handlebars with an existing system
Hello, I am working on a project for my company. We would like to support Handlebars syntax for a
5/9/17
devinpain
4/24/17
check collection size in each iteration
Hi, I am trying to do a simple thing, and really struggling to see how this would work... in a hbs
unread,
check collection size in each iteration
Hi, I am trying to do a simple thing, and really struggling to see how this would work... in a hbs
4/24/17
Ted M. Young
,
edgar
2
4/4/17
Status of project?
Hi Ted, Yea being kind of lazy.. but also don't think there are major issues to fix. Would you
unread,
Status of project?
Hi Ted, Yea being kind of lazy.. but also don't think there are major issues to fix. Would you
4/4/17
J
,
edgar
3
1/17/17
selecting a partial template based on the model type
Works great, thank you.
unread,
selecting a partial template based on the model type
Works great, thank you.
1/17/17
Pooja Sinha
,
edgar
4
1/10/17
infinite loop detected, partial 'vfqueryStructure.hbs' was previously loaded
On Tuesday, January 10, 2017 at 9:11:53 AM UTC+5:30, edgar wrote: > Hi, > > > You need to
unread,
infinite loop detected, partial 'vfqueryStructure.hbs' was previously loaded
On Tuesday, January 10, 2017 at 9:11:53 AM UTC+5:30, edgar wrote: > Hi, > > > You need to
1/10/17
andriy.mir...@manahealth.com
12/16/16
complex condition
I have 3 lines of code: <tr><td colspan="2" class="subsectionHeading"
unread,
complex condition
I have 3 lines of code: <tr><td colspan="2" class="subsectionHeading"
12/16/16
Hans
10/27/16
@partial-block functionality
Hi In our project we want to share client side handlebars templates with our back-end. Handlebars.js
unread,
@partial-block functionality
Hi In our project we want to share client side handlebars templates with our back-end. Handlebars.js
10/27/16
giuseppe
10/25/16
complete json in expression
there is a way to get all json data passed in compilation of hbs in a handlebars expression?
unread,
complete json in expression
there is a way to get all json data passed in compilation of hbs in a handlebars expression?
10/25/16
giuseppe
10/25/16
reload template at runtime
i want upgrade version of hadlebar from 2.0.0 to last version my code try { loader = new
unread,
reload template at runtime
i want upgrade version of hadlebar from 2.0.0 to last version my code try { loader = new
10/25/16
C P
10/24/16
Creating handelbars.Context using model hashmap locking the hashmap.
while using template.apply() , where we have to pass Context as a first parameter. We are creating
unread,
Creating handelbars.Context using model hashmap locking the hashmap.
while using template.apply() , where we have to pass Context as a first parameter. We are creating
10/24/16
Vineet Kumar
,
edgar
3
10/6/16
Rendering partials contextually
Hi Edgar, Thanks so much for a quick response. Will try and let you know. Apology of posting the same
unread,
Rendering partials contextually
Hi Edgar, Thanks so much for a quick response. Will try and let you know. Apology of posting the same
10/6/16
Lee Theobald
, …
Matt A
4
8/9/16
Recursive Partials
On Thursday, July 23, 2015 at 7:24:35 AM UTC-5, Lee Theobald wrote: > Hi all, > > I was
unread,
Recursive Partials
On Thursday, July 23, 2015 at 7:24:35 AM UTC-5, Lee Theobald wrote: > Hi all, > > I was
8/9/16
siordache
,
edgar
3
6/28/16
Handlebars.java Helpers
The helpers are currently written in Groovy. I will try to port them to Java in the next few days, in
unread,
Handlebars.java Helpers
The helpers are currently written in Groovy. I will try to port them to Java in the next few days, in
6/28/16
Karan Pradhan
4/11/16
Wrirting helpers in javascript for Handlebars.java
I have written the following helper for a regular number comparison. Handlebars.registerHelper('
unread,
Wrirting helpers in javascript for Handlebars.java
I have written the following helper for a regular number comparison. Handlebars.registerHelper('
4/11/16
Karan Pradhan
,
edgar
2
3/21/16
Benchmarking Handlebars.java vs Freemarker
That doesn't sound right. Here is a performance test: https://github.com/mbosecke/template-
unread,
Benchmarking Handlebars.java vs Freemarker
That doesn't sound right. Here is a performance test: https://github.com/mbosecke/template-
3/21/16
Gordon Wilkinson
,
edgar
6
3/3/16
partial mapping error
No problem! and thanks for trying handlebars.java Also, I invite you to try http://jooby.org a micro
unread,
partial mapping error
No problem! and thanks for trying handlebars.java Also, I invite you to try http://jooby.org a micro
3/3/16
Oliver
,
edgar
3
3/2/16
Context resolver and partials
Done: https://github.com/jknack/handlebars.java/issues/490 Thanks, Oliver On Wednesday, March 2, 2016
unread,
Context resolver and partials
Done: https://github.com/jknack/handlebars.java/issues/490 Thanks, Oliver On Wednesday, March 2, 2016
3/2/16
Rob Shepherd
,
edgar
2
2/26/16
throw or detect null value
Hi, Try: handlebars.registerHelperMissing(new Helper<Object>() { public CharSequence apply(
unread,
throw or detect null value
Hi, Try: handlebars.registerHelperMissing(new Helper<Object>() { public CharSequence apply(
2/26/16
Carlos Noguera
,
edgar
2
2/8/16
Colons (:) and accented chars in id
Can you send a pull request? Thanks On Monday, February 8, 2016 at 9:24:36 AM UTC-3, Carlos Noguera
unread,
Colons (:) and accented chars in id
Can you send a pull request? Thanks On Monday, February 8, 2016 at 9:24:36 AM UTC-3, Carlos Noguera
2/8/16
edgar
2/2/16
handlebars.java 4.0.4 release it
Checkout release notes: https://github.com/jknack/handlebars.java/issues?q=milestone%3A4.0.4
unread,
handlebars.java 4.0.4 release it
Checkout release notes: https://github.com/jknack/handlebars.java/issues?q=milestone%3A4.0.4
2/2/16
Carlos Noguera
, …
edgar
4
1/27/16
Expansions of different objects of the same type
Thanks for trying handlebars.java! and invite you to try my micro web framework to: http://jooby.org
unread,
Expansions of different objects of the same type
Thanks for trying handlebars.java! and invite you to try my micro web framework to: http://jooby.org
1/27/16