Tagged Questions
-1
votes
0answers
17 views
Resouce not found
I use Apache Velocity with Spring, so here is my configuration
<bean id="velocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
<property ...
0
votes
1answer
32 views
Property value is not printing on velocity template
I am using Spring with Velocity and I try to print some literal on my velocity template, but it is not working. Here is my template, exporteComplete.vm:
${savePath}
Here is the code:
@Override
...
0
votes
1answer
35 views
Velocity email template in /WEB-INF subfolder
I coded service to send email. Now I have to integrate velocity freamwork and so I edit my mail-context.xml
....
<bean id="mailService" class="xxx.xxxx.xxxx.service.MailServiceImpl">
...
0
votes
1answer
30 views
spring + velocity how to handle URL between dev and production?
<c:url value="/vm/index" /> could translate relative url to absolute url in JSP page.
Is there any similar solution in velocity?
now my solution is:
public class ConstVar {
pulic static ...
2
votes
1answer
39 views
spring security with velocity?
i have an application where the pages are not in jsp but velocity, and it isn't running with spring either... i want to integrate spring security to it, but i couldn't find any documentation... i ...
0
votes
0answers
46 views
Spring + Velocity Webapp Resource Loading
This was a real pain. I am trying to configure Spring to use Velocity templates for emails we are going to send. Following are not acceptable in my scenario.
Jar up the templates and adding it to ...
-1
votes
1answer
33 views
Problems with Velocity Resource Path
So, here's the deal.
I'm using Spring Framework to develop a appointment app.
Everything's going fine in my localhost, even the email send part.
But when i pass the project to my weblogic, the ...
0
votes
0answers
30 views
How to integrate velocity and tiles in spring mvc. Getting mapping not found for WEB-INF/views/vm/one.vm
I am trying to integrate tiles2 and velocity in spring mvc, but I am getting error that mapping not found in app-servlet for url WEB-INF/views/vs/one.vm
I have done all the mapping in xml..the code is ...
1
vote
0answers
58 views
The RepositoryFactory has already been initialized Exception in tiles and Velocity Integration
I am trying to integrate the tiles+ velocity in Spring MVC.
I found the link in github which was serving the same purpose. So I am using those classes in my Project in Eclispe.
When I run the project ...
0
votes
1answer
97 views
Server goes into infinite loop while implementing Tiles with Velocity
EDIT:
I am trying to integrate Tiles with Velocity using spring MVC.
My server is going into infinite loop.
The console reading of server is:
I have marked the start of the loop as "-->".
--> at ...
0
votes
1answer
92 views
Something like Spring's VelocityEngineUtils that can use URL to template
I'm using Spring and Velocity templates to send emails. The new request is that the templates are no longer stored locally, but fetched from an external service. VelocityEngineUtils expects a relative ...
1
vote
1answer
80 views
velocity null point exception
I want to send eiaml using velocity templates.
My configuration basen on Spring 3.1 documentation.
I have an xml file with configuration:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
1answer
381 views
VelocityEngineUtils has been removed in Spring 3.2 so what else to use?
Today I have upgraded my entire Spring web application from using Spring 3.1.1 to Spring 3.2.
Most part of my existing app does not break except that in Spring 3.2, the
...
0
votes
1answer
721 views
How get VelocityEngine with Velocity Tools in Spring 3
How get VelocityEngine with Velocity Tools in Spring 3?
I need a method in the controller to process a template Velocity, but need to have Velocity Tools that are available to initialize the Spring 3.
...
2
votes
1answer
121 views
Check if a map is empty in Apache Velocity
In my java/spring app, I have a velocity template in which I create a map which will hold values also inserted in the template:
#set ($myMap = {})
What I want to do is have an if/else checking if ...
0
votes
1answer
77 views
Velocity clustering issue
In a clustered environment where multiple tomcat is running under a Load Balancer, we encountered an issue which we assumed could be a velocity engine which needs some kind of configuration as the ...
0
votes
1answer
207 views
org.springframework.core.NestedIOException: Cannot find Velocity template for URL
Velocity Configuration with spring,I am missing some configuration. Please tell me why it is happening so.
Getting the below error when I hit my url.
SEVERE: Servlet.service() for servlet ...
1
vote
1answer
290 views
Spring/Velocity/Maven/Tomcat - “requested resource is not available”
I'm writing web application with using Spring, Velocity and Tomcat as container. My problem is that everything worked fine when I launched application on Windows 7, but some day I was forced to ...
0
votes
1answer
265 views
Spring VelocityViewResolver not resolving
I get the following error when trying to set up a Spring project with Velocity.
PageNotFound - No mapping found for HTTP request with URI [/SpringMVCVelocity/Enquiries/viewAllEnquiries] in ...
0
votes
1answer
258 views
Velocity Template Not Found
I'm trying to use Velocity inside my Spring MVC site to template emails. I believe that everything would be fine if Velocity could find the template I want to use. I have a template at ...
0
votes
1answer
547 views
Configure Velocity to read template file outside of the classpath
I am trying to configure Velocity to read the template file from the filesystem as opposed to it reading it from the classpath. I can get it to read the template file from the classpath if i configure ...
0
votes
0answers
44 views
template framework for spring enable project [closed]
When it comes to choosing a template engine for a spring enable project what would be the best option?
Apache tiles 2 and velocity definitely comes handy in the choice of options. What would you guys ...
1
vote
0answers
69 views
choose a template framework [closed]
When it comes to choosing a template engine for a spring enable project what would be the best option?
Apache tiles 2 and velocity definitely comes handy in the choice of options. What would you guys ...
0
votes
2answers
195 views
can't understand why i didn't got exception using jsp, but got it with velocity?
I have a spring mvc project.For views firstly i used jsp and it worked fine, but then i wanted to use velocity and got exception.Both views are similar except of syntax.I can't understand why it ...
1
vote
0answers
120 views
velocity not being initiated when triggered by Quartz Job
Velocity Engine is being used in my project for sending mails on user action and on job trigger.
While the mails that are sent on user action are perfectly fine, The mails being sent by jobs are ...
0
votes
1answer
43 views
How to copy elements from one map to another in velocity
Don't know is it possible to copy elements from one map to another map in velocity?This copies only last element
#foreach($key in $departamentsMap.keySet())
$key - ...
0
votes
1answer
291 views
Invalid working of #springFormSingleSelect in velocity template
I am making spring mvc application and using velocity templates for views.There is form for filling it by the data and in this form i am using #springFormSingleSelect.Form works fine when data is ...
0
votes
1answer
406 views
Can't create map in velocity
In my velocity template i am creating map like this :
#set($mymap.Map={"key":"value","key2":"value2"})
I think it must work according to the documentation of velocity, ...
1
vote
0answers
294 views
Velocity - #springFormInput and custom ID
Whenever I use #springFormInput like:
#springFormInput("command.name")
I get markup with ID set to name:
<input type="text" id="name" ... />
In many cases I want short names like ...
0
votes
1answer
71 views
Redirecting to correct view after login
I'm trying to implement login functionality for a webapp. There's a Javascript version using JQuery and there's a non-Javascript version. The Javascript version is working fine, but I have a problem ...
0
votes
2answers
295 views
Spring Velocity Exception while loading applicatonContext
We use spring, velocity for email piece of code in our application and i got below exception. Any idea to solve this.
"org.springframework.beans.ConversionNotSupportedException: Failed to convert ...
1
vote
1answer
874 views
Getting Error Resource Not Found Exception while using velocity
Not able to attach the template for sending the mail..
-servlet.xml
<bean id="velocityEngine"
class="org.springframework.ui.velocity.VelocityEngineFactoryBean">
<property ...
0
votes
2answers
1k views
Spring Map<Object, Object> Injection
I have been trying following:
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
2
votes
3answers
174 views
Spring Web MVC and recurring dynamic page elements
I'm new to java and web apps and after trying out a few things I went with a set up of Spring webmvc using annotations and velocity as templating engine. It's not that hard to do simple ...
0
votes
2answers
303 views
velocity with spring - I want to have static template with dynami cocntent
I'm wondering can Velocity make what I want :)
For example I have
<html>
<meta>
<title>My title</title>
</meta>
<body>
<div id="content">
...
3
votes
4answers
479 views
Memory consumption for java web app (300MB too high?)
Can I pick your brains about a memory issue?
My java app, which isn't huge (like 14000 LOC) is using about 300MB of memory. It's running on Tomcat with a MySQL database. I'm using Hibernate, Spring ...
2
votes
3answers
3k views
How to use velocity 1.7 with Spring
I am using velocity 1.7 withe spring 3.1 framework for sending email. velocity is used for email templates.
Below is the configuration
<bean id="velocityEngine"
...
1
vote
0answers
165 views
velocity - which artitecture for flexibility?
I'm building web applications using Spring (scaffolded with ROO) and Velocity for the template engine.
Those applications are very similar in their flow, most of the time the logic doesn't change ...
0
votes
1answer
374 views
best approach for velocity email component inside spring container
what is the best approach for using velocity component inside spring container.
In my velocity util(emailer) class , i have declared the method for sending email as STATIC to avoid creation of ...
1
vote
0answers
140 views
Writing to a Spring-bound Map in Velocity
I'm trying to iterate over a Map in Velocity using Spring MVC and creating a FORM from it. This works fine, but I can't get the values to save back to the map.
Here's the template:
<form ...
0
votes
1answer
143 views
is the “application” a reserved word in the EscapeTool?
Recently, I use apache velocity for view template in spring framework, and in order to escape the HTML entity, I introduced the "org.apache.velocity.tools.generic.EscapeTool", however, then I found ...
6
votes
1answer
2k views
How to configure Velocity Escape Tool with Spring Properties?
I create e-mails from templates via Velocity in a Spring Web Application. Now I need to HTML escape SOME of the values. I found the Velocity Escape Tool. But I did not get the configuration working.
...
1
vote
0answers
831 views
Spring MVC 3 pagination using PagedListHolder
I'd like to use PagedListHolder to do pagination.
I display a list of products on a page. When the next page is requested, I must make a call to a RESTFul service for the results. Hence, there's no ...
2
votes
2answers
525 views
Spring and layout views
I'm new to Spring (not to Java) and I just can't wrap my head around all the tiles stuff. What I want to do is to have a layout with a placeholder for JavaScript includes.
In .Net I can define a ...
0
votes
1answer
215 views
Can you configure velocity to use a toolbox file from the classpath?
I'm using spring with a VelocityViewResolver configured by Spring
<bean id="velocityViewResolver" class="org.springframework.web.servlet.view.velocity.VelocityViewResolver">
<property ...
1
vote
1answer
246 views
Can Velocity ResourceTool object be made aware of the current request?
I sub-classed ResourceTool.java and overrode one of the get() example:
public class MySubClassedResourceTool extends ResourceTool {
@Override
public Object get(String arg0, String[] arg1, ...
0
votes
1answer
446 views
Adding folder to classpath in Velocity using Spring framework
How can I add an entire folder to Velocity and use the files inside as resource bundles?
Currently in my velocity.xml I have this code:
<bean id="messageSource" ...
0
votes
1answer
790 views
VelocityTools error - “java.util.MissingResourceException: Can't find bundle for base name WEB-INF.conf.resources.ss_messages, locale en_US”
I'm trying to integrate VelocityTools.ResourceTool to localize velocity template but whatever I use as the 'bundles' parameter I keep getting the following error:
java.util.MissingResourceException: ...
1
vote
1answer
2k views
Starting Apache Velocity Localization/Internationalization (i18n)
I have a great difficulty finding documentation on how to implement internationalization/localization with Apache Velocity. I checked Velocity documentation and did online research, but I can't find ...
0
votes
1answer
155 views
Nested Velocity template with Spring formView
I have a Spring app that I'd like to add a login feature to. I'd like to put the login form in the header of the site. This means that it'll be included on several pages. When defining the ...



