Re: [Trinidad] Tiles

2010-03-14 Thread omid p
Hi Matthias
as you recommend i decide to using facelets and found this confige in
web.xml
!-- Uncomment the below for use with Facelets --
  context-param

param-nameorg.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER/param-name

param-valueorg.apache.myfaces.trinidadinternal.facelets.TrinidadFaceletViewHandler/param-value
  /context-param

  context-param

param-nameorg.apache.myfaces.trinidad.FACELETS_VIEW_MAPPINGS/param-name
param-value*.xhtml/param-value
  /context-param

  context-param
param-namefacelets.SKIP_COMMENTS/param-name
param-valuetrue/param-value
  /context-param

but unfortunately facelet does not load and no exceptions occur

ui:composition template=p1.xhtml
ui:define name=pageHeader 
ui:include src=p1.xhtml/
/ui:define
/ui:composition

Am i missing something ? does facelet works correctly with trinidad ?


On Mon, Mar 1, 2010 at 5:30 PM, Matthias Wessendorf mat...@apache.orgwrote:

 I'd strongly recommend to go with Facelets.
 Also the next Facelets version is part of JSF2, so you already learn
 future technologies today.

 -M

 On Mon, Mar 1, 2010 at 2:53 PM, omid p vermind...@gmail.com wrote:
  Hi,
  I have a problem to using apache tiles in trinidad i want to know
  is that possible ? and which way is better to config it ?
 



 --
 Matthias Wessendorf

 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 twitter: http://twitter.com/mwessendorf



[Trinidad] Tiles

2010-03-01 Thread omid p
Hi,
I have a problem to using apache tiles in trinidad i want to know
is that possible ? and which way is better to config it ?


Re: [Trinidad] Tiles

2010-03-01 Thread Matthias Wessendorf
I'd strongly recommend to go with Facelets.
Also the next Facelets version is part of JSF2, so you already learn
future technologies today.

-M

On Mon, Mar 1, 2010 at 2:53 PM, omid p vermind...@gmail.com wrote:
 Hi,
 I have a problem to using apache tiles in trinidad i want to know
 is that possible ? and which way is better to config it ?




-- 
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf


[Trinidad]Tiles?

2008-07-29 Thread hns

hi
can amybody provide me some help to use tiles with myface trinidad,
i have use strtus 2 and sitemesh before , i am newbie for
jsf,myfaces,trinidad,tiles

can anybody provide me which code i have to write in web.xml, which jar
files require in lib,which code requires in faces-config.xml, i have read
out wiki but still confused and can not create simple example for tiles and
trinidad 

help me
-- 
View this message in context: 
http://www.nabble.com/-Trinidad-Tiles--tp18707328p18707328.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad]Tiles?

2008-07-29 Thread Matthias Wessendorf
There may be some issues with Tiles and Trinidad. At least what some
mails say here.
There is new version of Tiles, which you may try, but I'd go with
Facelets instead of Tiles/JSP.

Greetings,
Matthias

On Tue, Jul 29, 2008 at 10:08 AM, hns [EMAIL PROTECTED] wrote:

 hi
 can amybody provide me some help to use tiles with myface trinidad,
 i have use strtus 2 and sitemesh before , i am newbie for
 jsf,myfaces,trinidad,tiles

 can anybody provide me which code i have to write in web.xml, which jar
 files require in lib,which code requires in faces-config.xml, i have read
 out wiki but still confused and can not create simple example for tiles and
 trinidad

 help me
 --
 View this message in context: 
 http://www.nabble.com/-Trinidad-Tiles--tp18707328p18707328.html
 Sent from the MyFaces - Users mailing list archive at Nabble.com.





-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


Re: [Trinidad]Tiles?

2008-07-29 Thread hns

hi

thanks 4 reply but can you provide me links or examples which uses Facelets
i really can not understand perfectly with wiki about facelets

thanks






Matthias Wessendorf-4 wrote:
 
 There may be some issues with Tiles and Trinidad. At least what some
 mails say here.
 There is new version of Tiles, which you may try, but I'd go with
 Facelets instead of Tiles/JSP.
 
 Greetings,
 Matthias
 
 On Tue, Jul 29, 2008 at 10:08 AM, hns [EMAIL PROTECTED] wrote:

 hi
 can amybody provide me some help to use tiles with myface trinidad,
 i have use strtus 2 and sitemesh before , i am newbie for
 jsf,myfaces,trinidad,tiles

 can anybody provide me which code i have to write in web.xml, which jar
 files require in lib,which code requires in faces-config.xml, i have read
 out wiki but still confused and can not create simple example for tiles
 and
 trinidad

 help me
 --
 View this message in context:
 http://www.nabble.com/-Trinidad-Tiles--tp18707328p18707328.html
 Sent from the MyFaces - Users mailing list archive at Nabble.com.


 
 
 
 -- 
 Matthias Wessendorf
 
 further stuff:
 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 mail: matzew-at-apache-dot-org
 
 

-- 
View this message in context: 
http://www.nabble.com/-Trinidad-Tiles--tp18707328p18708912.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad]Tiles?

2008-07-29 Thread Matthias Wessendorf
http://code.google.com/p/facesgoodies
I created this project to have show case for some cool technologies.

