Multiple tiles

2011-12-09 Thread Cord Awtry
All, Working on an older struts1 implementation and trying to determine how to do a dynamic mapping. Essentially, there's 2 versions of a site depending upon certain attributes of the logged in user. I'd like to be able to have 2 config and 2 tiles files, with the same actions defined but differ

Re: Problem with multiple tiles-defs.xmls in struts

2009-01-12 Thread Antonio
2009/1/12 kondalrao N : > I am using struts1.3. What version of Struts 1.3 are you using? Antonio - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Problem with multiple tiles-defs.xmls in struts

2009-01-12 Thread kondalrao N
Hi, I am using struts1.3.I have two struts-config.xml files in my application.I am adding those files in web.xml. action org.apache.struts.action.ActionServlet config /WEB-INF/firs

Re: How to use multiple tiles definitions files for multi channel

2005-06-22 Thread Laurie Harper
Michael Mattox wrote: The text I quoted above was from the tiles documentation, which claims Tiles *is* able to do this. I just can't figure out how. I'm now wondering if this text is incorrect and tiles does not offer this. Hmm, I had a quick look and saw the section you quote; there doesn't

Re: How to use multiple tiles definitions files for multi channel

2005-06-22 Thread Nitesh
2005 4:39 PM Subject: Re: How to use multiple tiles definitions files for multi channel Tageting multiple channels is definitely possible with Struts... Tiles coudl aid you doing this. But times is not the prime technology involved... Your UI components need to be XML-based rather than JSP based

Re: How to use multiple tiles definitions files for multi channel

2005-06-22 Thread Nitesh
; To: "Laurie Harper" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, June 22, 2005 4:28 PM Subject: Re: How to use multiple tiles definitions files for multi channel In the tiles documentation webapp, it's stated: "A mechanism similar to Java properties files is used for definitio

Re: How to use multiple tiles definitions files for multi channel

2005-06-22 Thread Michael Mattox
>> In the tiles documentation webapp, it's stated: >> >> "A mechanism similar to Java properties files is used for definitions >> files : you can have one definition file per key. The appropriate >> definition is loaded according to the key." >> >> I'd like to use this to have different tiles for w

Re: How to use multiple tiles definitions files for multi channel

2005-06-21 Thread Laurie Harper
Michael Mattox wrote: In the tiles documentation webapp, it's stated: "A mechanism similar to Java properties files is used for definitions files : you can have one definition file per key. The appropriate definition is loaded according to the key." I'd like to use this to have different tiles

How to use multiple tiles definitions files for multi channel

2005-06-21 Thread Michael Mattox
In the tiles documentation webapp, it's stated: "A mechanism similar to Java properties files is used for definitions files : you can have one definition file per key. The appropriate definition is loaded according to the key." I'd like to use this to have different tiles for web & wap devices.

Re: Multiple tiles layouts for single application

2005-05-11 Thread Andreas Toom
ay 10, 2005 1:58 AM To: Struts Users Mailing List Subject: Re: Multiple tiles layouts for single application Hello again, great pdf there, solved my problem nice and easy. Instead of a jsp in the path attribute of a definition I used a struts action which forwards to the right template, should wor

RE: Multiple tiles layouts for single application

2005-05-10 Thread Benedict, Paul C
Allistair Crossley wrote: > http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf > > page 15 may help you > > Cheers. > > >>-Original Message- >>From: Andreas Toom [mailto:[EMAIL PROTECTED] >>Sent: 09 May 2005 15:33 >>To: Struts Users

Re: Multiple tiles layouts for single application

2005-05-09 Thread Andreas Toom
/~dumoulin/tiles/tilesAdvancedFeatures.pdf page 15 may help you Cheers. -Original Message- From: Andreas Toom [mailto:[EMAIL PROTECTED] Sent: 09 May 2005 15:33 To: Struts Users Mailing List Subject: Re: Multiple tiles layouts for single application Yes, but a tile definition is just a.. tile

RE: Multiple tiles layouts for single application

2005-05-09 Thread Allistair Crossley
http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf page 15 may help you Cheers. > -Original Message- > From: Andreas Toom [mailto:[EMAIL PROTECTED] > Sent: 09 May 2005 15:33 > To: Struts Users Mailing List > Subject: Re: Multiple tiles layouts for sin

Re: Multiple tiles layouts for single application

2005-05-09 Thread Andreas Toom
@struts.apache.org Subject: Multiple tiles layouts for single application Hello, is there a way to switch tiles layout in an applaction depending on let's say request url. I have a struts-based application with a single purpose and I want to share this functionality with other php-based sites th

RE: Multiple tiles layouts for single application

2005-05-09 Thread Allistair Crossley
ndreas Toom [mailto:[EMAIL PROTECTED] > Sent: 09 May 2005 15:05 > To: user@struts.apache.org > Subject: Multiple tiles layouts for single application > > > Hello, is there a way to switch tiles layout in an applaction > depending > on let's say request url. I hav

Multiple tiles layouts for single application

2005-05-09 Thread Andreas Toom
Hello, is there a way to switch tiles layout in an applaction depending on let's say request url. I have a struts-based application with a single purpose and I want to share this functionality with other php-based sites that my company have. So if a request comes in to the site I want different

RE: Multiple Tiles Definitions Factories in a servlet context?

2004-08-16 Thread Alef Arendsen
Guys, just wanted to pop this one up again. A user on our list has problems applying multiple tiles definition factories. Is there any way this is possible?? Thanx, Alef Arendsen From: Alef Arendsen Sent: Mon 8/2/2004 10:45 AM To: [EMAIL PROTECTED] Subject

Multiple Tiles Definitions Factories in a servlet context?

2004-08-02 Thread Alef Arendsen
Hi guys, A user on our list (Spring) has configured two servlets both including a Tiles Definitions Factory using Spring's integration code. The TilesUtilsImpl however specifies a static identifier (which we're using to bind the factory in the servlet context) for the factory, causing the first De