Questions tagged [tiles]

Apache Tiles renders dynamic websites in a Java Servlet container.

Apache Tiles™ is a templating framework built to simplify the development of web application user interfaces.

Tiles allows authors to define page fragments which can be assembled into a complete page at runtime. These fragments, or tiles, can be used as simple includes in order to reduce the duplication of common page elements or embedded within other tiles to develop a series of reusable templates. These templates streamline the development of a consistent look and feel across an entire application.

Related Links:

1297 questions
-1
votes
1 answer

How to add image along with title name for all pages in that project in one code in Struts 2

I wrote the mentioned code in head section of JSP page and it is able to display the image along with the title name of the page but what I want is it should be reflected on all my pages of…
Compiler
  • 13
  • 5
-1
votes
1 answer

Can Apache Tiles be used on an offline application?

I'm currently developping a Java app using SpringBoot & Maven. I'm thinking of using the Apache Tiles framework in order to compose my JSP. Here's the problem: in the future, this app will have an offline mode. So: Does Tiles is implementing well…
-1
votes
3 answers

C# Domino function that takes undetermined amount of domino tiles as input

I really puted so much effort to understand how to solve this question but unfortuantly i am still missing something thats why i am not able to solve this issue. The question is: Write a function that takes undetermined amount of domino tiles as…
Kob_24
  • 592
  • 1
  • 10
  • 26
-1
votes
1 answer

SDL Tile and Sprite Rendering Terrain

Hello recently i started to mess around with SDL. Since i was interested in some 2D/2.5D games.So i started messing around with SDL in C++, I was looking to recreate something similar to Original Zelda. So as far as i understand those game work…
user2742982
  • 21
  • 2
  • 5
-1
votes
1 answer

Struts 2 is soo irritating with the namespaces. Can someone help understand the issue with it?

I have been able to create an application with Struts 2 and tiles 2.1 and complete the login action so far. Now I need to be able to click on a button and perform an action. I have configured the action-method-namespace mapping as per the guides out…
DJR
  • 454
  • 2
  • 8
  • 29
-1
votes
2 answers

How to excute JSTL code when we store in database

I'm using Spring and tiles I'm storing JSTL code Into database. When user logs in, it fetches the time and stores into session and puts this session value in JSP page but JSTL tag is not executed for ex.
Ashish Vaghasiya
  • 327
  • 5
  • 20
-1
votes
1 answer

java.lang.NoSuchMethodError: org.apache.tiles.TilesException: method (Ljava/lang/String;Ljava/lang/Throwable;)V not found

Getting above error when starting my struts application. The following is the export order. /WEB-INF/src /WEB-INF/lib/freemarker-2.3.16.jar /WEB-INF/lib/javassist-3.7.ga.jar /WEB-INF/lib/ognl-3.0.jar JRE System…
-1
votes
1 answer

Objects in isometric tile games using XNA and Tiled

Since a few days ago that I'm trying to make a game using XNA. I'm using tiles for my game and I've decided to make it look isometrical. I've seen tutorials that explain how to do a game engine using matrices for the position of the tiles but since…
-1
votes
1 answer

LibGDX change tile onclick

So I'm just creating a Tower-Defence Game. Now I'm trying to configure, that the player can click on a tile, and by doing that, an object gets attatched to this tile, and the texture of this object is used for the tile. And I don't know how to do…
FeRo2991
  • 41
  • 4
-1
votes
1 answer

alternative to html frames tag to avoid full page refresh

I have an existing application which uses html frames tag for page layout. I have a header, menu, left navigation and content area on the right. When the user selects an option from the left navigation the corresponding content is shown on the right…
juser
  • 359
  • 1
  • 7
  • 17
-1
votes
3 answers

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 shows them as following (with _ )…
Daniel Morgan
  • 782
  • 5
  • 15
  • 43
-1
votes
2 answers

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 help me with this. What I am trying to do is to…
Yauraw Gadav
  • 1,706
  • 1
  • 18
  • 39
