Re: Simple Question about Tiles

2006-11-08 Thread Vinicius Carvalho
Doh, missed a ... regards On 11/8/06, Greg Reddin <[EMAIL PROTECTED]> wrote: On Nov 8, 2006, at 8:12 AM, Antonio Petrelli wrote: > Vinicius Carvalho ha scritto: >> I have a list that is going to be iterated, and the bean inside it >> will be checked, depending on a certain flag a tiles defini

Re: Simple Question about Tiles

2006-11-08 Thread Greg Reddin
On Nov 8, 2006, at 8:12 AM, Antonio Petrelli wrote: Vinicius Carvalho ha scritto: I have a list that is going to be iterated, and the bean inside it will be checked, depending on a certain flag a tiles definition will be used to display the content, kinda like this: And the list goes on

Re: Simple Question about Tiles

2006-11-08 Thread Vinicius Carvalho
Hi there Antonio, thanks for the quick response. I did not specified, the code is pretty much the same I'm using (only the bean name is other) Inside my tiles I have this: <%@ page language="java" contentType="text/html" pageEncoding="ISO-8859-1"%> <%@ include file="include/taglibs.jsp" %> SIM

Re: Simple Question about Tiles

2006-11-08 Thread Antonio Petrelli
Vinicius Carvalho ha scritto: I have a list that is going to be iterated, and the bean inside it will be checked, depending on a certain flag a tiles definition will be used to display the content, kinda like this: And the list goes on ... Now, inside my tiles I need to access someBean.

Simple Question about Tiles

2006-11-08 Thread Vinicius Carvalho
Hello there! I have a simple question on Tiles usage, hope I get some advice here. I know this is not the best usage for it, but we have a kinda of emergency here... I have a list that is going to be iterated, and the bean inside it will be checked, depending on a certain flag a tiles definition

Re: questions about tiles

2004-08-19 Thread Shinobu Kawai
Hi Mike, > what happens when I write the below in mypage.jsp? > > > > > > > template.jsp gets inserted into mypage.jsp. cf. http://struts.apache.org/userGuide/struts-tiles.html#insert > Is "currentMoudle" a bean? if it is ,what scope it exists in? Not necessaril

questions about tiles

2004-08-19 Thread Mu Mike
what happens when I write the below in mypage.jsp? Is "currentMoudle" a bean? if it is ,what scope it exists in? what happens to an item in a putList? is an item also a bean? if it is,what is its scope? Thanks _ 与

Re: About Tiles

2004-08-17 Thread Koon Yue Lam
thanks for the help ! I will spend some time on the above links ! Regards - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About Tiles

2004-08-17 Thread Vic Cekvenich
talking about Tiles... I know I need a template, a definition etc... but I still can't figure out how to glue them together ! The problem go worse if I want to use Tiles with Struts, I just don't know how... any link, tutorial ?? However I think using Tiles and OSCache seems to be a very

RE: About Tiles

2004-08-17 Thread David Friedman
--Original Message- From: Koon Yue Lam [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 9:48 PM To: Struts Users Mailing List Subject: Re: About Tiles thanks David ! after reading the doc. in Struts, Tiles site, I found very little resource talking about Tiles... I know I need a t

Re: About Tiles

2004-08-17 Thread Koon Yue Lam
thanks David ! after reading the doc. in Struts, Tiles site, I found very little resource talking about Tiles... I know I need a template, a definition etc... but I still can't figure out how to glue them together ! The problem go worse if I want to use Tiles with Struts, I just don'

RE: About Tiles

2004-08-17 Thread David Friedman
ssage- From: Koon Yue Lam [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 2:49 AM To: Struts Users Mailing List Subject: About Tiles Hi, I want to build a webpage using tiles, the structure is: Header Body Footer super classic layout but I have one question, if the content in Header

RE: About Tiles

2004-08-17 Thread VAN BROECK Jimmy
PROTECTED] -Original Message- From: Koon Yue Lam [mailto:[EMAIL PROTECTED] Sent: dinsdag 17 augustus 2004 8:49 To: Struts Users Mailing List Subject: About Tiles Hi, I want to build a webpage using tiles, the structure is: Header Body Footer super classic layout but I have one

About Tiles

2004-08-16 Thread Koon Yue Lam
Hi, I want to build a webpage using tiles, the structure is: Header Body Footer super classic layout but I have one question, if the content in Header and Footer are read only and will be nearly the same throughout entire user session. How can I just reload the body part? and keep the Header and