Apache Tiles renders dynamic websites in a Java Servlet container.
1
vote
2answers
327 views
Is there any template engine for node.js express quitely like JSP?
I need a real jsp-mode template engine, not like jade and ejs:
just put a new page file in the webpage folder, type it's uri in browser, it will come to show
delete this page file, and it will gone
...
1
vote
0answers
138 views
Struts 1 Tiles Configuration
I'm learning struts 1. Ok, it's working.
And there is something I don't understand with tiles configuration.
On almost every tutorials on the net they say I only have to add the plugin ...
0
votes
1answer
260 views
How to resolve the TilesException?
How to resolve the "org.apache.tiles.TilesException: Attribute 'footer' not found exception.".Please help how to trouble shoot this error.Iam using struts2 with tiles.Iam new in tiles concept.I ...
1
vote
2answers
224 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 ...
1
vote
0answers
107 views
Jquery Grid with random alpha effect
Ok, I just need a light here.
I want to make just a visual effect like the one on the image of the smiles at the right side this website.
http://iitweb.com/
Basically a grid tile effect with random ...
0
votes
1answer
324 views
404 error with spring mvc + tiles but no console error
I am new to spring and have been following the tutorials on http://viralpatel.net and currently have an issue with the Spring 3 MVC: Tiles Plugin Tutorial
I Have searched both google and ...
1
vote
1answer
117 views
AS3 Bitmapdata Canvas spritesheet loader help needed
I'm very new to AS3 and I don't really know all of the basic syntax yet, even though I read through some guides every day. I am using this bitmapdata canvas to load spritesheets onto a canvas, and ...
2
votes
1answer
120 views
set a parameters in a jsp page with tiles
what i have is :
<definition name="error" extends="baseLayout">
<..../>
<put-attribute name="login" value="login.jsp"/>
</definition>
in login.jsp a have a variable ;
...
1
vote
1answer
1k views
Struts2 tiles org.apache.tiles.extras.complete.CompleteAutoloadTilesListener integration error
I am following answer posted here. OGNL and wildcards working in tiles definitions with struts2-tiles-plugin?
If you know the answer, would apprecite if you tell me how to use freemarker with it. If ...
0
votes
0answers
109 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 ...
1
vote
1answer
162 views
Use of OGNL expression to access request headers in Tiles 2
I'm using Tiles 2.2.2 in my application (Struts 2.2.3). I want to use expressions in order to modify my screen composition depending on some attribute in the request. Basically, I would like to ...
0
votes
3answers
78 views
Inverting a gradient/lighting
I basically made somekind of gradient, by giving a tile in a grid colours, it looks like this:
Now, I want to invert this, so the light is white, and the surroundings are black, how would I go ...
1
vote
2answers
204 views
Creating form elements at runtime in JSP
Hi I am creating an application where for each user form elements being displayed could be different
(type of element, number of element, label of the form element, order of appearance : all these ...
1
vote
0answers
144 views
Struts2 with Velocity and Tiles
I am developing a web application on Struts2. For front end development I have decided to use Velocity with Tiles. I have found Velocity and Tiles plugins for Struts2 but haven't found any related ...
0
votes
0answers
151 views
2D Tile Transitions
I know this is a topic that has been covered a lot, and I'm aware of the different methods of tackling 2d tile blending. The two predominant ways appear to be alpha masking (which seems expensive) or ...
5
votes
1answer
533 views
Using multiple Struts2 namespaces with tiles
I want to add namespaces in my struts2 configuration and I use tiles.
A package of my struts.xml for example :
<package name="search" namespace="/search" extends="struts-default">
...
0
votes
0answers
157 views
Why JSP's trimDirectiveWhitespaces not works with Tiles2?
I ported my site from plain JSPs to Tiles2 and found that JSP directives from web.xml won't works anymore. For example, I have following configuration:
<jsp-config>
...
1
vote
1answer
329 views
Using Tiles templates windows8
i'm trying to use tiles templates( a tile wich show image and switch to show text)
http://msdn.microsoft.com/en-us/library/windows/apps/hh761491.aspx#TileSquarePeekImageAndText04
The question is: ...
0
votes
2answers
101 views
How to develop Moving tiles (switch content)
I need to create a moving tiles in application windows 8 metro. The tiles must alternate showing a text for 3 secondes and switch to show image for 5 secondes like in the dektop of windows8.
How can i ...
0
votes
0answers
135 views
JSF 2.1 along with JSP/Tiles in a Spring 3.1 MVC Project
I have a Spring 3.1 MVC application with JSP as the primary View technology, Apache Tiles for page templating, jQuery etc. I recently had a requirement which requires complicated UI processing which I ...
2
votes
1answer
223 views
Displaying Tiles data with Time interval using Push Notifications in Metro Apps?
I have metro application in which I implemented Push notification concept for getting single message.If I get more than 1 notification,still my application tile is able to show only 1 ...
0
votes
1answer
361 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 ...
0
votes
1answer
2k views
Struts 2 Populate select drop list
Hi i want to populate the select drop down list with some value. I use Struts 2, Tiles and JSP. I initialize my list in the Action class but i am still getting the following error :
Caused by: tag ...
1
vote
1answer
185 views
Random JSP compliation errors - NullPointerException
I've got seemingly random NullPointerExceptions in a Java EE application with JBoss 4.0.5.GA. After deployment, loading certain pages will cause a 500 error:
org.apache.jasper.JasperException: ...
0
votes
1answer
137 views
Can a templating engine like Tiles, Velocity, Freemarker etc be used outside of a web application?
I have a requirement to generate an HTML file from data that will be generated dynamically from a single recordset of a number of database tables. The HTML file will be used as an attachemment in an ...
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
0answers
552 views
apache tiles 2 JSPException including path
I create a java web application with using Hibernate framework.
In WEB-INF, I created a new file: tiles-defs.xml, the below is the content in it:
<?xml version='1.0' encoding='UTF-8' ?>
...
1
vote
1answer
630 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
0answers
23 views
Determining the type of a instance at the Apache Tiles definition level
I have decided to go for JPA entity inheritance in the project I am currently working on. I use Apache Tiles.
Thus, I have an abstract Member entity class that is subclassed by two other entities, ...
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"
...
0
votes
1answer
136 views
How do you set page title for the specific ID pages of a paramID using JSTL
Using Tiles and JSPs. On a JSP, using ${param.ID} to get specific pages.
sub-category.jsp
<jsp:include page="categories/sub-category/${param.ID}.jsp" flush="true" />
...
0
votes
0answers
84 views
How to disable tiles loading in Google MapView?
I'm using Google MapView with couple of overlays including custom tiles. In cases when the custom tiles are not available, showing default tiles from Google is helpful. But when custom tiles ...
0
votes
1answer
266 views
struts.xml don't see my tiles
hi I'm new in Struts2 and I have such problem
I write web app with tiles
This is structure of my app
this is my web.xml
<filter>
<filter-name>struts2</filter-name>
...
1
vote
1answer
206 views
pass values to tiles
without using tiles,this is ok.
<action name="/books/{ISBN}/content" class="example.BookAction">
<result>/books/{1}.jsp</result>
</action>
i try to get this using ...
0
votes
1answer
886 views
JQuery 1.8.1 TypeError: d is undefined When Using Spring Web MVC + Apache Tiles + JSPX
I'm new to JSPX and Tiles. My tiles definition (Tiles 2.2) is:
<tiles-definition>
<definition name="default" template="/WEB-INF/layouts/test.jspx" preparer="com.test.MenuPreparer">
...
-1
votes
1answer
929 views
Flexible Windows 8 Tile layout [closed]
I am trying to create a flexible Windows 8 like tile layout for my blog.
To show as follows:
http://i.stack.imgur.com/QvqXF.png
Currently it is showing as below. T 2 tiles below the 2x1 tile don't ...
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
174 views
How to dynamically update the constant values in tiles.xml during maven packaging?
I am new to Spring MVC, Tiles, and Maven framework and I'm hoping someone will guide me to the right direction to the better practice on updating platform dependent properties. I have a tiles.xml ...
0
votes
1answer
317 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
136 views
Moving picture effect on tile
I would like to create a tile (not necessary a hub tile, it may be a grid box) for my application. On that tile I want to display a picture and give it a moving effect like the pictures hub. How can I ...
1
vote
1answer
259 views
Transition effect like the start menu tile transition on WP7
I would like to recreate the transition effect which can be observed when a user clicks on a tile on the start menu. But I have hit a road block in my quest. I am unable to search for information ...
0
votes
0answers
584 views
Action not forwaded to tiles-definition from forward path in Action
My struts-config.xml has a few forward actions that point to tiles definitions. But it takes path as it is given & doesn't directed to the tiles-definition.xml & showing path does not start ...
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
164 views
Finding a right" (fast and accurate) way for finding with what to check the collision for 2d games. c++
I am creating 2d rpg game. For maps I use 32x32 tiles. Objects like player and monsters have different sprite-mask width and height and they move not in tiles, but by x and y.
So I am trying to find a ...
0
votes
0answers
412 views
why struts tiles access some css files which are defined in specific jsps? [closed]
here is my main layout
<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles"%>
<%@taglib uri="/struts-tags" prefix="s" %>
<%@page contentType="text/html" ...
0
votes
2answers
149 views
Round Robin for choosing a server
I do have access to few Servers say A, B, C, D and E. I'd like to choose data from these servers one by one in a round robin way. I am new to Java and threads, It would be a great help if you could ...
0
votes
2answers
274 views
How to submit form in struts2?
I have following code in tiles.xml
<definition name="m_st" extends="mmain">
<put-attribute name="body" value="reports/st/list.jsp"/>
</definition>
And following code in ...

