Struts with JSF and Tiles error

2010-02-25 Thread Sekar, Sowmya
Hi, I have an existing Struts 1 application with Tiles and JSP. I would like to use JSF 2 components instead of the JSP tags and leave the business logic and actions as is. These are the steps I followed : 1. Copied jsf-impl , jsf-api.jar and struts-faces-1.3.8.jar in my web-inf/lib folde

Struts with JSF and Tiles error

2010-02-25 Thread Sekar, Sowmya
Hi, I have an existing Struts 1 application with Tiles and JSP. I would like to use JSF 2 components instead of the JSP tags and leave the business logic and actions as is. These are the steps I followed : 1. Copied jsf-impl , jsf-api.jar and struts-faces-1.3.8.jar in my web-inf/lib fold

RE: Using JSF and tiles

2009-09-03 Thread bejaoui zied
Hi Martin, Thanks for your email, so are you able to accept the contract 22 is a decent rate could be better. Cheers, ZIED BEJAOUI Tel: 0044(0)7506628905 > From: mgai...@hotmail.com > To: user@struts.apache.org > Subject: RE: Using JSF and tiles > Date: Wed, 2 Sep 2009 15

Re: Using JSF and tiles

2009-09-02 Thread Wes Wannemacher
2009/9/2 Martin Gainty : > > bejaouizied > > this guy emailed me on a contract in london (22&/hr flat for duration of > contract) > > w.bottri...@computerfutures.com > > HTH > Martin Gainty Martin, What in the holy name of Gozer the Gozerian are you talking about? -Wes -- Wes Wannemacher Hea

RE: Using JSF and tiles

2009-09-02 Thread Martin Gainty
onsabilité pour le contenu fourni. > From: bejaouiz...@hotmail.com > To: user@struts.apache.org > Subject: Using JSF and tiles > Date: Wed, 2 Sep 2009 16:17:39 +0100 > > > Hi guys, > > I am trying to use a JSF files as a body of a tiles definition, however when >

Re: Using JSF and tiles

2009-09-02 Thread Antonio Petrelli
Wrong mailing list. Please ask the Tiles Users mailing list: http://tiles.apache.org/mail.html Antonio 2009/9/2 bejaoui zied : > > Hi guys, > > I am trying to use a JSF files as a body of a tiles definition, however when > i run my example the jsf file is noy showing up > > here is my definition

Using JSF and tiles

2009-09-02 Thread bejaoui zied
Hi guys, I am trying to use a JSF files as a body of a tiles definition, however when i run my example the jsf file is noy showing up here is my definition: home.jsp is a jsf file. ZIED BEJAOUI Tel: 0044(0)7506628905

Re: JSF and Tiles

2006-01-06 Thread Greg Reddin
_JSF and here's some stuff on Shale: http://jroller.com/page/dgeary? catname=%2FShale HTH, Greg On Jan 6, 2006, at 12:06 PM, Chan, Jim wrote: This has probably been posted before, but is there anyway to integrate JSF and Tiles seamlessly like Struts? I dont want to have to create two

JSF and Tiles

2006-01-06 Thread Chan, Jim
This has probably been posted before, but is there anyway to integrate JSF and Tiles seamlessly like Struts? I dont want to have to create two pages (i.e. one template page, one included fragment page) per forward. If this is the only solution, then I dont see any advantage using JSF in my app