t:validateRegExpr gives NoSuchMethodException with Facelets

2012-06-02 Thread M. Huber
Hi! I am using MyFaces Tomahawk 1.1.15 on Mojarra JSF 1.2 Impl with Facelets 1.1.11. Almost everything seems fine but when I use t:validateRegExpr I get: java.lang.NoSuchMethodException: org.apache.myfaces.validator.ValidatorBaseTagHandler.init(com.sun.facelets.tag.TagConfig

Re: t:validateRegExpr gives NoSuchMethodException with Facelets

2012-06-02 Thread Mike Kienenberger
I use Facelets 1.1.14 with tomahawk 1.19 and Myfaces 1.2.9 right now. One thing you should make sure is that you are using the JSF 1.2 version of Tomahawk. Also 1.1.15 is pretty old -- I would upgrade to the latest tomahawk version. On Sat, Jun 2, 2012 at 2:59 AM, M. Huber d...@gmx.de wrote

Re: t:validateRegExpr gives NoSuchMethodException with Facelets

2012-06-02 Thread M. Huber
Sorry, there were two errors in my request: First, I am actually using tomahawk12-1.1.13 which is the latest release for JSF 1.2 on the Tomahawk download page as of now. Second ValidatorBaseTagHandler defines a constructor with parameter type ValidatorConfig and not TagConfig. Maybe, Facelets

Help : Eclipse doesn't recognize facelets components

2012-03-21 Thread ayouB __
Hi every body, I'm working now on a web project using MyFaces2.1.6(Facelets)/RichFaces4, i'm surprised of a thing which is : I have imported an existing web project from my desktop to my Eclipse Helios IDE, when i deployed it, it works noramlly without any interruption but when i open any

Re: Help : Eclipse doesn't recognize facelets components

2012-03-21 Thread Robert Maier
Hi there, have you enabled the JSF Facet in your eclipse project settings? (Right click on project - settings - project facets) Regards, Robert On 03/21/2012 04:25 PM, ayouB __ wrote: Hi every body, I'm working now on a web project using MyFaces2.1.6(Facelets)/RichFaces4, i'm surprised

RE: Help : Eclipse doesn't recognize facelets components

2012-03-21 Thread ayouB __
Hi, Yes i did it but i still having the same problem !!

RE: Help : Eclipse doesn't recognize facelets components

2012-03-21 Thread ayouB __
I still waiting for your replies and your suggestions, plese HELP ME

Re: Help : Eclipse doesn't recognize facelets components

2012-03-21 Thread Michael Kurz
You could try to install JBoss Tools, this normally makes working with Eclipse a bit easier. Regards Michael Am 21.03.2012 17:55, schrieb ayouB __: I still waiting for your replies and your suggestions, plese HELP ME

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-15 Thread Werner Punz
Am 15.03.12 01:33, schrieb Guy Rouillier: On 3/14/2012 12:47 PM, ayouB __ wrote: Hello every one, I have sent a mail before that one where i explained problems i faced while configuring the developpement environnement, unfortunately that let me no where i spent a lot of time trying to find a

how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread ayouB __
Hello every one, I have sent a mail before that one where i explained problems i faced while configuring the developpement environnement, unfortunately that let me no where i spent a lot of time trying to find a solution but i didn't anyway thank you all for your replies and your

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread Mark Struberg
, March 14, 2012 5:47 PM Subject: how to build a JSF 2.0 (MyFaces/Facelets) Project Hello every one, I have sent a mail before that one where i explained problems i faced while configuring the developpement environnement, unfortunately that let me no where i spent a lot of time trying

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread José Luis Cetina
-helloworld20-owb LieGrue, strub - Original Message - From: ayouB __ ayb-2...@hotmail.fr To: users@myfaces.apache.org Cc: Sent: Wednesday, March 14, 2012 5:47 PM Subject: how to build a JSF 2.0 (MyFaces/Facelets) Project Hello every one, I have sent a mail before

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread Leonardo Uribe
- From: ayouB __ ayb-2...@hotmail.fr To: users@myfaces.apache.org Cc: Sent: Wednesday, March 14, 2012 5:47 PM Subject: how to build a JSF 2.0 (MyFaces/Facelets) Project Hello every one, I have sent a mail before that one where i explained problems i faced while configuring

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread Werner Punz
Subject: how to build a JSF 2.0 (MyFaces/Facelets) Project Hello every one, I have sent a mail before that one where i explained problems i faced while configuring the developpement environnement, unfortunately that let me no where i spent a lot of time trying to find a solution but i didn't

Re: how to build a JSF 2.0 (MyFaces/Facelets) Project

2012-03-14 Thread Guy Rouillier
On 3/14/2012 12:47 PM, ayouB __ wrote: Hello every one, I have sent a mail before that one where i explained problems i faced while configuring the developpement environnement, unfortunately that let me no where i spent a lot of time trying to find a solution but i didn't anyway thank you

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-26 Thread Kokavecz András
release this supposed to appear? Thanks, Andrew Kokavecz Budapest, Hungary Nextent Informatics 2011/7/25 Max Starets max.star...@oracle.com ** Hey Andrew, The problem is that the Facelets engine does not know it is dealing with a MethodExpression. One way to fix it would be to override

[Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-25 Thread Kokavecz András
Hi, I'm trying to user Trinidad charts and I have problems with th chartDrillDown listener and also with the binding of the chart component to an UIComponent. 1.) If I use a JSPX page with jsp:root and f:view tags, so withOUT Facelets it all works fine...the chartDrillDown fires up. 2

Re: [Trinidad] Trinidad 2.0.0 chart tag with Facelets and component binding

2011-07-25 Thread Max Starets
Hey Andrew, The problem is that the Facelets engine does not know it is dealing with a MethodExpression. One way to fix it would be to override createMetaRuleset() in the newly created chart tag along these lines: protected MetaRuleset createMetaRuleset(Class type) { MetaRuleset m

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Luka Surija
TRINIDAD-2107. I haven't been able to take a look at it yet unfortunately, but will do so this week. Were there other problems? Max On 7/17/2011 6:23 PM, Luka Surija wrote: Welcome to the club, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Scott O'Bryan
problems? Max On 7/17/2011 6:23 PM, Luka Surija wrote: Welcome to the club, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Max Starets
, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something more complicated then Hello World application without big

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Scott O'Bryan
of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something more complicated then Hello World application without big success. My heavy

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Luka Surija
. Were there other problems? Max On 7/17/2011 6:23 PM, Luka Surija wrote: Welcome to the club, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Max Starets
, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something more complicated then Hello World application without big

Re: Trinidad2/JSF2/Facelets

2011-07-20 Thread Scott O'Bryan
of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something more complicated then Hello World application without big success. My heavy

Re: tr:document with facelets/jsf2

2011-07-19 Thread Andrew Robinson
; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:tr=http://myfaces.apache.org/trinidad; xmlns:trh=http://myfaces.apache.org/trinidad/html; xmlns:c=http://java.sun.com/jsp/jstl/core; f:view tr:document title=title h:form usesUpload=true id

Re: Trinidad2/JSF2/Facelets

2011-07-19 Thread Max Starets
TRINIDAD-2107. I haven't been able to take a look at it yet unfortunately, but will do so this week. Were there other problems? Max On 7/17/2011 6:23 PM, Luka Surija wrote: Welcome to the club, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After

Re: tr:document with facelets/jsf2

2011-07-19 Thread Manuel Hartl
Hi , i am confused, but you seem to be right. i setup a new project with a cleaner classpath with only jsf2/facelets/trinidad setup and it worked. i have to search for the issue on our project setup then.. and i still have no explanation for the (now vanished) viewstate serialization problems

Re: Trinidad2/JSF2/Facelets

2011-07-18 Thread Martin Koci
Hi, can you post please content of faces-config.xml and trindiad-config.xml? Also please list all libraries deployed with your application; or ideally provide simple complete project to reproduce your problem. that anyone is using trinidad2 (with facelets) really... I am using it - but I use

Re: Trinidad2/JSF2/Facelets

2011-07-18 Thread Max Starets
+ Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something more complicated then Hello World application without big success. My heavy and painful decision (now I have to rewrite all

Re: Trinidad2/JSF2/Facelets

2011-07-18 Thread Max Starets
Manuel, Could you log a JIRA issue for this problem? Max On 7/16/2011 9:11 PM, Manuel Hartl wrote: Hi list, my rearch to get trinidad2 with facelets working gets more confusing.. the following was tested with mojarra 2.0.2-b10 and 2.0.6 trinidad-2.0.0 and trinidad-2.0.1-SNAPSHOT (executed

Re: Trinidad2/JSF2/Facelets

2011-07-17 Thread Luka Surija
Welcome to the club, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something more complicated then Hello World

Re: Trinidad2/JSF2/Facelets

2011-07-17 Thread Scott O'Bryan
, Luka Surija l...@iytim.hr wrote: Welcome to the club, something in development of this combination Trinidad 2 + Facelets + JSF2 went terribly wrong. After couple of years using Trinidad 1.2 + JSF 1.2 + Facelets in big enterprise applications, I've spent more then a MONTH to make something

Trinidad2/JSF2/Facelets

2011-07-16 Thread Manuel Hartl
Hi list, my rearch to get trinidad2 with facelets working gets more confusing.. the following was tested with mojarra 2.0.2-b10 and 2.0.6 trinidad-2.0.0 and trinidad-2.0.1-SNAPSHOT (executed von 17th of July) web.xml-parameters: context-param param

Re: tr:document with facelets/jsf2

2011-07-15 Thread Manuel Hartl
; xmlns:f=http://java.sun.com/jsf/core; xmlns:h=http://java.sun.com/jsf/html; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:tr=http://myfaces.apache.org/trinidad; xmlns:trh=http://myfaces.apache.org/trinidad/html; xmlns:c=http://java.sun.com/jsp/jstl/core

Re: tr:document with facelets/jsf2

2011-07-15 Thread Manuel Hartl
; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:tr=http://myfaces.apache.org/trinidad; xmlns:trh=http://myfaces.apache.org/trinidad/html; xmlns:c=http://java.sun.com/jsp/jstl/core; f:view tr:document title=title h:form usesUpload=true id=globalForm

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
can i somehow is there an example how to configure the webapp for trinidad2/jsf2/facelets? (web.xml, faces-config.xml, ...) Regards, Manuel. Wow.. It looks like I really DO need a new release. :). I was waiting for thing to stabilize and then got tied up.. Manuel, it looks like you

Re: tr:document with facelets/jsf2

2011-07-14 Thread Andrew Robinson
Yes, you can have a look at the demo. It is running facelets and JSPX and is on JSF 2. https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo web.xml: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo/src/main/webapp/WEB-INF

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
Hi Andrew, so i think my configuration is correct (as there is not really much needed). Do i need to use jspx? i think i will generate a minimal demo page and post it here for review. Regards, Manuel. Yes, you can have a look at the demo. It is running facelets and JSPX and is on JSF 2

Re: tr:document with facelets/jsf2

2011-07-14 Thread Manuel Hartl
://java.sun.com/jsf/core; xmlns:h=http://java.sun.com/jsf/html; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:tr=http://myfaces.apache.org/trinidad; xmlns:trh=http://myfaces.apache.org/trinidad/html; xmlns:c=http://java.sun.com/jsp/jstl/core; f:view

Re: tr:document with facelets/jsf2

2011-07-14 Thread Scott O'Bryan
think i will generate a minimal demo page and post it here for review. Regards, Manuel. Yes, you can have a look at the demo. It is running facelets and JSPX and is on JSF 2. https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad-examples/trinidad-demo web.xml: https

tr:document with facelets/jsf2

2011-07-13 Thread Manuel Hartl
Hi Trinidad-Team, I am trying to use Trinidad2 with Facelets(JSF2). Should this be possible? e.g. the tag tr:document seems not to be rendered. Is this a configuration problem or is is the document tag not usable with Facelets? Regards, Manuel. -- Dipl. Inform. Manuel Hartl Software

Re: tr:document with facelets/jsf2

2011-07-13 Thread Scott O'Bryan
It should work just fine. We've supported faceless for some time and JSF20 should be fully functional. What version of Trin are you using? Sent from my iPad On Jul 13, 2011, at 4:22 PM, Manuel Hartl ha...@flexsecure.de wrote: Hi Trinidad-Team, I am trying to use Trinidad2 with Facelets

Re: tr:document with facelets/jsf2

2011-07-13 Thread Manuel Hartl
work just fine. We've supported faceless for some time and JSF20 should be fully functional. What version of Trin are you using? Sent from my iPad On Jul 13, 2011, at 4:22 PM, Manuel Hartl ha...@flexsecure.de wrote: Hi Trinidad-Team, I am trying to use Trinidad2 with Facelets(JSF2

Re: tr:document with facelets/jsf2

2011-07-13 Thread Scott O'Bryan
Trinidad2 with Facelets(JSF2). Should this be possible? e.g. the tag tr:document seems not to be rendered. Is this a configuration problem or is is the document tag not usable with Facelets? Regards, Manuel. -- Dipl. Inform. Manuel Hartl Software Architect FlexSecure GmbH Industriestr

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Jakob Korherr
Hi, Please check your Tomcat log for the Exception report. There should be a message why it could not invoke MyFaces' startup listener (SEVERE: Error listenerStart). Regards, Jakob 2011/4/25 Fahmi Hachicha fahmi.hachi...@gmail.com: Hello, I am starting using Facelets. I prepare a simple

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Fahmi Hachicha
java.lang.NoClassDefFoundError: org/apache/myfaces/renderkit/html/HtmlResponseWriterImpl I have change the JSF jars to use JSF 1.2 RI (Mojarra 1.2.15) and I eliminate all listners in web.xml, the webapp starts but the templates are not functional. (this seem to be as if facelets tags are not working

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Jakob Korherr
, the webapp starts but the templates are not functional. (this seem to be as if facelets tags are not working (or in action). Regards Fahmi 2011/4/27 Jakob Korherr jakob.korh...@gmail.com Hi, Please check your Tomcat log for the Exception report. There should be a message why it could

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Fahmi Hachicha
Hello, I have looked at MyFaces 1.1.3 and 1.1.9, neither one have the org/apache/myfaces/renderkit/html/HtmlResponseWriterImpl With MyFaces -1.1.0 which has this class, it works after I add the commons-el-1.0.jar which was needed. But, the template was not loaded and It seems like the Facelets

Facelets webapp can't start on Tomcat 6.0.32

2011-04-25 Thread Fahmi Hachicha
Hello, I am starting using Facelets. I prepare a simple webapp from a tutorial, when deploying the webapp, Tomcat 6.0.32 can't start the webapp and reports : INFO: Deploying web application archive FaceletTest1.war 25 avr. 2011 18:53:08 org.apache.catalina.core.StandardContext start SEVERE

Trinidad 2.0/JSF2.0/Facelets - Issues with ViewHandler I think

2011-01-25 Thread Catherine Rocchio
Hi there, We are new to using JSF/Facelets etc (of course!) and we are having a very frustrating problem With: MyFaces 2.0, Trinidad 2.0 Alpha, and Facelets. Generally, my question is this: How should the ViewHandler be defined for Facelets to work with Trinidad tags? An entry in web.xml

Re: Trinidad 2.0/JSF2.0/Facelets - Issues with ViewHandler I think

2011-01-25 Thread MAX STARETS
Hi Catherine, You do not need to have an entry for ALTERNATE_VIEW_HANDLER with Trinidad 2.0. You are getting the error because Trinidad is not yet compatible with partial state saving in JSF 2.0. Since partial state saving is enabled by default when Facelets are used, you need to explicitly

RE: Trinidad 2.0/JSF2.0/Facelets - Issues with ViewHandler I think

2011-01-25 Thread Catherine Rocchio
Thank you SO MUCH Max. That was a perfect explanation and completely solved my problem! -Original Message- From: MAX STARETS [mailto:max.star...@oracle.com] Sent: Tuesday, January 25, 2011 5:31 PM To: MyFaces Discussion Cc: Catherine Rocchio Subject: Re: Trinidad 2.0/JSF2.0/Facelets

Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Henrik Troeng
] [2011-01-01 12:43:34:366 CET] 003d webapp I com.ibm.ws.webcontainer.webapp.WebApp log SRVE0292I: Servlet Message - [EARProject#Myportlet.war]:.No Renderer found for component {Component-Path : [Class: javax.portlet.faces.component.PortletNamingContainerUIViewRoot, ViewId: /com/mycompany/facelets

Re: Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Rudy De Busscher
com.ibm.ws.webcontainer.webapp.WebApp log SRVE0292I: Servlet Message - [EARProject#Myportlet.war]:.No Renderer found for component {Component-Path : [Class: javax.portlet.faces.component.PortletNamingContainerUIViewRoot, ViewId: /com/mycompany/facelets/modifyAccount.xhtml] [Class

Re: Custom ui-components, facelets, WARN: No Renderer found for component

2011-01-17 Thread Henrik Troeng
: [Class: javax.portlet.faces.component.PortletNamingContainerUIViewRoot, ViewId: /com/mycompany/facelets/modifyAccount.xhtml] [Class: javax.faces.component.html.HtmlForm,Id: updateForm] [Class: com.mycompany.jsf.component.MyInputTextComponent,Id: updateMobilePhoneNumber]} (component-family

MyFaces 1.2 : AddResource and Facelets

2010-12-09 Thread Matthieu
Hello, I've created my own ResourceHandler and Loader in order to automatically add my CSS / JScripts when necessary, and since i've added facelets support, the CSS wont load. I'm guessing it's because HEAD and BODY tags are in the template rather than in the page my component

Re: Coercion + EL + Facelets

2010-12-08 Thread Jakob Korherr
Hi, 1) Yes, it really changed from JSF 1.1 to 1.2, because of the introduction of the unified EL. 2) Nope, but you can use a custom EL impl which lets you customize the coercion rules, like e.g. juel [1] and its TypeConverter 3) Agreed! Regards, Jakob [1] http://juel.sourceforge.net/ 2010/12/7

Coercion + EL + Facelets

2010-12-07 Thread Walter Mourão
Hi folks, I'm patching some applications regarding the change in the coercion rules of EL (null goes to zero if the destination is an Integer) and I have some questions to discuss. 1 - Does it really changed in JSF 1.2 or Tomcat had a wrong behavior ? 2 - Do you think (or know) the specification

Re: [jira] Commented: (TRINIDAD-1922) In Facelets, Partial Refreshing tr:inputText Not Working

2010-09-30 Thread wolfgang . toepfer
Hi, Regarding 1.2.13 we noticed failure problems with inputText when using its partialTriggers attribute i.e. the refresh is not working. So I was wondering whether this problem in 2.x is somehow inherited from the recent 1.2.x line? Any ideas? Thanks, Wolfgang. PTA Programmier-Technische

Re: Fw:a question for facelets validate

2010-09-02 Thread Mike Kienenberger
-//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; xmlns:t=http://myfaces.apache.org

Re: MyFaces JSF-Portlet Bridge and Facelets

2010-07-02 Thread Rossen Stoyanchev
Thanks for your response. I have not had a chance to look at the Facelets example in trunk yet and compare that to my code but it's good to know it's there. I'll report back once I have some results. Rossen On 06/17/2010 11:01 AM, Michael Freedman wrote: So I tried running the (new

AW: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-23 Thread Leis, Matthias - SID-NLKM
I got my view rendered :) Thanks to a reader of the mailing list! Problem was: I had PrimeFaces for JSF 1.2 on my classpath (because this works with external facelets). When switching to internal faceletes, I had to replace it with PrimeFaces for JSF 2. This could also happen with RichFaces

AW: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-18 Thread Leis, Matthias - SID-NLKM
Hi Simon, I set a breakpoint before the RENDER_RESPONSE phase and inspected FacesContext.context.currentView.viewRoot. The property childrenList is null. But it's also null if I use external facelets (where everything works fine). So I guess I'm not inspecting the right object. So my (propably

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-18 Thread Simon Lessard
Hi, No, you're inspecting the right object. However, with JSF 2.0's Facelets integration, the children list should not be null at that point, it should be automatically populated by the createView method that gets called either during restore view (for first access), after apply request values

Re: MyFaces JSF-Portlet Bridge and Facelets

2010-06-18 Thread Scott O'Bryan
The versions for the bridge code should be 2.0.0-alpha-2, should they not? Trunk will be 2.0.0-snapshot. On 06/17/2010 11:01 AM, Michael Freedman wrote: So I tried running the (new) facelets example that is part of the bridge project using MyFaces 1.2.2 on Jetty/Pluto and all worked

AW: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-17 Thread Leis, Matthias - SID-NLKM
-return-56838-matthias.leis=sid.sachsen...@myfaces.apache.org [mailto:users-return-56838-matthias.leis=sid.sachsen...@myfaces.apache.org] Im Auftrag von Simon Lessard Gesendet: Mittwoch, 16. Juni 2010 20:03 An: MyFaces Discussion Betreff: Re: MyFaces 2.0.0 - removing facelets results in blank page Hi

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-17 Thread Simon Lessard
: users-return-56838-matthias.leis=sid.sachsen...@myfaces.apache.org] Im Auftrag von Simon Lessard Gesendet: Mittwoch, 16. Juni 2010 20:03 An: MyFaces Discussion Betreff: Re: MyFaces 2.0.0 - removing facelets results in blank page Hi, Try setting the breakpoint in createView. Facelets differs

Re: MyFaces JSF-Portlet Bridge and Facelets

2010-06-17 Thread Michael Freedman
So I tried running the (new) facelets example that is part of the bridge project using MyFaces 1.2.2 on Jetty/Pluto and all worked as expected. I was verifying the portlet 1.0 bridge version NOT the portlet 2.0 bridge version -- but the examples are the same. Did you get a chance to try

MyFaces 2.0.0 - removing facelets results in blank page

2010-06-16 Thread Leis, Matthias - SID-NLKM
Hi! I am using MyFaces 2.0.0. Today I noticed, that jsf-facelets.jar was still in my libs, so I removed it. I also removed the corresponding view-handler configuration in faces-config.xml. Now I am getting a blank page whenever I try to access my application. I think two DEBUG-Messages could

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-16 Thread Jakob Korherr
Hi, I guess you are using Spring, right? Maybe there is some Spring configuration messing with the JSF 2.0 ViewHandler. Or did you disable the JSF 2.0 facelets support via javax.faces.DISABLE_FACELET_JSF_VIEWHANDLER? If not, you could try to find out which ViewHandler your application really

AW: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-16 Thread Leis, Matthias - SID-NLKM
Korherr Gesendet: Mittwoch, 16. Juni 2010 14:33 An: MyFaces Discussion Betreff: Re: MyFaces 2.0.0 - removing facelets results in blank page Hi, I guess you are using Spring, right? Maybe there is some Spring configuration messing with the JSF 2.0 ViewHandler. Or did you disable the JSF 2.0

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-16 Thread Simon Lessard
Hi, Try setting the breakpoint in createView. Facelets differs from JSP at VDL level by loading the view in the createView method, not renderView. If renderView pushes nothing on the client, it should be because the component tree is empty. You could add a PhaseListener to your application

Re: MyFaces JSF-Portlet Bridge and Facelets

2010-06-15 Thread Rossen Stoyanchev
, 2.0.2-alpha-2 I will try the code in trunk as well. I'm pretty sure I'm not using anything related to MyFaces 1.1. Rossen -- Re: MyFaces JSF-Portlet Bridge and Facelets Michael Freedman Thu, 10 Jun 2010 08:06:17 -0700 What bridge are you using? It sounds like the myfaces bridge

Re: MyFaces JSF-Portlet Bridge and Facelets

2010-06-15 Thread Michael Freedman
someone needs it if (mViewId == null) { determineView(true); } return mServletPath; } By the way, the 2.0 trunk now contains a facelets example so you might start with that. I am not sure I have verified this example runs with myFaces (by the way which specific MyFaces

Re: MyFaces JSF-Portlet Bridge and Facelets

2010-06-10 Thread Michael Freedman
Bridge for JavaServer Faces 1.2) whose RIs are developed in as a MyFaces subproject (http://myfaces.apache.org/portlet-bridge/index.html). This is a completely different bridge and is designed to only run on JSF 1.2. If you combine this bridge with a JSF 1.2 impl and the facelets jars + the cited

SAXException while initializing the facelets compiler - MyFaces 2.0.0

2010-06-09 Thread sag...@bgu.ac.il
Hello, I'm trying to debug a myfaces 2.0.0 + facelets Tomcat setup. I'm getting SAXException's while loading any of the taglib.xml's included in faceletes-1.1.14 META-INF dir: SEVERE: Error Loading Library: jar:file:/home/muadib/workbench/.metadata/.plugins/org.eclipse.wst.server.core/tmp0

Re: SAXException while initializing the facelets compiler - MyFaces 2.0.0

2010-06-09 Thread Ali Ok
2.0.0 + facelets Tomcat setup. I'm getting SAXException's while loading any of the taglib.xml's included in faceletes-1.1.14 META-INF dir: SEVERE: Error Loading Library: jar:file:/home/muadib/workbench/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/jsf-helloworld /WEB-INF/lib

Re: SAXException while initializing the facelets compiler - MyFaces 2.0.0

2010-06-09 Thread sag...@bgu.ac.il
, Jun 9, 2010 at 2:48 PM, sag...@bgu.ac.il sag...@bgu.ac.il wrote: Hello, I'm trying to debug a myfaces 2.0.0 + facelets Tomcat setup. I'm getting SAXException's while loading any of the taglib.xml's included in faceletes-1.1.14 META-INF dir: SEVERE: Error Loading Library: jar:file

MyFaces JSF-Portlet Bridge and Facelets

2010-06-06 Thread Rossen Stoyanchev
. Furthermore, compare the suggested implementation to the PortletViewHandler available in the myfaces portlet-bridge, which has portlet-specific implementations of restoreView, createView, and others. I'm either missing something or the original question about support for Facelets in MyFaces

Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-18 Thread Stéphane Rondinaud
Hello Max, hello all, Attached is the tests Max requested. All tests runs with an mvn integration-test. The archive has 3 directories: - JSF RI + Facelets - Myfaces + Facelets - the same test with Trinidad 1.2.13 as before failing on the escaping integration test The RI/Myfaces

Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-18 Thread Max Starets
directories: - JSF RI + Facelets - Myfaces + Facelets - the same test with Trinidad 1.2.13 as before failing on the escaping integration test The RI/Myfaces + Facelets tests exhibit what I'd consider normal behaviour (i.e. tabs getting through as tabs, unescaped), the trinidad still escaping

Re: Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-18 Thread srondin
Starets max.star...@oracle.com A : MyFaces Discussion users@myfaces.apache.org Copie à : Sujet : Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form Stéphane, Thanks for verifying the difference

Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-17 Thread Max Starets
Hi Stéphane, I was able to reproduce your problem, but I believe this is more of a Facelets issue. The Facelets engine is using ResponseWriter.writeText() to render all text between the tags including the white space. Since the tab character is not a valid HTML/XML character, Trinidad

Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-17 Thread Stéphane Rondinaud
and 13 the behaviour changed strikes me as a more than probable cause of the problem. Best regards, Stéphane Rondinaud Le 17 mai 10 à 17:12, Max Starets a écrit : Hi Stéphane, I was able to reproduce your problem, but I believe this is more of a Facelets issue. The Facelets engine

Re: [TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-17 Thread Max Starets
Stéphane, I believe Trinidad was always supposed to escape tab characters. Could you try your sample with MyFaces+Facelets and JSF RI+Facelets without Trinidad? Thanks, Max Stéphane Rondinaud wrote: Hello Max, The trouble when using a handful of framework is that when something breaks

[TRINIDAD] Trinidad 1.2.13 + MyFaces 1.2.8 + Tomahawk 1.2.9 + Facelets 1.1.14: tabs in facelets ending in the page output in their escaped form

2010-05-16 Thread Stéphane Rondinaud
Hello all, I needed to update to 1.2.13 to solve a problem with search engine bots generation NPEs, and just after the switch, I realized that some tabs present in the different facelets pages were getting through to the output page escaped as #9;, ruining my attempt at having conforming

Re: Facelets custom component with an action as a variable like ui:param

2010-04-14 Thread Werner Punz
Actually the only way in JSF 1.2 to do this really is to write a tag handler to generate a method binding somone pointed out the links which explain it. So no further explanation here. But there is hope,JSF 2.0 allows to do that from Facelets itself via its composite interface definitions

Facelets custom component with an action as a variable like ui:param

2010-04-12 Thread Georg Füchsle
Hallo, I use JSF 1.2 with Facelets and Tomahawk. Now I would like to make a facelets custom component for a navigation / toolkit bar (button panel) that looks the same in every page. This component should exist of a number of t:commandButtons that can be defined by calling this custom component

Re: Facelets custom component with an action as a variable like ui:param

2010-04-12 Thread Walter Mourão
://oriens.com.br On Mon, Apr 12, 2010 at 8:56 AM, Georg Füchsle giofy...@googlemail.comwrote: Hallo, I use JSF 1.2 with Facelets and Tomahawk. Now I would like to make a facelets custom component for a navigation / toolkit bar (button panel) that looks the same in every page. This component should

Re: Facelets custom component with an action as a variable like ui:param

2010-04-12 Thread Georg Füchsle
Hi Walter, thanks for the fast answer. I tried it like that and it worked at once: I defined a custom control in a file 'schalterpanel.xhtml' span xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:f=http://java.sun.com/jsf/core

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-21 Thread Guy Rouillier
Freedman wrote: The current facelets distributions contains a portlet demo that includes the source for FaceletPortletViewHandler.java. This is currently the best place to start. I have a version that I believe improves on this that I put together for a recent workshop -- basically similar to the above

Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Sertic Mirko, Bedag
Hi I'd like to know if there is a kind of reference documentation available for running the MyFaces Portlet Bridge with MyFaces 1.2.6, Facelets on LifeRay 5.2.3. Thanks in advance Mirko

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Michael Freedman
Not quite true. Facelets native ViewHandler is servlet dependent. The trick for running Facelets in a portlet environment via a bridge is to provide an alternative ViewHandler using the portlet APIs and configuring this ViewHandler in your faces-config.xml. So yes the MyFace Portlet bridge

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Kito Mann
Michael, What would be the best way to distribute the portlet version of the Facelets view handler? --- Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http://www.JSFCentral.com - JavaServer Faces FAQ, news

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Leonardo Uribe
Hi In fact, I remember there is a class called FaceletPortletViewHandler. There are not on facelets jars, but exists: http://www.docjar.com/docs/api/com/sun/facelets/FaceletPortletViewHandler.html And it allows run a portlet in liferay with facelets (I tried when it was added orchestra support

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Michael Freedman
The current facelets distributions contains a portlet demo that includes the source for FaceletPortletViewHandler.java. This is currently the best place to start. I have a version that I believe improves on this that I put together for a recent workshop -- basically similar to the above

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread fernando
Mike, Do you have the sources a ready-to-use ViewHandle avalilable somewhere? That is, if you can publish those sources. :-) []s, Fernando Lozano The current facelets distributions contains a portlet demo that includes the source for FaceletPortletViewHandler.java. This is currently

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Michael Freedman
Here is source I used as the answer for the workshop task (I recently gave) of writing a Facelets Viewhandler as part of getting a Facelets demo to work in a portlet environment. It has compile dependencies on Facelet's (subclasses the Facelet's view handler) so you need the Facelets jars

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Guy Rouillier
Freedman wrote: The current facelets distributions contains a portlet demo that includes the source for FaceletPortletViewHandler.java. This is currently the best place to start. I have a version that I believe improves on this that I put together for a recent workshop -- basically similar

  1   2   3   4   5   6   7   8   9   10   >