-1
votes
1answer
32 views

Not able to understand the why register method is not being called after prepare. always customeraction-validation.xml is being called

I am developing a sample web application in struts2. But i am getting some weird behaviour CustomerAction.java package com.astro.action; import java.io.Serializable; import java.util.ArrayList; ...
0
votes
1answer
42 views

Spring MVC view is not detected

Few days ago this configuration works but now I have get: javax.servlet.ServletException: Could not resolve view with name '' in servlet with name 'XXX' for: ...
0
votes
1answer
86 views

JSP Tiles without Struts with Maven

You can see in screenshots exception and the web.xml file to config tiles-defs.xml. But i couldn't understand what is the problem about tiles? Is it wrong web.xml tiles configuration? Thanks for your ...
-2
votes
1answer
167 views

java.lang.ClassNotFoundException: org.apache.struts2.tiles.StrutsTilesListener

15:06:38,636 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.deployment.unit."myapp.war".POST_MODULE: org.jboss.msc.service.StartException in ...
0
votes
0answers
74 views

Loading Images (Java)

I'm making a simple game in java, and I have levels based on tiles. I'm not sure how to go about this. So I have a question... Is it easier for java to: Load four 50 by 50 images (in a 100 by 100 ...
1
vote
0answers
56 views

The RepositoryFactory has already been initialized Exception in tiles and Velocity Integration

I am trying to integrate the tiles+ velocity in Spring MVC. I found the link in github which was serving the same purpose. So I am using those classes in my Project in Eclispe. When I run the project ...
0
votes
1answer
91 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 ...
5
votes
1answer
192 views

Dynamic css not applied in my menu (tiles + spring 3.0)

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 ...
2
votes
1answer
120 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
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
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 ...
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 ...
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
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
528 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 ...
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
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: ...
1
vote
1answer
301 views

accordion menu using struts2 / tiles / remote data

Can someone please post a sample code that shows acordion menu using struts2/tiles please. I am struggling to get the accordion list by following the showcase example, which has the ...
0
votes
0answers
357 views

Generating Box2D body(collision map) from tilemap efficiently

I am working on a platformer game that will use tile maps, which I don't know if is a good idea! I've made a neat tile map editor with tools for setting a spawn point etc. but now that I want to be ...
1
vote
1answer
130 views

Struts Wildcard vs Tiles Wildcard NoSuchDefinitionException

am new here and my englisch is not fine :( I use tiles in my struts2 project to generate dynamically my layouts. The problem is, i have to many redundancies in my tiles.xml file. So i deciced to use ...
3
votes
2answers
123 views

Can tiles have action classes?

In Stuts2 I am using Tiles plugin to create a layout for the website (menu, footer, header etc.) that is consistent on every page. Now each tile is just a static HTML content. Is it possible to make ...
0
votes
1answer
68 views

Jdom Saving and Loading Tiles

I have this code for saving and loading a map of tiles: public void load(File loadFile) { try { SAXBuilder builder = new SAXBuilder(); Document document = builder.build(loadFile); ...
1
vote
1answer
76 views

Providing object to any Tiles layout containing Tile in Spring MVC

I have a tile which lists articles from object provided to it. This tile is part of most pages, but not all of them. Is there any way of automatically providing object only to pages which need it ...
0
votes
1answer
122 views

Apache Tiles rendering

I am new to Apache tiles and i am trying to understand how the apache tiles are rendered? Are each tiles rendered in parallel or it not , is there anyway to make it render in parallel. Also are ...
0
votes
1answer
79 views

Base layout for tiles

What if I did not put layout properties and try to use them. Like in the example below I did not define body <put-attribute name="body" value="" /> in baseLayout but I use it in <definition ...
4
votes
3answers
262 views

How to use Tiles2 with Struts 1

Is it possible to use Tiles2 with Struts 1? I've followed the instruction available at the migration guide http://tiles.apache.org/migration/index.html But when I try to access my actions, I get ...
1
vote
1answer
220 views

Rendering multiple layers of tiles

I have a little problem, when I try to draw multiple layers of tiles in my game, only the top layer shows up. For example, I have a for loop to draw air tiles, and below that I have another to draw ...
0
votes
2answers
134 views

Getting values from a two dimensional array

This is my array: private static int[][] map = new int[WIDTH][HEIGHT]; I generate a tile map using this class: public class Map { public static final int CLEAR = 0; public static final int STONE ...
1
vote
2answers
223 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 ...
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
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 ...
0
votes
1answer
359 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
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
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
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
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> ...
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
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
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
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
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 ...
1
vote
0answers
137 views

Image won't tile vertically but does tile horizontally in Android

I'm trying to get an image to tile vertically in Android. This is what I'm using: BitmapDrawable tiledImage = new BitmapDrawable(myBitmap); tiledImage.setTileModeY(Shader.TileMode.REPEAT); ...
0
votes
1answer
74 views

Displaying all images from a resource folder

I have a folder in my resource folder called "tiles'. I want to be able to add or remove tiles as I develop this game, which could hold hundreds. Therefore - for the map editor I am making - I want a ...
0
votes
1answer
4k views

How to properly configure TilesViewResolver in Spring MVC?

I have Spring MVC project and I would like to build views in my application using Apache Tiles. I have added some dependencies to my pom.xml file. I am wondering I have too many but I have had some ...
0
votes
0answers
75 views

Tile engine changing number in array not changing texture

I draw my map from a txt file. Would I have to write to the text file to notice the changes I made? Right now it changes the number in the array but the tile texture doesn't change. Do I have to do ...
3
votes
2answers
360 views

which one of these is the better approach of using tiles

Problem: I have two identical pages home.jsp and contact.jsp with same structure. They differs only in body content and title. I want to create a Layout page using tiles framework and reuse the code ...

1 2 3 4