Re: Tiles standalone

2005-10-10 Thread Sean Schofield
I agree that the include stuff is a big problem in JSF. That's being resolved in the upcoming spec but it won't help you in the short run. This is a general problem with includes though, its not specific to Tiles. sean On 10/5/05, Martin Marinschek [EMAIL PROTECTED] wrote: Fancy contributing

Re: Tiles standalone

2005-10-05 Thread Carl
an -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 04, 2005 3:10 PM To: MyFaces Discussion Subject: Re: Tiles standalone How do you deal with the fact that in included jsp pages which mix plain html and J

Re: Tiles standalone

2005-10-05 Thread Cenk Çivici
Sorry the correct link is http://www.jroller.com/page/cenkcivici?entry=jsf_datatable_single_row_selection

Re: Tiles standalone

2005-10-05 Thread Martin Marinschek
Fancy contributing this to MyFaces? regards, Martin On 10/5/05, Cenk Çivici [EMAIL PROTECTED] wrote: Sorry the correct link is http://www.jroller.com/page/cenkcivici?entry=jsf_datatable_single_row_selection -- http://www.irian.at Your JSF powerhouse - JSF Trainings in English and German

Tiles standalone

2005-10-04 Thread Rafael Nami
Hi everyone. I was trying to search some info about tiles standalone, but I couldn't find anything in apache jakarta site. Where can i find such info? What is the compatibility with JSF/MyFaces? Thanks in advance Rafael Mauricio Nami

Re: Tiles standalone

2005-10-04 Thread Andrew robinson
Don't attempt to use Tiles with JSF, it is kluged and messy. Use facelets instead, they have much better fuctionality for integration with JSF. https://facelets.dev.java.net/ On 10/4/05, Rafael Nami [EMAIL PROTECTED] wrote: Hi everyone.I was trying to search some info about tiles standalone

RE: Tiles standalone

2005-10-04 Thread CONNER, BRENDAN \(SBCSI\)
and messy. Use facelets instead, they have much better fuctionality for integration with JSF.https://facelets.dev.java.net/ On 10/4/05, Rafael Nami [EMAIL PROTECTED] wrote: Hi everyone.I was trying to search some info about tiles standalone, but Icouldn't find anything in apache

Re: Tiles standalone

2005-10-04 Thread Sean Schofield
-Original Message- From: Andrew robinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 9:22 AM To: MyFaces Discussion; Rafael Nami Subject: Re: Tiles standalone Don't attempt to use Tiles with JSF, it is kluged and messy. Use facelets instead, they have much better

Re: Tiles standalone

2005-10-04 Thread gramani
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 9:22 AM To: MyFaces Discussion; Rafael Nami Subject: Re: Tiles standalone Don't attempt to use Tiles with JSF, it is kluged and messy. Use facelets instead, they have much better fuctionality for integration with JSF. https

Re: Tiles standalone

2005-10-04 Thread Simon Kitching
PROTECTED] *Sent:* Tuesday, October 04, 2005 9:22 AM *To:* MyFaces Discussion; Rafael Nami *Subject:* Re: Tiles standalone Don't attempt to use Tiles with JSF, it is kluged and messy. Use facelets instead, they have much better fuctionality for integration with JSF

RE: Tiles standalone

2005-10-04 Thread CONNER, BRENDAN \(SBCSI\)
[mailto:[EMAIL PROTECTED] *Sent:* Tuesday, October 04, 2005 9:22 AM *To:* MyFaces Discussion; Rafael Nami *Subject:* Re: Tiles standalone Don't attempt to use Tiles with JSF, it is kluged and messy. Use facelets instead, they have much better fuctionality for integration

Re: Tiles standalone

2005-10-04 Thread Simon Kitching
nbsp; - Brendan -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 3:10 PM To: MyFaces Discussion Subject: Re: Tiles standalone How do you deal with the fact that in included jsp pages which mix plain html and JSF tags, the output gets

RE: Tiles standalone

2005-10-04 Thread CONNER, BRENDAN \(SBCSI\)
] Sent: Tuesday, October 04, 2005 3:55 PM To: MyFaces Discussion Subject: Re: Tiles standalone I'm talking about stuff like: ul lih:outputText value=#{somebean.item1}/ lih:outputText value=#{somebean.item2}/ /ul which will render normally if the page it is in is the one redirected

Re: Tiles standalone

2005-10-04 Thread Simon Kitching
CONNER, BRENDAN (SBCSI) wrote: I'm talking about stuff like: ul lih:outputText value=#{somebean.item1}/ lih:outputText value=#{somebean.item2}/ /ul We use t:dataList to display lists. But that *requires* that the list contents come from a bean property. There's no support for

RE: Tiles standalone

2005-10-04 Thread CONNER, BRENDAN \(SBCSI\)
usually turn out to be a lot simpler to read and maintain than if we use raw HTML or even JSTL. - Brendan -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 5:10 PM To: MyFaces Discussion Subject: Re: Tiles standalone CONNER, BRENDAN (SBCSI

Re: Tiles standalone

2005-10-04 Thread Carl
I've found that I have been able to do everything I have wanted using jsf. You can "include" a bullet list in another page by doing something like this: h:outputText value="ulli#{index.HomePageText3}/li li#{index.HomePageText4}/li li#{index.HomePageText5}/li li#{index.HomePageText6}/li