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

Problem with @PageBean

2011-04-27 Thread Robert Maier
Hello everybody, I have a problem in a simple test-application whhich uses CODI with JSF2.0, Glassfish 3.1 and Weld. I posted a detailed problem-description to stackoverflow: http://stackoverflow.com/questions/5803492/apache-myfaces-codi-pagebean-argument-bean-must-not-be-null/5803922#5803922

Re: Problem with @PageBean

2011-04-27 Thread Mark Struberg
Hi Robert! First, welcome to the myfaces list! Have you already tried to replace your weld-osgi-bundle in your glassfish with the on from the weld-1.1.1.Final distribution [1]? LieGrue, strub [1]

Re: Problem with @PageBean

2011-04-27 Thread Gerhard Petracek
hi robert, please update the weld-osgi bundle to v1.1.1 fyi: you can have a look at the glassfish 3.1 branch of the community example [1]. i've tested it with glassfish 3.1 + weld v1.1.1. (as mentioned in the readme use: mvn clean install -Denvironment=jee6 to build it) regards, gerhard [1]

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Fahmi Hachicha
Hello, The error is due to a missing class HtmlResponseWriterImpl.class in MyFaces JSF myfaces-impl-1.2.9.jar (I did not find it any where) in MyFaces Jars ! Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener

ajax4jsf doesn't work with https and InternetExplorer 9

2011-04-27 Thread Georg Füchsle
Hallo Users! I have a jsf page that uses ajax (ajax4jsf-1.1.1). Now with InternetExplorer 9 the ajax-request on this page does not work, if this page has to be called by https. There is displayed the following (German) errors: ** Details zum Fehler auf der Webseite

Re: Problem with @PageBean

2011-04-27 Thread Gerhard Petracek
hi robert, in your example you removed the usage of @PageBean regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/4/27 Robert Maier robert.m.ma...@gmail.com Thank you

Re: Problem with @PageBean

2011-04-27 Thread Robert Maier
Oh, sorry. In my tests, I had the @PageBean annotation for the class MyPage like this: @Page @PageBean(MyPageBean.class) public class MyPage . { } 2011/4/27 Gerhard Petracek gerhard.petra...@gmail.com hi robert, in your example you removed the usage of @PageBean regards, gerhard

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Jakob Korherr
Hi, Do you have a very old version of MyFaces (1.1.x) in the classpath? I am asking, because these versions were the only ones using org/apache/myfaces/renderkit/html/HtmlResponseWriterImpl. All newer versions are using HtmlResponseWriterImpl from shared

Re: Problem with @PageBean

2011-04-27 Thread Robert Maier
Hi Gerhard, as I'm not a mercurial-user, how can I checkout (or clone) a particular branch? I couldn't find an answer to that using google. Best regards, Robert 2011/4/27 Gerhard Petracek gerhard.petra...@gmail.com hi robert, please update the weld-osgi bundle to v1.1.1 fyi: you can have

Re: Problem with @PageBean

2011-04-27 Thread Gerhard Petracek
hi robert, a dvcs (distributed version control system) like mercurial works a bit different. clone it - e.g.: hg clone https://hg.codespot.com/a/apache-extras.org/myfaces-codi-examples/ and now you have the whole repository and you can switch to the branch - in this case via: hg update

Re: Problem with @PageBean

2011-04-27 Thread Robert Maier
Hi Gerhard, thanks for the explanation. right now i successfully deployed the demo app to my glassfish. I downloaded the glassfish-installation file which installs and configures the server. Then i was able to build the application using mvn clean install -Denvironment jee6 as stated in the

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

Re: [tobago] problem with selectBooleanCheckbox

2011-04-27 Thread Bernd Bohmann
Hello Hani, maybe -moz-appearance: none !important; -moz-border-bottom-colors: red; -moz-border-left-colors: red; -moz-border-right-colors: red; -moz-border-top-colors: red; helps but i never try it http://support.mozilla.com/sv-SE/questions/774427