1
vote
1answer
90 views

Combination of Tile2 + Spring3 + Struts2

I have implemented Spring security on Struts2 which perfectly works. Once I have added tiles to my project it runs into following error, I have provided some parts of my code, please let me know if ...
0
votes
0answers
26 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
56 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
91 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 ...
3
votes
1answer
62 views

How to fetch HttpServletRequest in viewpreparer class

Am using Spring MVC framework and using view preparer to load the menu. I need to get the request object in viewpreparer class. For that am using the following code in view preparer @Service public ...
0
votes
1answer
93 views

Apache Tiles - How to get HTTPServlet Request object in execute method of ViewPreparer

Am using Spring MVC with tiles configuration and loading the Menus using ViewPreparer to load the menus into the application. I want HTTPServlet request object in the execute method of ViewPreparer ...
0
votes
0answers
104 views

Attribute not found:NoSuchAttributeException in tiles with Spring

I searched for all the questions asked on this site and tried all the changes but no luck. So posting the query here: I am getting following exception: HTTP Status 500 - ...
0
votes
1answer
97 views

Using <mvc:view-controller> for tiles

Can we use mvc:view-controller tag for displaying a tiles view. Eg: If we have a tiles definition of the form definition, name="userLogon.page" template="webapp/app/layout/baseLayoutExterior.jsp" ...
0
votes
1answer
132 views

Tiles 2.2 put-list-attribute + Spring 3.1.4

I am migrating our application from struts 1.3 to spring 3.1.4 mvc. In the process i am also upgrading from tiles 1.1 to tiles 2.2. Jstl version is 1.1. With Tiles 2.2, i am having an issue about ...
0
votes
1answer
156 views

Spring MVC mapping not working: PageNotFound

When i visit localhost:8080/home - i get: WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/home] in DispatcherServlet with name 'appServlet' When i ...
0
votes
1answer
180 views

Spring MVC Controller response as a static content to cache in browser

I would like to my response of the Spring MVC Controller be seen as a static content in the browser. Just to fetch once and then get it from browser cache to get 304 Not Modified status code. I have ...
1
vote
2answers
410 views

Spring 3.2.1 along with Tiles 3.0.1 doesn't work?

I am using a Tiles 3.0.1 along with Spring 3.2.1 , but it doesn't work, works fine with tiles 2.2.2. I found it as a common problem ,want to know if there is any to make it working. I get the ...
0
votes
0answers
105 views

Redirect on Spring Tiles Causing Parameters to be Appended to the URL

I am using Spring 3 and Tiles 3. Below is just a simplified example I made. I have a test controller where I list all the SimpleEntity objects. And there is an input field on the JSP to add a new ...
0
votes
1answer
164 views

Where is 'param' variable defined in Spring MVC/Apache Tiles application

A default startup Spring MVC with Apache Tiles application has a list of predefined tagx files. I find a variable ${param} is used everywhere but couldn't find there it defined and initiated, please ...
0
votes
2answers
202 views

Eclipse (STS) MVC 3.0.5 + Tiles 2.2.2 project dependency management issue

For some reason I cannot use maven or gradle dependecy management. I am trying to use Tiles with Spring MVC, I get the following Exception on tcserver startup: java.lang.NoClassDefFoundError: ...
0
votes
1answer
257 views

Spring 3 with Tiles 2.2 - Templates don't show

I am newbie at Spring 3 and Tiles 2.2.2. I was following Spring documentation on http://static.springsource.org/spring/docs/3.0.x/reference/view.html to configure Tiles but the templates don't show ...
0
votes
0answers
117 views

spring & tiles - including .html files

I've got a spring project using tiles as UI framework. I wanted to provide a generic controller handling static html files (no dynamic content - so no custom controllers). The generic controller is ...
0
votes
2answers
109 views

apache tiles source directory - does it have to be WEB-INF?

I'm trying to use Apache Tiles (version 3) in a spring project. As far as I can see, all tiles-files should be placed somewhere under WEB-INF directory. I'm not sure about this, this is just my ...
0
votes
1answer
527 views

integrating Spring 3 and Tiles 3 - NoClassDefFoundError

I'm developing a project in NetBeans 7.2.1. I have downloaded newest version 3.2.1 of Spring and newset verion 3.0.1 of Apache Tiles, since I want to template my views with something better than JSP ...
1
vote
0answers
331 views

java based web config with spring mvc 3 and tiles

hear i have a problem to get mvc 3 and tiles working together import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import ...
0
votes
1answer
74 views

spring mvc + css+ tiles

i'm using spring mvc + tiles. In my web.xml i have <servlet> <servlet-name>dispatcher</servlet-name> ...
0
votes
0answers
57 views

Spring mvc tiles serverlet

I am using spring mvc and spring secuirty. I want to also use the tiles. I have in my dispatcher-servelet <bean id="viewResolver" ...
0
votes
1answer
195 views

Tiles 3 List attributes not working properly

I'm facing several problems with my spring MVC project and tiles 3, and one of the main problems is with list attributes. What I'm trying to make is create a generic tiles definition using an ...
1
vote
0answers
96 views

Spring 3 + Tiles 2 form error

I am getting this error when i click submit on a form in Spring 3 + Tiles 2...i dont know but the other pages which are not form work fine...The code for that is : Error 500--Internal Server Error ...
0
votes
2answers
568 views

How to get Spring 3.2 to work with Tiles 3 and REGEXP

I'm setting up a project using spring mvc and tiles 3. It's working fine with normal tiles definitions, but I'm not able to get REGEXP: definitions to work. Is there something special that needs to be ...
1
vote
2answers
216 views

Spring, Hibernate, Tiles, OpenSessionInViewFilter and LazyInitializationException

