RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread CONNER, BRENDAN \(SBCSI\)
Can you give an example of what you're trying to do that shows the issue you're encountering? - Brendan -Original Message- From: Garner, Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 4:29 PM To: 'MyFaces Discussion' Subject: RE: [JSF] Tiles and Reusable Template

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Garner, Shawn
the title and body content in this JSP body. Can anybody help me piece (pun intended) this together? Shawn -Original Message- From: Garner, Shawn Sent: Thursday, February 23, 2006 12:51 PM To: 'MyFaces Discussion' Subject: RE: [JSF] Tiles and Reusable Template I looked at Clay

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Garner, Shawn
Somebody posted that page but I don't quite get how it works. Shawn -Original Message- From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:08 PM To: MyFaces Discussion Subject: RE: [JSF] Tiles and Reusable Template We're using Tiles with JSF

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread CONNER, BRENDAN \(SBCSI\)
To: 'MyFaces Discussion' Subject: RE: [JSF] Tiles and Reusable Template Somebody posted that page but I don't quite get how it works. Shawn -Original Message- From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 1:08 PM To: MyFaces Discussion Subject: RE: [JSF

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Garner, Shawn
, February 24, 2006 11:23 AM To: MyFaces Discussion Subject: RE: [JSF] Tiles and Reusable Template The O'Reilly book JavaServer Faces has a section in Chapter 12: Odds and Ends called Combining JSF Views with Other Content. That gives an example of how to use Tiles in JSF. Also the book Core

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Gary VanMatre
From: "Garner, Shawn" [EMAIL PROTECTED] Alright, I looked at the symbols example in the usecases example. Thing I don't like about usecases is it tries to show ever feature and its hard for me to tell one feature from another. Even with the clay example there are 4 different options displayed

Re: [JSF] Tiles and Reusable Template

2006-02-24 Thread Gary VanMatre
From: "Mike Kienenberger" [EMAIL PROTECTED] In my opinion, you're better off using facelets. Facelets appears to be more widely-accepted than Clay. For instance, Oracle ADF Faces supports facelets out of the box. Jenia4Faces supports facelets. Exadel supports facelets. I don't think any of

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Garner, Shawn
r Name:"../h:inputText id="UserName" .../ ... h:commandButton .../ /clay:symbol /clay:clay Shawn From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 11:57 AM To: MyFaces Discussion Subject: RE: [JSF] Tiles and Reusable Te

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Gary VanMatre
uot;/header.html"/ clay:symbol name="body" h:outputLabel for="" value="User Name:"../h:inputText id="UserName" .../ ... h:commandButton .../ /clay:symbol /clay:clay Shawn From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, Februar

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread CONNER, BRENDAN \(SBCSI\)
- From: Garner, Shawn [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 11:33 AM To: 'MyFaces Discussion' Subject: RE: [JSF] Tiles and Reusable Template I've used struts template tags a little. I've just used tiles on a new struts project recently. Don't know if I did it the correct

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread Garner, Shawn
:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 1:20 PM To: MyFaces Discussion Subject: RE: [JSF] Tiles and Reusable Template I don't know what you mean by a bunch of xml files. We have a tiles-def.xml file that contains the tiles definitions, plus a layout jsp used by the tiles definitions

RE: [JSF] Tiles and Reusable Template

2006-02-24 Thread CONNER, BRENDAN \(SBCSI\)
the JSP itself (if you give them request scope). - Brendan -Original Message- From: Garner, Shawn [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 2:03 PM To: 'MyFaces Discussion' Subject: RE: [JSF] Tiles and Reusable Template definition name=tile.home extends=tile.default

RE: [JSF] Tiles and Reusable Template

2006-02-23 Thread Garner, Shawn
Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Wednesday, February 22, 2006 6:44 PM To: users@myfaces.apache.org Subject: Re: [JSF] Tiles and Reusable Template Garner, Shawn wrote: I tried using tiles with JSF and found it does not work very well. You end up

RE: [JSF] Tiles and Reusable Template

2006-02-23 Thread Adam Brod
: [JSF] Tiles and Reusable Template I looked at Clay and it looks like it will work but I want to examine facelets more first. The facelets tutorial says it does easy templating but there were no examples on how to do it and I couldn't find one in the documentation. Is there an example

Re: [JSF] Tiles and Reusable Template

2006-02-23 Thread Mike Kienenberger
I started a facelets wiki page on facelets articles: http://wiki.java.net/bin/view/Projects/FaceletsArticles Feel free to add more as you come across them. Not sure if the JSF central article is significantly different than the blog article on templating. On 2/23/06, Mike Kienenberger [EMAIL

RE: [JSF] Tiles and Reusable Template

2006-02-23 Thread Garner, Shawn
, 2006 2:49 PM To: MyFaces Discussion Subject: RE: [JSF] Tiles and Reusable Template See http://forum.java.sun.com/thread.jspa?forumID=427threadID=540153on how to define a central tiles dispatch page - Brendan -Original Message- From: Garner, Shawn [mailto:[EMAIL

RE: [JSF] Tiles and Reusable Template

2006-02-23 Thread CONNER, BRENDAN \(SBCSI\)
think it was on java.net.) - Brendan -Original Message- From: Garner, Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 12:51 PM To: 'MyFaces Discussion' Subject: RE: [JSF] Tiles and Reusable Template I looked at Clay and it looks like it will work but I want to examine

[JSF] Tiles and Reusable Template

2006-02-22 Thread Garner, Shawn
I tried using tiles with JSF and found it does not work very well. You end up having to define every page in the tiles.xml file that you want to use the template for. Are there any other approaches to creating a reusable template that uses multiple jsp pages? Seems like I should be able

Re: [JSF] Tiles and Reusable Template

2006-02-22 Thread Laurie Harper
Garner, Shawn wrote: I tried using tiles with JSF and found it does not work very well. You end up having to define every page in the tiles.xml file that you want to use the template for. Are there any other approaches to creating a reusable template that uses multiple jsp pages? Seems like I

RE: [JSF] Tiles and Reusable Template

2006-02-22 Thread CONNER, BRENDAN \(SBCSI\)
: [JSF] Tiles and Reusable Template I tried using tiles with JSF and found it does not work very well. You end up having to define every page in the tiles.xml file that you want to use the template for. Are there any other approaches to creating a reusable template that uses