Apache Tiles renders dynamic websites in a Java Servlet container.
3
votes
1answer
64 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
103 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 ...
6
votes
6answers
2k views
Windows Phone 7 Map Control with custom layer in offline mode
Hi WP7 mobile passionate developers!
I'm trying to use the default provided Bing Map control from Windows Phone controls.
Specifically I'm trying to use a custom TileSource to provide a custom made ...
0
votes
1answer
98 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
0answers
122 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
101 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"
...
2
votes
0answers
53 views
Tiles Decoration Filter example
I'm trying to use Decoration Filter in Tiles, but cannot clearly understand how does it work.
The filter will intercept all requests to the indicated url pattern store the initial request path as ...
0
votes
1answer
56 views
apache tiles 3 - how to access session scope
I would like to use a ViewPreparer to modify the layout menu, depending on session scope. I don't know how to access the session scope. Inside the view preparer, I implement such method:
public void ...
4
votes
2answers
1k views
How to integrate Struts 2 with Tiles 3
How do we integrate Struts 2 with Tiles 3? The struts2-tiles-plugin currently (2.3.4.1) works with an older version of tiles (version 2.0.6) this can be a bit of a nuisance.
This is a self-answer, ...
2
votes
1answer
139 views
<jsp:include or <@include or Tiles
I'm making a Spring MVC web project and I have to have a constant header.
My basic requirement is "We would like to have a header across all screens to show who is logged in to ProjectA."
I've ...
1
vote
1answer
3k views
setNeedsDisplayInRect redrawing entire view when using CATiledLayer
this is my first time posting so please excuse any lapses in stackoverflow etiquette.
I haven't found any example code or any questions that address the problem I'm having, so hopefully someone can ...
0
votes
2answers
117 views
Draw 2d layered map javascript
im building an 2d rpg game in javascript and using canvas,a bit like browserquest.
I know how to draw a simple 2d array to show a single layered tile map to the canvas.
But to get a better effect ...
0
votes
0answers
83 views
Adding templates to XNA 4.0 for Windows Phone 8 (WMAppManifest.xml)
How to add and edit template, which can be used in WMAppManifest.xml?
I have such code:
<Tokens>
<PrimaryToken TokenID="WindowsPhoneGame1Token" TaskName="_default">
...
2
votes
2answers
857 views
Calling ActionClass in tiles.xml using Struts 2.0
I reviewed the example of tiles with struts2.0 and found that in tiles.xml jsp pages are called like:
<definition name="welcome" extends="baseLayout">
<put-attribute name="title" ...
2
votes
2answers
282 views
Loading a jpeg using BitmapRegionDecoder gives checkerboard distortion
I'm loading a big jpeg file from a url using an InputStream from a URLConnection. The goal is to get an int[] with the image data as this is more efficient than using a Bitmap for further use. There ...
0
votes
1answer
55 views
RadTileViewItem Drag/Drop in minimized state
I am using RadTileView in my project, and by default the Tile Drag and Drop is enabled when they are in restored state
,
but I can't achieve the same functionality when 1 tile is in maximized state ...
0
votes
1answer
142 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
24 views
Tiles in tags possible?
I'am using spring roo v.1.2.3. Roo generated *.tagx-s, *.jspx-s and views.xml-s that is good.
But can I put those *.jspx page fragments in *.tagx-s.
For example there is a tag table.tagx and I want ...
0
votes
0answers
137 views
Create tile groups in Windows 8 programmatically
is it possible to create tile groups by code? Just to create a folder with links is not enough / does not work.
We want to organize our tiles delivered by our setup.
Thanks.
1
vote
2answers
439 views
perlin simplex worley noise libraries for tiling in javascript or HTML5 in general?
I am curious if there are libraries already developed for creating these noises in javascript?
I have searched the web for about two hours looking for libraries in javascripts. I have seen this ...
0
votes
1answer
590 views
WP7 Mango how to update particular secondary Tile
In our Mango app, We are providing the option to the user to pin many items to the start screen as secondary tiles. If we need to update only particular secondary tile among many tiles through push ...
8
votes
2answers
32k views
NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
I am trying to run sample tiles example given here
Below is my POM.xml:
<dependencies>
<dependency>
<groupId>junit</groupId>
...
0
votes
1answer
56 views
Tiles does not include correctly the jsp-s
I have a problem with tiles 2.2.2.
It seems that the jsp-s aren't read as they are supposed to.
My tiles.xml looks like this:
<definition name="notLoggedInLayout" ...
0
votes
1answer
184 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
2answers
114 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 ...
1
vote
1answer
175 views
Tileset generator
I've been trying to create a tileset generator (blending two images together) but I'm stuck at what kind of method I need to be able to make one texture/image overlap onto the main one, or somehow ...
0
votes
0answers
60 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
2answers
107 views
Android map only showing tiles
Hi I am new to android programming and I followed the steps from many tutorials, but I only managed to display the google map which only shows tiles both on the emulator and the device. Many thanks in ...
2
votes
0answers
85 views
Techniques for tiling and zooming of large bitmaps
I've been working on an android app that tries to accomplish the following:
- Download large images from a service (about 4000px x 4000px)
- display these images and let the user zoom/pan
- draw ...
1
vote
2answers
465 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
20 views
What is the relation between zoom and coordinate in MapQuest URL?
I want to know how I can get the same image from MapQuest for different zoom level?
Mapquest Example Link
In this link 15 means zoom level, 5240 means column and 12661 means row. Now I want to know ...
0
votes
1answer
278 views
Windows 8 Secondary Live Tile not updating using local notification queue
I am trying to implement more than two secondary live tiles in my application. I have followed this sample to create secondary tiles using pin-to-start buttons on the app bar. I am updating the ...
1
vote
0answers
40 views
jsp substitution in tiles.xml
I was looking at the Travel demo project and noticed that in the tiles.xml under hotel that there was the following:
<definition name="hotels/*" extends="standardLayout">
...
4
votes
1answer
75 views
Storing position of tiles in windows store app
I have an application which has multiple tiles in it. I have implemented following functionality:-
You can Drag and Drop the tiles.
You can form various groups.
Edit the tile.
Pin to start.
The ...
1
vote
4answers
376 views
10 Tiles positioning with jQuery or CSS
I'm kind of new to CSS and jQuery. I'm trying to position tiles on a website as follows:
I've been trying with CSS and the jQuery Masonry, but the closest I've gotten was like this:
Any one have ...
0
votes
2answers
372 views
parallel image processing on hadoop
I have a couple of huge TIFF images (60,000x60,000 ~600MB). Using Hadoop I would like to create a pyramid of tiles (deepzoom format) for each image and store them on HDFS.
Ideally I would like to ...
1
vote
1answer
48 views
Filling a square with tiles
I have a 2D tile game that I am trying to create brush sizes for. Currently, my code looks like this:
if (isMouseClicked0) {
int grid_x = Math.round(mouseX / blockSize);
int grid_y = ...
0
votes
1answer
142 views
Which is the better way to create dynamic layout managment in jsp
Here I am started to design a portal wise home,login,register ....around 10 common jsp pages.
Its very hard to create these many jsp pages for each portal ,which is an most elegant way.So decided to ...
0
votes
0answers
108 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
235 views
How to make map tiles load more efficiently using leaflet with an android app?
I am currently developing an android application that features a map using phonegap, cloudmade and leaflet. Is there a way I can somehow cache the map tiles on the android phone? Loading the map tiles ...
0
votes
2answers
734 views
Spring MVC 3 & Tiles 2: static resources are not displayed, even in non-tiles pages
I'm trying to configure and integrate Tiles 2.2 to a webapp build with Spring MVC 3 and Spring Security 3 but I'm having some difficulties:
Tiles definitions are not being displayed.
No static ...
0
votes
1answer
165 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
217 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: ...
2
votes
1answer
73 views
How to have a flexible website using tile?
I have 4 different types of members in my website lets say memberA, memberB, memberC, and memberD. Each should have its own header headerA.jsp, headerB.jsp, headerC.jsp, headerD.jsp.
As shown below, ...
1
vote
1answer
73 views
how to assign a role in apache tiles
Apache Tiles gives us a possibility to add a definition or an attribute basing on role. What exactly is this role and how can I set a role for the current user?
1
vote
2answers
346 views
Google Application Engine + Tiles = Error 500 null
I'm building and application using Google Application Engine together with Struts2 + Tiles.
Here is my configuration.
web.xml:
<web-app xmlns="http://java.sun.com/xml/ns/javaee" ...
0
votes
1answer
131 views
Is there a simple way to mix spring-mobile and apache-tiles to help use common elements?
I've just setup a new application with spring-mobile and apache-tiles that I intend to used tile descriptors to help me reuse view components among the target platforms. I'm wondering if anyone has ...
0
votes
0answers
142 views
apache tiles put-list-attribute XML error
I've got such definitions in my tiles.xml:
<definition name="t.base" template="/WEB-INF/tiles/base.jsp">
<put-attribute name="title" value="SomeTitle" />
<put-attribute ...
2
votes
3answers
570 views
How to create cover flow with different view controllers?
I want to show view controllers's view as images in tiles. But how to get the images of all view controllers before loading those view controllers. Suggest me some solution. I was looking through the ...
0
votes
0answers
123 views
How can I get spring + tiles to recognise jsp fragment (jspf) files?
I have a spring + tiles configuration that works fine if I am using .jsp files. However I am attempting to use JSP fragments (.jspf).
<beans:bean
...