I received LazyInitializationException on jsp when tried to get access to colection which was lazy loaded: org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: ...
1
vote
1answer
76 views

Providing object to any Tiles layout containing Tile in Spring MVC

I have a tile which lists articles from object provided to it. This tile is part of most pages, but not all of them. Is there any way of automatically providing object only to pages which need it ...
0
votes
1answer
122 views

Apache Tiles rendering

I am new to Apache tiles and i am trying to understand how the apache tiles are rendered? Are each tiles rendered in parallel or it not , is there anyway to make it render in parallel. Also are ...
0
votes
1answer
135 views

Tiles 2.2.2 in Spring framework

Iam new to Tiles and Spring framework. I am using Tiles 2.2.2 and STS 3.1.0.RELEASE. My servlet-context.xml is as follows : <?xml version="1.0" encoding="UTF-8"?> <beans:beans ...
0
votes
1answer
696 views

Tiles issue: Failed to load ApplicationContext whilst running JUnit test

I am trying to test Spring MVC controllers using JUnit. Here is how I configure my context within the JUnit class: @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = { ...
0
votes
0answers
90 views

How to dynamically populate content using spring tiles?

I have a Spring MVC web application that is using Tiles. Instead of having content be hardcoded in the actual jspx tiles, I would like to have the tiles be populated with content from the Database. ...
1
vote
1answer
122 views

Better approach to calling controller from Tiles?

I am using Tiles 2 in a new Spring MVC 3 app. This is my template <definition name="baseLayout" template="/WEB-INF/jsp/layout/layout.jsp" > <put-attribute name="title" value="" ...
0
votes
1answer
288 views

Using displaytag with Spring and tiles 2.0

i want a little help. I have a web application using Spring MVC and tiles 2 and i add displaytag yesterday but when i want to export the table in any format iget redirected to a page with the data of ...
1
vote
2answers
223 views

Spring + Tiles how to use EL in tiles.xml

I have tiles set up in my spring project as the view handler like this: <bean class="org.springframework.web.servlet.view.tiles2.TilesViewResolver" /> <bean ...
0
votes
0answers
107 views

Unnecessary logging by logger in struts 2 + tiles + hibernate aaplication [closed]

I have a struts 2 plus spring plus hibernate application. In efforts of modularising the application, i incorporated tiles in the application. After using TILES, the pages are loading very slowly. I ...
0
votes
1answer
359 views

How do I let spring set certain variables for all controllers/actions

I use a configuration of google app engine, spring and tiles where each controller actions results in some set of nested (tiles) jsp's to be rendered. Some of the elements of the jsp are to be ...
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 ...
1
vote
1answer
629 views

My tiles context is being ignored [closed]

I'm trying to make a new project at work with java, maven, and tiles. my problem now is, that i can call the pages on my localhost but i only get the .jsp files displayed. The tiles-context is getting ...
0
votes
3answers
2k views

No mapping found for HTTP request with URI [/myappname/] in DispatcherServlet with name 'appServlet'

I have got error No mapping found for HTTP request with URI [/myappname/] in DispatcherServlet with name 'appServlet' when I was starting my project on JBoss. This is issue has occurred after ...
0
votes
2answers
2k views

Can not find the tag library descriptor for “http://tiles.apache.org/tags-tiles”

I am creating an application using tiles, spring and hibernate. but when running it..it is showing following error Can not find the tag library descriptor for "http://tiles.apache.org/tags-tiles" ...
2
votes
1answer
165 views

Springframework + Tiles

I am novice in Spring framework. In my project I use Spring framework and tiles 2(menu, header, body and footer). I want create dynamic menu and load it at the menu tile (create controller for menu ...
0
votes
1answer
316 views

Can't get tiles working with spring mvc 3

I have a Spring project with which I was able to render a normal view using the InternalResourceViewResolver. Now I am trying to use tiles to modularize the UI. When I point the browser to ...
1
vote
1answer
1k views

How to render tile views in Spring MVC via AJAX?

I'm using Spring 3 MVC to build a web app that has a common layout and a "content" div that changes/refreshes frequently. The content markup is in its own Tile, and I want to be able to refresh that ...
0
votes
2answers
119 views

Mapping url with view name

I am using tiles + Spring MVC. When I have a view called A, I can access it directly without making any mapping with the url /A. My problem is that I have some views called A/B/C but I cannot access ...
0
votes
1answer
121 views

Spring + Tiles (+Portal) base error page

I'm trying to do something which seems like it should be pretty straightforward to me, but doesn't seem to be working... I have a page composed of tiles and at the moment there is an exception in the ...
0
votes
1answer
386 views

Multiple ResourceBundles with Spring and JSTL

Here's my problem: I want to organize my resource bundle files so that I have the messages in one file and the labels in another. For this I created two .properties files which I declared in my spring ...
1
vote
1answer
392 views

Spring and Tiles - manually rendering JSP files

We are using Spring 3 and Apache Tiles to create web application that runs on Tomcat 7. Is it possible, using those tools to manually generate HTML from JSP files in java code during runtime? For ...
0
votes
1answer
4k views

How to properly configure TilesViewResolver in Spring MVC?

I have Spring MVC project and I would like to build views in my application using Apache Tiles. I have added some dependencies to my pom.xml file. I am wondering I have too many but I have had some ...
0
votes
1answer
149 views

Coexisting JSF and JSP

I have a java web project in which I use JSP, now I have to use jsf because I need a functionality wich cannot be provided by jsp only. The problem that I have is that I can't cohexist the two ...
0
votes
0answers
105 views

Getting variable before assignment in Spring MVC, Tiles

I need to use model attribute but I declare it after rendering it. I use tiles with this structure, so you can see that i don't have a headline var in moment when header div is rendered. Bold font is ...

1 2 3