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: 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: logic:iterate name=someList id=someBean' logic:equal value=SIMPLE name=someBean

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 % SIMPLEbr

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: logic:iterate

Re: Simple Question about Tiles

2006-11-08 Thread Vinicius Carvalho
Doh, missed a bean:define toScope ... 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

questions about tiles

2004-08-19 Thread Mu Mike
what happens when I write the below in mypage.jsp? tiles:insert path=template.jsp put name=currentModule value=mymoudle / putList name=tabList item value=vchart tooltip=Chart link=/rb/chtprop/VChart.jsp/ /putList tiles:insert Is currentMoudle a bean? if it is ,what scope it exists

Re: questions about tiles

2004-08-19 Thread Shinobu Kawai
Hi Mike, what happens when I write the below in mypage.jsp? tiles:insert path=template.jsp put name=currentModule value=mymoudle / putList name=tabList item value=vchart tooltip=Chart link=/rb/chtprop/VChart.jsp/ /putList tiles:insert template.jsp gets inserted

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

RE: About Tiles

2004-08-17 Thread David Friedman
: 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 and Footer

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't know how

RE: About Tiles

2004-08-17 Thread David Friedman
- 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 template, a definition

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 attractive

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]