Questions tagged [apache-tiles]

Apache Tiles is a framework that allows authors to define HTML page fragments which can be assembled into a complete page at runtime.

Apache Tiles™ is a templating framework built to simplify the development of web application user interfaces.

Tiles allows authors to define page fragments which can be assembled into a complete page at runtime. These fragments, or tiles, can be used as simple includes in order to reduce the duplication of common page elements or embedded within other tiles to develop a series of reusable templates. These templates streamline the development of a consistent look and feel across an entire application.

Tiles grew in popularity as a component of the popular Struts framework. It has since been extracted from Struts and is now integrated with various frameworks, such as Struts 2 and Shale.

more info : http://tiles.apache.org/

308 questions
-1
votes
2 answers

Getting BeanCreationException on server startup. I am using 4.0.0 version of spring with 3.0.7 version of apache tiles and 8.5v version of tomcat

Version info 4.0.0 spring, 3.0.7 apache-tiles, 8.5 tomcat, I am using these version and while server startup I am getting BeanCreationException. The error stack trace is given below. servlet-context.xml
-1
votes
1 answer

I am upgrading my Java project from Struts 2.3.15 to 2.3.34. What are the changes that I should do?

I am upgrading my project from Struts 2.3.15 to 2.3.34. What are the changes that I should do?
-1
votes
2 answers

Tomcat 8 is not scanning apache tiles TLD file inside the jar

I'm setting up the spring webmvc project using spring boot 2.0.0 version. If i run the application inside the embedded tomcat, it runs fine. I tried deploying it in external standalone tomcat-8 server, it is working fine over there too. But i if…
javapsy
  • 89
  • 9
-1
votes
2 answers

Angular issue when trying to link service to controller

i'm trying to develop a web app using Angularjs, I could implement the ui-router framework succesfully, and the template and controller are loaded correctly, but then, the controller calls a service and is there when I'm getting an error that i…
txomin
  • 177
  • 2
  • 3
  • 15
-1
votes
1 answer

Tiles configuration issue in spring boot

When I am executing my code through eclipse it works fine, but when i am trying to execute my code through .jar file generated it shows error "Could not resolve view with name 'success' in servlet with name 'dispatcherServlet'" the view should be…
Nil
  • 195
  • 3
  • 8
-1
votes
2 answers

Dynamic menu loading in jsp

i have web page which has menus Home, Sign in, mypage, searchshop.. . in case of successful login i will redirect to 'mypage' below scenarios on home page :- Home , Signin & Sign up visible on Successful login :- mypage ,search shop and logoff…
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
-2
votes
2 answers

Spring Security java configuration and login form

I've read about spring security also seen some examples but I can't make it work... I'm not sure if I'm missing something. Please I'll appreciate some explication because I'm getting hard time to understand this. Using Spring mvc 4.3.3, Spring…
Dr3ko
  • 313
  • 1
  • 5
  • 19
-3
votes
1 answer

cannot redirect ui-router state

EDIT I'm trying to use the ui-router, but i cannot get it work... i followed loads of tutorial, questions... i don't know what i'm missing. Here you have some hints, hopefully someone can give me some light Browser data 'use strict'; var app =…
txomin
  • 177
  • 2
  • 3
  • 15
1 2 3
20
21