Apache Tiles renders dynamic websites in a Java Servlet container.
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
528 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
156 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>
...
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
2answers
1k views
org.apache.struts2.tiles.StrutsTilesListener occasionally not found when starting Tomcat in Eclipse
I'm using Tomcat inside Eclipse. This problem happens to me whenever I open Eclipse for the first time every day (or close it and re-open it anytime). I have to clean it or re-add the server to make ...
1
vote
1answer
326 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
0answers
134 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
222 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 ...
1
vote
1answer
184 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
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 ...
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
votes
1answer
284 views
How to animate sprites on the tileMap in cocos2d
I created an animated sprite, but I am not understanding how to add the animated sprite on the tilemap. My animated sprite(player) walks without tiles, but when I add the animated sprite on tile that ...
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
551 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
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
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
1answer
135 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
2answers
7k views
how to include tiles definition attributes in an inserted page
I have a tiles-defs.xml that has these definitions...
<definition name="masterLayout" path="/WEB-INF/tiles-layouts/globalLayout.jsp">
<put name="pageTemplate" value="over-ride for each ...
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
174 views
FreeMarker+Tiles to generate email content
I have freemarker templates for email content generation. I get the content for mail body using the following code snippet:
if( templateName!=null ) {
Map<String, Object> templateVariables ...
16
votes
4answers
26k views
Using Spring, mapping to root in web.xml, static resources aren't found
What I'm trying to do is map requests to the servlet root (correct terminology?). I'm at the point where URLs are mapped to correct view but all the static content - css, javascript, images - that is ...
0
votes
1answer
883 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
926 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
4answers
707 views
Template-Engine for Struts
Freemarker, Tiles oder Velocity? Which template engine is the best for a multi-user-system build with struts?
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
572 views
How to automate body import with Apache Tiles and Spring MVC
I have the following tiles-def.xml:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN"
...
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 ...
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
177 views
Tile Collision Question
Hey guys,
I'm working on tile collision. Currently, I just draw the tile map the normal way (two for loops) and there is no scrolling. Right now, to check if my player is over a tile, I use tileX = ...
1
vote
4answers
4k views
Velocity vs Apache Tiles
What's better?
We are going to start a new web project and it's a question which technology to choose.
Project includes Spring MVC + WebFlow.
Any good/bad experience in support, extending, ...
0
votes
2answers
372 views
Jrebel, Spring MVC and TIles. Can't get Jrebel to pick up changes to views.xml
I'm trying to use Jrebel with IntelliJ 10. I'm working on Spring Roo generated project which uses tiles. There are multiple views.xml in my class path.
What I would like to know is if JRebel will ...
10
votes
11answers
5k views
Max square size for unknown number inside rectangle
If I have a set of tiles (squares) which can be any number and they are to fill a container (rectangle) of an unknown size how do I work out the maximum size of the tiles without having any of them ...
1
vote
1answer
926 views
JQuery datepicker does not update date for input field when id name include dot
Please help me to figure out what is the wrong with my code.
I have a input field
tr> <td><label>DatePicker</label></td>
<td><input type="text" ...
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
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 ...
5
votes
2answers
5k views
Sitemesh or Tiles [closed]
Working on the design of a web-application and since it will be a large application so can not reply on jsp include feature so have to use some other solution and for that we came up with Tiles and ...
1
vote
1answer
256 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
583 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
410 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
1answer
724 views
Tiling (repeating) image on Windows Phone 7.5 background
I need to repeat or tile a single image (size 9x9) across the Windows Phone 7.5 background.
How can this be done? I haven't found anything using Bing.
1
vote
1answer
3k views
SpringMVC, jquery, tiles, and partial rerendering
I'm trying to do a partial rendering of my web site, using spring mvc 3.1, tiles 2, and jquery.
Here's my spring conf :
<beans:bean ...
0
votes
2answers
271 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 ...
0
votes
0answers
319 views
Spring MVC + Apache Tiles — pop up validation alert message
When designing application by Roo, then Spring MVC is coupled with Apache Tiles. When it comes to form validation, seems the error/alert message is quite specific.
I am trying to make the error ...
4
votes
2answers
2k views
AS3 tile map rendering (with 1000's of tiles)
Just first off I'll say that the context here is Actionscript 3.0 (IDE: Flashbuilder) along with the Starling Framework.
So, I want to create a Tile Map that could be used for a platformer or ...
