Questions tagged [jst]

47 questions
1
vote
2 answers

How to iterate ArrayList> in a jsp page using JSTL

I'm trying to display the values from my database using JSTL there is the tag since it is not re usable i have been using another scenario as per my previous question, Other Statergies to implemment , I started using servlets to go to my…
Manesh
  • 586
  • 3
  • 14
  • 31
1
vote
1 answer

grunt contrib-jst to render underscore templates is not formatting properly

I'm trying to use grunt-contrib-jst to compile my underscore templates, but it seems to not be rendering / preserving the variables properly. Here's what a template looks like normally:
user3713526
  • 435
  • 7
  • 16
0
votes
1 answer

Rails 4.2.6 Glyphicons and JST Issues

Good afternoon all, I know that there are a lot of questions/answers on stackoverflow regarding Broken Glyphicons with Rails 4 framework. However, none of those solutions are working for me, in addition my JST templates are not updating my view, and…
add
  • 111
  • 3
  • 16
0
votes
1 answer

eclipse neon.1 jonas 5 server adapter

I am running eclipse neon.1 under ubuntu 16.04. I installed eclipse using eclipse installer and installed the Java EE package. I installed jonas and maven and such so everything is set up. I can build my project. However I can't find a way to…
anchnk
  • 291
  • 1
  • 5
  • 19
0
votes
1 answer

Uncaught ReferenceError: JST is not defined on Sails 0.11

while using Sails I get this error Uncaught ReferenceError: JST is not defined on the chrome console everytime this line of code: JST['SailsApp/assets/templates/addUser.ejs']( obj ) The content of the addUser.ejs file is:
0
votes
2 answers

rendering image in Backbone JST template

I have images stored in my app/assets/images directory, and from my JST templates (rendered by my Backbone view) I am trying to figure out how to get the image asset path. src='assets/images/image.png' does not work. Any ideas? Thanks
0
votes
0 answers

JSTL Custom Tag for request Object

I have task as the jsp request object attributes need to customized. like request.setAttribute("userName"); We need to get userName using JSTL and it should be customized. i need to do it through JSTL. we should not use request object. Is it possile…