RE: Help : Error while creating a Facelet

2012-03-14 Thread ayouB __
jars from internet (a repositry X wich i don't remember its name can't be found !!). I'm really disturbed, What should i do now, plese help me. Date: Tue, 13 Mar 2012 12:03:30 -0700 Subject: Re: Help : Error while creating a Facelet From: richard.k@gmail.com To: users@myfaces.apache.org

Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
done this by my self but it was done by eclipse itself ! when i create a new Facelet template from an XHTML file, i still having a warning saying : Multiple markers at this line - Warning: unknown attribute xmlns:f - Warning: unknown attribute xmlns:ui- Warning: unknown attribute xmlns:h

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
but it was done by eclipse itself ! when i create a new Facelet template from an XHTML file, i still having a warning saying : Multiple markers at this line - Warning: unknown attribute xmlns:f - Warning: unknown attribute xmlns:ui- Warning: unknown attribute xmlns:h Eclipse don't

RE: Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
and i have spent a lot of time so if someone had faced such problem please help ^^ CC: users@myfaces.apache.org From: richard.k@gmail.com Subject: Re: Help : Error while creating a Facelet Date: Tue, 13 Mar 2012 07:09:00 -0700 To: users@myfaces.apache.org I think you need a space

RE: Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
Pleaase HELP ! From: ayb-2...@hotmail.fr To: users@myfaces.apache.org Subject: RE: Help : Error while creating a Facelet Date: Tue, 13 Mar 2012 14:26:23 + Well i verified if i missed a space before xmlns:ui except that there's a one (it's just copy/past which delete the space

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
send the entire .xhtml file -Richard On Tue, Mar 13, 2012 at 8:58 AM, ayouB __ ayb-2...@hotmail.fr wrote: Pleaase HELP ! From: ayb-2...@hotmail.fr To: users@myfaces.apache.org Subject: RE: Help : Error while creating a Facelet Date: Tue, 13 Mar 2012 14:26:23 + Well i

Re: Help : Error while creating a Facelet

2012-03-13 Thread Leonardo Uribe
a Facelet Date: Tue, 13 Mar 2012 14:26:23 +   Well i verified if i missed a space before xmlns:ui except that there's a one (it's just copy/past which delete the space), besides i don't wanna use maven; for the moment; i need just that my application start well, i still wroking

RE: Help : Error while creating a Facelet

2012-03-13 Thread ayouB __
First of all i had read the e-book named definitive guide to apache myfaces and facelets whih give basic examples how to create a facelet template and i did like what they said in, except that when i create an html file as New Facelet template, instead of eclipse should create the new file

Re: Help : Error while creating a Facelet

2012-03-13 Thread Richard Yee
Try upgrading to Eclipse Indigo + WTP. -Richard On Tue, Mar 13, 2012 at 9:40 AM, ayouB __ ayb-2...@hotmail.fr wrote: First of all i had read the e-book named definitive guide to apache myfaces and facelets whih give basic examples how to create a facelet template and i did like what

Composition component + facelet component not render

2012-02-21 Thread MirekSz2
/ /str:modalForm In modal form I have simple impl composite:implementation composite:insertChildren / /composite:implementation Tag stre:inputText/(facelet tag) not render. When I change JSF 2 to mojarra it works What is wrong -- View this message in context: http

Re: [Trinidad] Problem running JMeter test with Trinidad/Facelet pages that contain date fields

2009-08-01 Thread Mohan Lal
://www.nabble.com/-Trinidad--Problem-running-JMeter-test-with-Trinidad-Facelet-pages-that-contain-date-fields-tp19609584p24768645.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

[Trinidad] Problem running JMeter test with Trinidad/Facelet pages that contain date fields

2008-09-22 Thread belgrave
R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469) [22/09/08 13:20:13:175 BST] 0027 SystemErr R Thanks advance for any help Jamal -- View this message in context: http://www.nabble.com/-Trinidad--Problem-running-JMeter-test-with-Trinidad-Facelet-pages-that-contain

help problem with exporterActionListner facelet

2008-09-07 Thread Ouatouch Abdeljalil
Good morning, I use the implémention sun for jsf in an application j2ee(jsf-imp,jsf-api not myfaces api) , and we are working with facelet, the problem I have is that the level of component s:exporterActionListener in connection with facelet does not always the server I see the message no tag