-1
votes
4 answers

Disable browser back button once the user get login in JSF pages

I have used tiles in Spring web flow.This is my standard jsf file. standard.xhtml Nagra Employee Leave…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jsf" class="post-tag grid--cell" title="show questions tagged 'jsf'" rel="tag">jsf</a> <a href="../../questions/tagged/tiles" class="post-tag grid--cell" title="show questions tagged 'tiles'" rel="tag">tiles</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 20 '12 at 06:46">asked Jul 20 '12 at 06:46</time> <a href="../../users/366916/bharathi" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/366916.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="bharathi" /> </a> <div class="s-user-card--info"> <a href="../../users/366916/bharathi" class="s-user-card--link">bharathi</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">6,019</li> <li class="s-award-bling s-award-bling__gold" title="23 gold badges">23</li> <li class="s-award-bling s-award-bling__silver" title="90 silver badges">90</li> <li class="s-award-bling s-award-bling__bronze" title="152 bronze badges">152</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-11223032"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/11223032/catiledlayer-issue" class="question-hyperlink">CATiledLayer issue</a></h3> <div class="excerpt">I want to use CATiledLayer like in PhotoScroller app. In my TilingView.m I have + (Class)layerClass { return [CATiledLayer class]; } - (id)initWithImageName:(NSString *)name size:(CGSize)size { if ((self = [super initWithFrame:CGRectMake(0,…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/iphone" class="post-tag grid--cell" title="show questions tagged 'iphone'" rel="tag">iphone</a> <a href="../../questions/tagged/uiview" class="post-tag grid--cell" title="show questions tagged 'uiview'" rel="tag">uiview</a> <a href="../../questions/tagged/uiimage" class="post-tag grid--cell" title="show questions tagged 'uiimage'" rel="tag">uiimage</a> <a href="../../questions/tagged/tiles" class="post-tag grid--cell" title="show questions tagged 'tiles'" rel="tag">tiles</a> <a href="../../questions/tagged/catiledlayer" class="post-tag grid--cell" title="show questions tagged 'catiledlayer'" rel="tag">catiledlayer</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 27 '12 at 09:20">asked Jun 27 '12 at 09:20</time> <a href="../../users/1328838/paul-t" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1328838.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Paul T." /> </a> <div class="s-user-card--info"> <a href="../../users/1328838/paul-t" class="s-user-card--link">Paul T.</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,938</li> <li class="s-award-bling s-award-bling__gold" title="7 gold badges">7</li> <li class="s-award-bling s-award-bling__silver" title="45 silver badges">45</li> <li class="s-award-bling s-award-bling__bronze" title="93 bronze badges">93</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-52811281"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>3</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/52811281/simple-css-tile-layout" class="question-hyperlink">Simple CSS Tile Layout</a></h3> <div class="excerpt">I need a simple way to make my layout form two tiles for content in a row. Currently .cellleft extends to the right end so .cellright is displayed in the next row. div.cellleft{ background-color: #191a1c; margin-top: 40px; …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/html" class="post-tag grid--cell" title="show questions tagged 'html'" rel="tag">html</a> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/tiles" class="post-tag grid--cell" title="show questions tagged 'tiles'" rel="tag">tiles</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 15 '18 at 06:59">asked Oct 15 '18 at 06:59</time> <a href="../../users/10374217/t-tom" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/10374217.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="T. Tom" /> </a> <div class="s-user-card--info"> <a href="../../users/10374217/t-tom" class="s-user-card--link">T. Tom</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">69</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="6 bronze badges">6</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/tiles_page=85" rel="prev" title="Go to page 85">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/tiles_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/tiles_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/tiles_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">86</div> <a class="s-pagination--item" href="../../questions/tagged/tiles_page=87" rel="" title="Go to page 87">87</a> <a class="s-pagination--item" href="../../questions/tagged/tiles_page=87" rel="next" title="Go to page 87"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>