Apache Tiles renders dynamic websites in a Java Servlet container.
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
2answers
117 views
Windows Phone 8 - Update Tile image on Clicking the tile and dont open application window
I'd to update the image on a Windows Phone 8 live tile when the user clicks on it. I don't want to open the application's window just update the tile.
Can this be done? If so how?
Thanks for your ...
0
votes
1answer
268 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
38 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">
...
1
vote
4answers
343 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 ...
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 = ...
3
votes
1answer
71 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 ...
0
votes
1answer
132 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
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
54 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
54 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 ...
2
votes
1answer
72 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, ...
0
votes
0answers
135 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 ...
1
vote
1answer
68 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?
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
0answers
113 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
...
0
votes
0answers
36 views
apache tiles: getAsString vs insertDefinition
I can't see clear difference between those two tags. I've seen the docs and definitions for those tags are similar as well. Both tags just render attribute value. Can anyone eplain what's the ...
1
vote
0answers
73 views
apache tiles: get view name inside ViewPreparer
I'm developing an app with tiles and I want to implement a ViewPreparer that constructs menu specific for page that is just being displayed. I can't see such thing in the api. Does anyone know how to ...
0
votes
2answers
238 views
Algorithm for a tile based map (web browser game) like Tribal Wars world map
I'm trying to create a tile based world map like Tribal Wars has or The-West games.
I created a little bit of it but it loads too slow when you drag the map with your mouse.
My algorithm works like ...
0
votes
0answers
66 views
apache tiles template inside another template
I've got a "t.base" view definition for all pages:
<definition name="t.base" template="/WEB-INF/tiles/base.jsp">
<put-attribute name="title" value="SomeTitle"/>
</definition>
...
1
vote
1answer
244 views
How to set EL variable in struts value stack
I'm using tiles to include a .jsp on my page and I'm passing variables to it however I have no way of accessing the values I pass in struts tag.
The only way I can think of is to add a EL value to ...
1
vote
1answer
103 views
Tiles and breadcrumb - Don't want final breadcrumb to link
I'm using struts 1.x and tiles. I want to create a breadcrumb trail containing a path to the current page, but, I don't want the final breadcrumb to point to the current page. This is because the ...
0
votes
2answers
696 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
112 views
apache tiles: expression language stopped to work with maven
I had a spring-3.2.1/tiles-3.0.1 project where I had expression language working with tiles. This means that expressions such as ${jukebox.name} worked in tile attribute expressions (and printed Metal ...
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
1answer
126 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
1answer
414 views
Openlayers + Require.js + Backbone.js + jQueryMobile -> Tiles not loading
I have set up a project that uses require.js, backbone.js, openlayers (mobile single file build) and jquery mobile.
Now I have some issues displaying the map correctly, because no tiles are loading. I ...
0
votes
1answer
63 views
Can I seperate a spring form?
I am using tiles, Spring MVC, Spring form tag. I want to make a form that step by step. When click a button, show more inputs from another tiles definition. But throw a exception can not find ...
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 ...
1
vote
1answer
54 views
I am using tiles but the css file of baselayout wont be applied on all pages
the problem is that I have a css file that is pointed from my baselayout.jsp file as following, when I am in index.php it applies the css but when I move to Profile/view.jsp it does not.
when I look ...
1
vote
1answer
171 views
apache tiles - how to override an attribute from child template
The question is how can I override an attribute in tiles child template.
I've got two templates: base and child. This is a part of base layout - HTML head:
<title>
...
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
2answers
197 views
How to rewrite URL addresses using struts2?
I am expecting my code to reformat the URL and show them as following (with / )
http://www.example.com/myProject/Profile/view.action
http://www.example.com/myProject/Profile/edit.action
but it ...
1
vote
0answers
173 views
How to pass parameter from body page to header page in tiles?
My tiles layout page has three section i.e. header, body and footer.
The layout is such that the title of page has to be defined in the header. Is there any way I can title from body page to the ...
0
votes
0answers
182 views
Dynamic css doesn't gets applied in spring 3.0 + Tiles
I am using Spring 3.0 + tiles. I have created the common menu with anchor tag for all the pages and applied the css for the same. I am using Jquery for dynamically changing the css class for the menu ...
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
0answers
155 views
OSMdroid new tiles not loading after old ones deleted from SD card
SOLVED: For deleting the old tiles I had to change my SonyXperia USB mode from 'file transfer' to 'mass storage'. In that mode the phone cannot be used as external memory and therefor OSMdroid tiles ...
0
votes
1answer
232 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
1answer
174 views
spring 3, tiles - JSp page loses all CSS effects after back or refresh
I have a spring 3 + tiles application with spring security and stuff in place. Unfortunately when I login a user (authenticate) and forward to a login home page, it all looks great, but when I refresh ...
2
votes
0answers
190 views
Tile 3 does not work on struts2
I am trying to use Tile plugin in my struts2 application, but I am receiving the following error,
"Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ...
0
votes
0answers
161 views
Integrating Apache Tiles with Spring MVC where View is Quercus PHP
I have implemented the Spring MVC + Quercus describled here http://blog.caucho.com/2009/04/14/using-php-as-a-spring-mvc-view-via-quercus/ a slightly different way than drecute raised question ...
0
votes
0answers
759 views
jQuery Tile Gallery and Lazyload
Does anyone know if the jQuery Tiles Gallery script has the ability to load images on page scroll in the same way that the jQuery LazyLoad plugin does.
...
2
votes
1answer
467 views
Dynamically modifying tiles in Struts
I'm trying to modify how my pages look like, based on which module is currently active. So basically, I have one common set of jsp pages, that need to have tiles changed based on the module.
I am ...
0
votes
1answer
126 views
Customizable tiles inside app
I want to display items as tiles inside my app. The HubTile control is to inflexible for me, so I use this solution with a listbox. I have a few types of items and they should be displayed ...
0
votes
1answer
381 views
How can I reload only div content in html:form action? Struts 1.3
I'm developing a web application using Struts 1.3.10, Tiles and Hibernate.
The login form is inside body tile, and I need to reload only body content when login button is submit.
This is the form:
...



