stringtemplate-4 Questions
2
Solved
In StringTemplate 4, the default behavior for iteration is to iterate over the keys instead of the values, which was the behavior in version 3.
I can not find the syntax for how to iterate over th...
Eden asked 25/8, 2015 at 19:54
2
Solved
I am getting started with StringTemplate 4 and I am trying to create a template from a simple string stored in a database. I use something like this:
STGroup group = new STGroupString(null, someTe...
Nial asked 3/12, 2013 at 22:50
0
Good Day!
I started using StringTemplate and I encountered a pretty annoying problem. I have a simple Template "T.st"
T(name, email, passwort) ::= << ... >>
It is saved in a directo...
Arenaceous asked 23/9, 2015 at 7:34
1
Solved
I am trying to construct a translator that could convert PL/SQL code to Java using Antlr 4 and StringTemplate 4. I have the grammar of PL/SQl and have already build a parser for PL/SQL but i have n...
Cusk asked 12/12, 2013 at 10:35
2
Solved
I want to iterate through a hibernate query results inside stringtemplate. I've been looking for examples but I can't find anything.
can you please help? thanks
Bohon asked 26/8, 2013 at 5:8
3
Solved
I am trying to use StringTemplate in a java web app to generate html emails. When trying to enter line breaks, I use \<br\> This does not seem to be working. \<b\> is not working as wel...
Darbie asked 13/12, 2011 at 13:54
1
© 2022 - 2024 — McMap. All rights reserved.