-M

On Tue, Jul 29, 2008 at 12:00 PM, hns [EMAIL PROTECTED] wrote:

 hi

 thanks 4 reply but can you provide me links or examples which uses Facelets
 i really can not understand perfectly with wiki about facelets

 thanks






 Matthias Wessendorf-4 wrote:

 There may be some issues with Tiles and Trinidad. At least what some
 mails say here.
 There is new version of Tiles, which you may try, but I'd go with
 Facelets instead of Tiles/JSP.

 Greetings,
 Matthias

 On Tue, Jul 29, 2008 at 10:08 AM, hns [EMAIL PROTECTED] wrote:

 hi
 can amybody provide me some help to use tiles with myface trinidad,
 i have use strtus 2 and sitemesh before , i am newbie for
 jsf,myfaces,trinidad,tiles

 can anybody provide me which code i have to write in web.xml, which jar
 files require in lib,which code requires in faces-config.xml, i have read
 out wiki but still confused and can not create simple example for tiles
 and
 trinidad

 help me
 --
 View this message in context:
 http://www.nabble.com/-Trinidad-Tiles--tp18707328p18707328.html
 Sent from the MyFaces - Users mailing list archive at Nabble.com.





 --
 Matthias Wessendorf

 further stuff:
 blog: http://matthiaswessendorf.wordpress.com/
 sessions: http://www.slideshare.net/mwessendorf
 mail: matzew-at-apache-dot-org



 --
 View this message in context: 
 http://www.nabble.com/-Trinidad-Tiles--tp18707328p18708912.html
 Sent from the MyFaces - Users mailing list archive at Nabble.com.





-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


Re: [Trinidad]Tiles?

2008-07-29 Thread hns

Thanks 
its cool but it might be harder to understand for me ,because i really dont
how to start with facelets ,because i also dont know about tiles ,i have
used only sitemesh

can you provide me some basic stuff which combine trinidad+myfaces+Facelets
only,

i really confused with all this and trying to understand starting point of
all this

i can make some basic hello and dialog example but after that i can not do
anything perfactly

help!
-- 
View this message in context: 
http://www.nabble.com/-Trinidad-Tiles--tp18707328p18711592.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad]Tiles?

2008-07-29 Thread Matthias Wessendorf
I guess you have to search for a tutorial..

On Tue, Jul 29, 2008 at 3:00 PM, hns [EMAIL PROTECTED] wrote:

 Thanks
 its cool but it might be harder to understand for me ,because i really dont
 how to start with facelets ,because i also dont know about tiles ,i have
 used only sitemesh

 can you provide me some basic stuff which combine trinidad+myfaces+Facelets
 only,

 i really confused with all this and trying to understand starting point of
 all this

 i can make some basic hello and dialog example but after that i can not do
 anything perfactly

 help!
 --
 View this message in context: 
 http://www.nabble.com/-Trinidad-Tiles--tp18707328p18711592.html
 Sent from the MyFaces - Users mailing list archive at Nabble.com.





-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org


Re: [Trinidad]Tiles?

2008-07-29 Thread hns

yes  sir

can you give better links or suggest me to start from?


-- 
View this message in context: 
http://www.nabble.com/-Trinidad-Tiles--tp18707328p18711961.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.



Re: [Trinidad]Tiles?

2008-07-29 Thread Andrew Robinson
Just google facelets.

Official documentation:
https://facelets.dev.java.net/nonav/docs/dev/docbook.html

Other resources:
http://www.jsfcentral.com/articles/facelets_1.html
http://www.ibm.com/developerworks/java/library/j-facelets/
http://www.netbeans.org/kb/55/quickstart-facelets-in-netbeans.html
http://today.java.net/pub/a/today/2006/08/29/developing-with-facelets-jsf-jsp.html

On Tue, Jul 29, 2008 at 7:18 AM, hns [EMAIL PROTECTED] wrote:

 yes  sir

 can you give better links or suggest me to start from?


 --
 View this message in context: 
 http://www.nabble.com/-Trinidad-Tiles--tp18707328p18711961.html
 Sent from the MyFaces - Users mailing list archive at Nabble.com.




Re: [Trinidad]Tiles?

2008-07-29 Thread David Paterson
Try the facesgoodies project  (http://code.google.com/p/facesgoodies/ 
).  You should be able to use that as a jump start for any 
Trinidad/Facelets project, plus your maven build.


Andrew Robinson wrote:

Just google facelets.

Official documentation:
https://facelets.dev.java.net/nonav/docs/dev/docbook.html

Other resources:
http://www.jsfcentral.com/articles/facelets_1.html
http://www.ibm.com/developerworks/java/library/j-facelets/
http://www.netbeans.org/kb/55/quickstart-facelets-in-netbeans.html
http://today.java.net/pub/a/today/2006/08/29/developing-with-facelets-jsf-jsp.html

On Tue, Jul 29, 2008 at 7:18 AM, hns [EMAIL PROTECTED] wrote:
  

yes  sir

can you give better links or suggest me to start from?


--
View this message in context: 
http://www.nabble.com/-Trinidad-Tiles--tp18707328p18711961.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.