Re: help problem with exporterActionListner facelet

2008-09-07 Thread Cagatay Civici
Hi, exportActionListener needs a facelets tag that is not yet implemented yet. Only the jsp tag is there so this feature will fail in a facelet environment. You can file a jira issue for this. Cagatay On Sat, Sep 6, 2008 at 7:15 PM, Ouatouch Abdeljalil [EMAIL PROTECTED]wrote: Good morning

[trinidad] Facelet Template with tr:document

2008-08-03 Thread Burghard Britzke
I am developing a facelet template with a tr:document within. The html-title should vary for every use of that template. So I put the title-tag in a ui:insert within a f:facet name=metaContainer. That works well from my template-clients which use ui:define to overwrite the f:facet name

Re: [trinidad] Facelet Template with tr:document

2008-08-03 Thread Andrew Robinson
... other scripts, CSS links, etc ... /ui:define ui:param name=title value=Test Page Title / ... body to go here ... /ui:composition /body /html On Sun, Aug 3, 2008 at 1:09 AM, Burghard Britzke [EMAIL PROTECTED] wrote: I am developing a facelet template with a tr:document

Re: How to PPR-enable a facelet component?

2008-05-25 Thread Andrew Robinson
Just a quick reply from my iPod: 1) don't use a4j if you don't have to. Mixing external Ajax code with Trinidad is not recommended. 2) Use tr:panelGroupLayout to get PPR to work with as little HTML possible (although it uses a SPAN instead of a DIV for the default layout which sucks. You need to

Re: How to PPR-enable a facelet component?

2008-05-24 Thread Stephen Friedrich
I really don't meant my statement to be personal at all. It was more a general comment on Trinidad. I apologize if it sounded differently. I hesitate a lot to bring A4J into my app, because my experience is that each new technology in the stack is good for a couple of days of configuration and

Re: How to PPR-enable a facelet component?

2008-05-24 Thread Scott O'Bryan
Yeah, and like I say, maybe one of the simpler trinidad panels will do what you need. On May 24, 2008, at 1:44 AM, Stephen Friedrich [EMAIL PROTECTED] wrote: I really don't meant my statement to be personal at all. It was more a general comment on Trinidad. I apologize if it sounded

How to PPR-enable a facelet component?

2008-05-23 Thread Stephen Friedrich
I have some very specific components in my project, made using facelets and containing mostly pure html (with some ui:repeat thrown in). How am I supposed to make such a component the target of PPR? Why isn't there a simple non-rendering trinidad component for that purpose, e.g. tr:fragment

Re: How to PPR-enable a facelet component?

2008-05-23 Thread Scott O'Bryan
The reason is one of philosophy. And there has been some debate over this on the dev lists. I think Andrew has something which may be thrown into the sandbox.. however.. Trindiad renderkit works off the assumption that most of your content will be trinidad content. As such, it has PPR

Re: How to PPR-enable a facelet component?

2008-05-23 Thread Stephen Friedrich
Too bad - and a strange (or arrogant) philosophy. If there aren't any technical issues I haven't yet understood, I think such a feature/tag should be included. Why be so inflexible and malignant considering other technologies? Trinidad: All your html are belong to us? That might perhaps have

Re: How to PPR-enable a facelet component?

2008-05-23 Thread Scott O'Bryan
No need to get personal, I'm just telling you about what philosophy Trinidad has origionally taken. The idea does have some technical merit. It is very difficult to optimize/ppr content you don't own. ESPECIALLY if such content is JSF content. Trinidad didn't want to have to tackles the

Re: How to PPR-enable a facelet component?

2008-05-23 Thread Hazem Saleh
Hi Stephen, This is not an arrogant philosophy. It is simply not designed for this. IMO, Ajax4JSF can help you. Please check these articles : http://www.javabeat.net/articles/19-introduction-to-ajax4jsf-1.html http://www.jroller.com/HazemBlog/entry/the_magic_of_ajax4jsf Good Luck. On Sat, May

[tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Zied Hamdi
Hi, I've just realized that there is no example in the demo of a tc:in which triggers a partial reload. On the tld doc I've only found the js attribute 'onchange'. Is it very complex to emulate the following code with the Tobago.js lib? tc:in value=#{bank.town}

Re: [tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Volker Weber
Hi Zied, in general tc:in supports the change facet. Which tobago version 1.0.x or 1.1-SNAP? I think this is a problem of mixing inputSuggest with change facet, i never tried this, but i observed problems with adding additional eventlisteners when moving inputsuggest to dojo. Regards,

Re: [tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Helmut Swaczinna
Hi Zied, the change facet of tc:in does not work with suggestMethod. See TOBAGO-408 Regards Helmut - Original Message - From: Zied Hamdi To: MyFaces Sent: Wednesday, January 30, 2008 10:56 AM Subject: [tobago] tc:in doesn't support change facelet? Hi, I've just

Re: [tobago] tc:in doesn't support change facelet?

2008-01-30 Thread Zied Hamdi
Hi Volker, Sorry I didn't experiment a lot before sending my mail (a little because I was surprized when I didn't find that tc:in supports the change facelet in the tld doc http://myfaces.apache.org/tobago/tobago-core/tlddoc/tc/in.html) I searched issues and I found this: http://www.mail

Re: Facelet Question

2008-01-04 Thread simon
On Fri, 2008-01-04 at 19:14 +0200, Anton Gavazuk wrote: I have project based on JSF 1.1 (MyFaces), Tiles and Tomahawk (1.1.5) I think about migration to JSF 1.2 and adding some new features and somehow to move my layouts subsystem to another system. How you consider - Facelets + MYFaces

Re: Facelet Question

2008-01-04 Thread Anton Gavazuk
Simon, what you know and think about layouts in Facelets? 2008/1/4, simon [EMAIL PROTECTED]: On Fri, 2008-01-04 at 19:14 +0200, Anton Gavazuk wrote: I have project based on JSF 1.1 (MyFaces), Tiles and Tomahawk (1.1.5) I think about migration to JSF 1.2 and adding some new features and

Re: Facelet Question

2008-01-04 Thread simon
Layouts? You mean the composition stuff? I think it is very nice. It is also much like Tiles. And as you note below, you are already using tiles with JSF. I believe that recent additions to tomahawk improve tiles support in JSF even further. Note that I haven't used tiles+jsf together myself.

Re: Facelet Question

2008-01-04 Thread Anton Gavazuk
Hmm, good idea about comparison... I will try. But what I don't like in tiles - separate config, in Stripes ( action-based framework) you just define layout in one JSP and in any particular page just substitute some components in base layout - as for me very good approach, you don't have to

Re: Facelet Question

2008-01-04 Thread Matthias Wessendorf
The layout in Facelets is similar (if you got your last comment right) foo.xhtml: ui:composition xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; ... template=WEB-INF/masterLayout.xhtml ui:define name=menu blah... this overrides the menu... /ui:define

Re: Facelet Question

2008-01-04 Thread simon
On Fri, 2008-01-04 at 22:31 +0200, Anton Gavazuk wrote: Hmm, good idea about comparison... I will try. But what I don't like in tiles - separate config, in Stripes ( action-based framework) you just define layout in one JSP and in any particular page just substitute some components in base

Facelet Question

2007-12-06 Thread Carlos Adolfo Ortiz Quiros
Is Facelet worth using for a new Project or old one? I am having an old project in JSF, but don't know if facelet is the choice. If I have many pages in an old project, it is easy or hard the conversion to Facelet. CARLOS ADOLFO ORTIZ Q Ingeniero de Desarrollo TRÉBOL Software S.A. Tel

RE: Facelet Question

2007-12-06 Thread Kito D. Mann
To: MyFaces Discussion Subject: Facelet Question Is Facelet worth using for a new Project or old one? I am having an old project in JSF, but don't know if facelet is the choice. If I have many pages in an old project, it is easy or hard the conversion to Facelet. CARLOS ADOLFO ORTIZ Q

RE: Facelet Question

2007-12-06 Thread Simon Kitching
AM To: MyFaces Discussion Subject: Facelet Question Is Facelet worth using for a new Project or old one? I am having an old project in JSF, but don't know if facelet is the choice. If I have many pages in an old project, it is easy or hard the conversion to Facelet.

RE: Facelet Question

2007-12-06 Thread Carlos Adolfo Ortiz Quiros
: MyFaces Discussion Asunto: RE: Facelet Question Or just upgrade to JSF1.2 and stay with JSP. JSF1.1+Facelets is vastly superior to JSF1.1+JSP. But I don't see any major difference between JSF1.2+facelets and JSF1.2+JSP+tomahawk+tiles2 Or is there something I've missed? Regards, Simon

Re: Facelet Question

2007-12-06 Thread Matthias Wessendorf
On a related note, the JBoss plugins for Eclipse now provide autocomplete etc for Facelets pages..thanks JBoss! I think the Eclipse folks are working on that as well! Regards, Simon -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions:

RE: Facelet Question

2007-12-06 Thread simon
On Thu, 2007-12-06 at 11:38 -0500, Carlos Adolfo Ortiz Quiros wrote: Quite interesting. In which position is Tomahawk library with JSF versions? The company I work for has several applications in production right now with Myfaces1.2 + tomahawk. Why do you mention JSF1.2+facelets and

RE: Facelet Question

2007-12-06 Thread Kito D. Mann
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, December 06, 2007 3:01 PM To: MyFaces Discussion Subject: Re: Facelet Question On a related note, the JBoss plugins for Eclipse now provide autocomplete etc

Re: Facelet Question

2007-12-06 Thread Mike Kienenberger
On Dec 6, 2007 11:23 AM, Simon Kitching [EMAIL PROTECTED] wrote: But I don't see any major difference between JSF1.2+facelets and JSF1.2+JSP+tomahawk+tiles2 Or is there something I've missed? Error reporting is vastly superior when you stop using jsp. Facelets is also significantly

Re: Facelet Question

2007-12-06 Thread Luka Surija
Kito D. Mann wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, December 06, 2007 3:01 PM To: MyFaces Discussion Subject: Re: Facelet Question On a related note, the JBoss plugins for Eclipse now provide

Re: Facelet Question

2007-12-06 Thread Bruno Aranda
And IntelliJ 7 On 07/12/2007, Luka Surija [EMAIL PROTECTED] wrote: Kito D. Mann wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, December 06, 2007 3:01 PM To: MyFaces Discussion Subject: Re: Facelet

Re: Facelet and Trinidad scroll problem

2007-10-19 Thread Manfred Geiler
The MyFaces Autoscroll feature should not be influenced by facelets. It is handled by the MyFaces form and the commandButton/commandLink components alone. Sure you have the org.apache.myfaces.AUTO_SCROLL init param set to true in both configurations? --Manfred On 10/17/07, Vladimir Gorogotsky

Facelet and Trinidad scroll problem

2007-10-17 Thread Vladimir Gorogotsky
Hi. The problem is: If rendered output is too long (for example long dataTable this facet deteilStamp) and user discloses facet by clicking link at bottom the page scrolls to the top. When I use JSP pages all works fine. But when I try to use facelets this problem appears. Can anyone tell me

[Trinidad] panelaccordion / facelet ui:repeat

2007-09-26 Thread Christian Klocker
hi, the following usage of panelaccordion/faclets does not work ... nothing gets drawn inside panelaccordion. how can this be fixed or is there a work around for similar use-cases? tr:panelAccordion ui:repeat value=#{elementGroups} var=row tr:showDetailItem text=#{row.key}

MF 120 - Tomahawk 116 - Facelets - Bruno's Facelet Taglib jar (Cf MF Wiki page)

2007-09-24 Thread Wolf Benz
Hi all, Has anyone succeeded in getting t:inputCalendar to work with the above combination? It appears really nothing is rendered... Apart from the libs in mentioned in subject line, this is my page: ?xml version=1.0 encoding=UTF-8 standalone=yes ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

Eclipse facelet support

2007-08-14 Thread Philippe Lamote
Guys, One of the eclipse contributors looking at facelets support for WTP (and cosidering to ingrate it in v.201 of WTP) has asked a few quesions on the topic. Could someone with a good understanding of the inner workings of facelets have a quick look post a reply? The concerned bug is

Re: Facelet-Mapping

2007-06-23 Thread Wyder, Michael (GMX)
Thanks, it works with this mapping: servlet-mapping servlet-nameFacesServlet/servlet-name url-pattern/faces/*/url-pattern /servlet-mapping Mic. Adam Winer schrieb: For this, you can't use suffix mapping on FacesServlet. Map FacesServlet to /faces. So: servlet-mapping

Facelet-Mapping

2007-06-22 Thread Wyder, Michael (GMX)
Hi I use MyFaces, Tomahawk, but not Trinidad. I have *.jsp and *.xhmtl (Facelets) files in my project. How i make the mapping that both suffixes are supported? I want something like this: Physical file Mapped to - - page1.jsp --

Re: Facelet-Mapping

2007-06-22 Thread Adam Winer
For this, you can't use suffix mapping on FacesServlet. Map FacesServlet to /faces. So: servlet-mapping servlet-nameFacesServlet/servlet-name url-pattern/faces/url-pattern /servlet-mapping context-param param-namefacelets.VIEW_MAPPINGS/param-name param-value*.xhtml/param-value

Is it possible to use Facelet partially??? (Desactivate xhtml validation???)

2007-04-06 Thread Stephane.CLINCKART
Hi, I have to add some feature to an existing application based on JSF but that dont make use of Facelet. I should like to add my new pages but I should like to use Facelets. I tried it..; it work fine for my part… but not for the rest of application because existing application is not XHTML

Re: Is it possible to use Facelet partially??? (Desactivate xhtml validation???)

2007-04-06 Thread Cagatay Civici
You'll have more luck at [EMAIL PROTECTED]

Re: Is it possible to use Facelet partially??? (Desactivate xhtml validation???)

2007-04-06 Thread Cagatay Civici
Sorry [EMAIL PROTECTED] [EMAIL PROTECTED] On 4/6/07, Cagatay Civici [EMAIL PROTECTED] wrote: You'll have more luck at [EMAIL PROTECTED]

Re: Questions about tree2 and Facelet

2006-09-20 Thread Andrew Robinson
that i copied is from tomahawk sample code. And it really works . Maybe you mean we can't use nested facets in facelet? Thanks again for your help davy.mailing 2006-09-20 发件人: Andrew Robinson 发送时间: 2006-09-19 23:51:45 收件人: MyFaces

Re: Questions about tree2 and Facelet

2006-09-20 Thread stormspire
in facelet? Thanks again for your help davy.mailing 2006-09-20 发件人: Andrew Robinson 发送时间: 2006-09-19 23:51:45 收件人: MyFaces Discussion 抄送: 主题: Re: Questions about tree2 and Facelet Why do you have nested facets

Re: Questions about tree2 and Facelet

2006-09-19 Thread davy.mailing
uot;J030103", true)); folderNode.getChildren().add(new TreeNodeBase("document", "E030214", true)); folderNode.getChildren().add(new TreeNodeBase("document", "R020444", true)); folderNode.ge

Re: Questions about tree2 and Facelet

2006-09-19 Thread davy.mailing
Thank you very much I am still a little puzzled Thecode that i copied is from tomahawk sample code. And it really works . Maybe you mean we can't use nested facets in facelet? Thanks again for your help davy.mailing 2006-09-20 发件人: Andrew Robinson 发

Questions about tree2 and Facelet

2006-09-18 Thread davy.mailing
Dear all I am using tree2 and facelet now Who can tell me how to use tree2 in facelet and what's more a example will be better thanks in advance davy.mailing 2006-09-18

Antwort: Question about the Acegi and Facelet

2006-09-06 Thread Christoph Lassner
:15:29: Dear all I am using acegi and myfaces with the componet acegi-jsf which is on http://sourceforge.net/projects/jsf-comp/ But does somebody know how to use this component within facelet? thanks davy.mailing 2006-09-06

Re: Question about the Acegi and Facelet

2006-09-06 Thread Cagatay Civici
Hi,Acegi taglib xml looks like;?xml version=1.0? !DOCTYPE facelet-taglib PUBLIC -//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN facelet-taglib_1_0.dtd facelet-taglib namespacehttp://sourceforge.net/projects/jsf-comp/acegijsf/namespace tag tag-nameauthorize/tag-name component

facelet template

2006-07-21 Thread Martin Beránek
Hi, is any way, how in template page detect if ui:define name=xxx.../ui:define is defined and then generate some code? can I use c:if in some way? -- Martin Beránek http://www.i.cz smime.p7s Description: S/MIME Cryptographic Signature

Re: facelet template

2006-07-21 Thread ::SammyRulez::
I think writing code in the template would be ok and used only as default if the page do not define xxx. Personaly I would make 2 template and use the right one in each page. 2006/7/21, Martin Beránek [EMAIL PROTECTED]: Hi, is any way, how in template page detect if ui:define

Re: facelet template

2006-07-21 Thread Martin Beránek
ok, may be I discover something better because many templates that are wery similar ::SammyRulez:: wrote: I think writing code in the template would be ok and used only as default if the page do not define xxx. Personaly I would make 2 template and use the right one in each page.

Output Html-Text in Facelet

2006-06-26 Thread Chen, Wei
Title: Output Html-Text in Facelet Hi all, asummed I have the following html-text/code as a string: ... tr tdname-1/tdtdval-1/td tdname-2/tdtdval-2/td ... tdname-n/tdtdval-n/td /tr What a tag should I use to print it out? (surely without the html-tags) Regards

Re: Output Html-Text in Facelet

2006-06-26 Thread Gilles DEMARTY
You can use the t:panelgrid to rendre that kind of display if n is constant. otherwise, you can use the t:dataList if n vary. 2006/6/26, Chen, Wei [EMAIL PROTECTED]: Hi all, asummed I have the following html-text/code as a string: ... tr tdname-1/tdtdval-1/td tdname-2/tdtdval-2/td ...

AW: Output Html-Text in Facelet

2006-06-26 Thread Chen, Wei
with html-tags in run-time and print it out in html format. -Ursprüngliche Nachricht- Von: Gilles DEMARTY [mailto:[EMAIL PROTECTED] Gesendet: Montag, 26. Juni 2006 14:01 An: MyFaces Discussion Betreff: Re: Output Html-Text in Facelet You can use the t:panelgrid to rendre that kind

How to print out html-string by Facelet?

2006-06-26 Thread Chen, Wei
Hi all, Formerly I use myfaces and can use self-defined jsp-tag to handle html-string. Now I use facelet and it seems facelet is not compatible with jsp. Who knows how can I handle the html-string as using the jsp-tag? Regards

Re: Using Tobago with facelet?

2006-04-04 Thread Andrew Robinson
In regards to the It is not possible to combine tobago with other jsf tag libraries, is there any movement for getting Tobago to be just a component library so that it can be used alongside of Tomahawk and other component libraries (like ADF when it is part of MyFaces for example)? Tobago looks

Re: Facelet and JSF View handler together

2006-04-02 Thread kyphung
AM org.apache.catalina.startup.Catalina start INFO: Server startup in 18963 ms -- View this message in context: http://www.nabble.com/Facelet-and-JSF-View-handler-together-t1343779.html#a3719236 Sent from the MyFaces - Users forum at Nabble.com.

Re: Facelet and JSF View handler together

2006-04-01 Thread kyphung
Thank for showing me. I will try again, but if you have any exsample, give me please. regrads -- View this message in context: http://www.nabble.com/Facelet-and-JSF-View-handler-together-t1343779.html#a3702045 Sent from the MyFaces - Users forum at Nabble.com.

Re: Facelet and JSF View handler together

2006-04-01 Thread Murat Hazer
for showing me. I will try again, but if you have any exsample, give me please.regrads--View this message in context: http://www.nabble.com/Facelet-and-JSF-View-handler-together-t1343779.html#a3702045 Sent from the MyFaces - Users forum at Nabble.com.-- Murat HAZERElektrik-Elektronik Mühendisi

Re: Facelet and JSF View handler together

2006-03-31 Thread kyphung
Please show me particular. I get a problem about using JSPViewHandler and FaceletViewHandler together Please.Please.Please.Please.Please.Please. -- View this message in context: http://www.nabble.com/Facelet-and-JSF-View-handler-together-t1343779.html#a3700337 Sent from the MyFaces - Users forum

Re: Facelet and JSF View handler together

2006-03-31 Thread Murat Hazer
web.xml configuration!-- Facelets paramaters-- context-param param-namefacelets.VIEW_MAPPINGS/param-name param-value*.xhtml/param-value /context-param context-param param-namefacelets.DEVELOPMENT/param-name param-valuetrue/param-value /context-param context-param

Re: Facelet and JSF View handler together

2006-03-31 Thread Murat Hazer
sent in the previous post to web.xml to have facelet support.regardsOn 4/1/06, kyphung [EMAIL PROTECTED] wrote: Dear sir,this is my web.xml-web.xml?xml version='1.0' encoding='UTF-8'?!DOCTYPE faces-config PUBLIC-//Sun Microsystems

Facelet and JSF View handler together

2006-03-25 Thread Murat Hazer
Hi, I am on a project which is not using facelets right now and i want to migrate the project to facelets in time. So i wanna ask that is it possible that using myfaces JSPViewHandler and FaceletViewHandler together? (some pages Facelets and others are JSP). -- Murat HAZERElektrik-Elektronik

jenia popup and facelet problem

2006-03-14 Thread Arash Bijanzadeh
I am trying to use a jenia popup in my Facelet application but getting this error:javax.el.ELException: /neAdd.xhtml: Bean: $Proxy174, property: goPopupmy page is : neAdd.xhtml :...jp:popupFrame scrolling=yes height=450px width=550px actionOpen=#{neLogic.goPopup} center=true actionClose

Re: Can not run Facelet on weblogic 9

2006-02-27 Thread Adam Brod
Subject Re: Can not run Facelet on weblogic 9 Hi Adam, Now I follow the My faces installation guides to setup facelet, But the problem is the same. Exception show as following: 2006-2-25 下午01时27分40秒 CST Error HTTP BEA-101017 [weblogic.servlet. [EMAIL PROTECTED] - name

Can not run Facelet on weblogic 9

2006-02-24 Thread Anthony Hong
Hi all, I downloaded the latest Facelet 1.0.11 and use it to learn facelet as a view of JSF. I put all libaries under %facelet_bundle%/lib into my web-inf/lib and jsf-facelet into web-inf/lib. I go through as facelet document section 1 example number guess But at weblogic startup time I saw

Re: Where to get facelet xsd defintions

2006-02-24 Thread Adam Brod
to get facelet xsd defintions I saw namespace like this in facelet example, but I can not get its element definition, xmlns:ui=http://java.sun.com/jsf/facelets Where can I get this dtd or xsd -- Anthony Hong

Re: Can not run Facelet on weblogic 9

2006-02-24 Thread Adam Brod
cc Subject Can not run Facelet on weblogic 9 Hi all, I downloaded the latest Facelet 1.0.11 and use it to learn facelet as a view of JSF. I put all libaries under %facelet_bundle%/lib into my web-inf/lib and jsf-facelet into web-inf/lib. I go through as facelet document section 1

facelet-taglib for Shale commonsValidator? + general facelet-taglib autocreation

2006-02-24 Thread Rogers Reilly
Is there a file floating around out there to use Shale validators (and tags in general) in Facelets? I couldn't find one anywhere on the web. I think I've also seen a Facelets utility somewhere around Sourceforge that auto-creates the facelet-taglib's- does anyone have experience

Re: Can not run Facelet on weblogic 9

2006-02-24 Thread Anthony Hong
Hi Adam, Now I follow the My faces installation guides to setup facelet, But the problem is the same. Exception show as following: 2006-2-25 下午01时27分40秒 CST Error HTTP BEA-101017 [weblogic.servlet. [EMAIL PROTECTED] - name: 'webapp', context-path: '/webapp'] Root cause of ServletException

Where to get facelet xsd defintions

2006-02-23 Thread Anthony Hong
I saw namespace like this in facelet example, but I can not get its element definition, xmlns:ui=http://java.sun.com/jsf/facelets; Where can I get this dtd or xsd -- Anthony Hong

Re: Using Tobago with facelet?

2006-02-10 Thread Volker Weber
Hi Thomas, tobago has no Stylesheet tag. Did you use any non tobago tags? The debug output looks like you are using the stylesheet tag from tomahawk. It is not possible to combine tobago with other jsf tag libraries. Tobago has also a style tag, try this one. Regards, Volker Thomas Gaudin

Re: Using Tobago with facelet?

2006-02-09 Thread Thomas Gaudin
Hi, Arvid, I am trying to reach the same point than you but I am having problems. I built and deployed the example demo and it works great but when I try to insert a sample in my facelet web application (even the simplest hello world example) I keep getting : [benevole.info] ERROR [http-80

Re: Using Tobago with facelet?

2006-02-09 Thread Arvid Hülsebus
: Hi, Arvid, I am trying to reach the same point than you but I am having problems. I built and deployed the example demo and it works great but when I try to insert a sample in my facelet web application (even the simplest hello world example) I keep getting : [benevole.info] ERROR [http-80

Re: Using Tobago with facelet?

2006-02-09 Thread Arvid Hülsebus
and it works great but when I try to insert a sample in my facelet web application (even the simplest hello world example) I keep getting : [benevole.info] ERROR [http-80-Processor24] ResourceManagerImpl.getPaths(323) | Path not found, and no fallback. Using empty string. mainDirs = '[org/apache

Re: Using Tobago with facelet?

2006-02-08 Thread Volker Weber
This looks like the coulums attribute of tc:gridlayout is lost, the resulting output is exact as exected if no columns is set. Arvid Hülsebus wrote: Hello! Here is a short description of my findings before I go to bed: I started to write a Facelets taglib for some of the Tobago core tags:

Re: Using Tobago with facelet?

2006-02-08 Thread Mike Kienenberger
Ok. I see now that you're using ComponentUtil.getStringAttribute(this, ATTR_COLUMNS); and using a generic attribute. So, really, it's just the naming typo. The JSP taghandler converts columns to colunms, but in facelets, the value is being set as columns directly. So you should be able to

Re: Using Tobago with facelet?

2006-02-08 Thread Volker Weber
Just fixed in svn, thanks for finding this. BTW the private void setColumns(int columns) {... is in inner class Row, so this makes no problem. Regards, Volker Mike Kienenberger wrote: Ok. I see now that you're using ComponentUtil.getStringAttribute(this, ATTR_COLUMNS); and using a

Re: Using Tobago with facelet?

2006-02-08 Thread Arvid Hülsebus
Yes, thanks a lot! I just came home from work and updated the example. Now the gridLayout works: But I still get this warning: 08.02.2006 23:33:16 com.sun.facelets.tag.jsf.ComponentRule warnAttr WARNUNG: /helloWorld.xml @10,43 columns="fixed;*" Property 'columns' is not on type:

Using Tobago with facelet?

2006-02-07 Thread Thomas Gaudin
Hi, I am wondering wether it is possible to use some tobago components with facelet like : http://tobago.atanion.net/tobago-example-demo/faces/overview/layout.jsp or http://tobago.atanion.net/tobago-example-demo/faces/overview/sheetControl.jsp Did anybody integrate them already? Any hints

Re: Using Tobago with facelet?

2006-02-07 Thread Mike Kienenberger
about facelets or JSF when I started :) On 2/7/06, Thomas Gaudin [EMAIL PROTECTED] wrote: Hi, I am wondering wether it is possible to use some tobago components with facelet like : http://tobago.atanion.net/tobago-example-demo/faces/overview/layout.jsp or http://tobago.atanion.net/tobago

Re: Using Tobago with facelet?

2006-02-07 Thread Arvid Hülsebus
components with facelet like : http://tobago.atanion.net/tobago-example-demo/faces/overview/layout.jsp or http://tobago.atanion.net/tobago-example-demo/faces/overview/sheetControl.jsp Did anybody integrate them already? Any hints are warmly welcome. Is there a tobago mailing list by the way? Thanks

Re: Using Tobago with facelet?

2006-02-07 Thread Arvid Hülsebus
Hello! Here is a short description of my findings before I go to bed: I started to write a Facelets taglib for some of the Tobago core tags: page, out, gridLayout, panel, label and in. A simple XML file like this f:view xmlns:f="http://java.sun.com/jsf/core"

Re: facelet

2005-12-06 Thread Udo Schnurpfeil
I think it is not possible to combine tobago with facelets. I haven't used facelets, but I think facelets are based on HTML-designed JSP source code. Tobago on the other side abstracts from HTML. There are no HTML-Tags in the JSP source code. There are only abstract tags. The Renderkit

Re: facelet

2005-12-05 Thread Mike Kienenberger
There's quite a few people using this framework. Which license issue are you needing to solve? As I recall, tobago is just using a different renderkit. I don't think there would be any issues using it with facelets. You'd just need to set up a facelets taglib.xml file for it, but that's

facelet

2005-12-03 Thread Arash Bijanzadeh
Hi, I would like to here any advise regarding to facelets. Did anybody used this framework? What is the situation? How could license issue be solved? Is there the possibility to combine tobago and facelets? Thanks in advance-- from debian manifesto:Debian Linux is a brand-new kind of Linux

  1   2   >