Re: IllegalStateException: setStateManager may not be executed after a lifecycle request has been completed

2011-09-08 Thread alf mail
anism. Cheers, Alf. On Mon, Sep 5, 2011 at 10:14 PM, junk mail wrote: > Hi guys, > > > We have been struggling for weeks with an IllegalStateException send by * > org.apache.myfaces.application.ApplicationImpl* class > > It works pretty well in a local environment

IllegalStateException: setStateManager may not be executed after a lifecycle request has been completed

2011-09-05 Thread junk mail
Hi guys, We have been struggling for weeks with an IllegalStateException send by * org.apache.myfaces.application.ApplicationImpl* class It works pretty well in a local environment, but when we deployed the application in a Solaris server with Tomcat 6 or 7 and with any of myfaces versions from

myfaces vs mojarra

2011-08-22 Thread junk mail
Hi guys, I hope you are not going to kill me to post this subject here, but I don't find strong arguments to convince my colleagues to continue using myfaces implementation of JSF rather than mojarra. One of my colleagues is implementing a pilot application based on mojarra while I'm doing another

Re: Popup calendar javascript - loadPopupScript not defined

2005-12-21 Thread mail
Hi, thank you for the idea. I followed the thread discussing that the extension filter needs a or tag to be able to add the neccessary javaScripts. I do indeed work with a non standalone JSF application, but it's not in a portal environment. The thing is called Sakai and is a sort of classroom m

Re: h:selectOneMenu question

2005-12-07 Thread mail
Simon, thank you for your answer, I modified the getter/setter to handle SelectItem.getValue().toString() instead of the selectItem itself. But had you ever the chance to take a look at the jsftags-guide examples (http://www.exadel.com/tutorial/jsf/jsftags-guide.html)? They are using the SelectI

Re: naming conventions in faces-config.xml

2005-12-05 Thread mail
Mike, thank you for your patience and effort trying to resolve this issue. I just changed the essential parts to reproduce the error. Here's the setter in CasesJdbcDAO: public void setDataSource(JDBCDataSource dataSource) { if (log.isDebugEnabled()) log.debug("setting dataSource in casesDAO");

Re: jsCalendarPopupCalendar not embedded

2005-12-01 Thread mail
Hi, I agree that there is missing JavaScript Code, but is there anything else to configer except the myfaces extension filters described at http://myfaces.apache.org/tomahawk/extensionsFilter.html All the documentation I found stated, that installing the filter and adding the taglib to the jsp p

Re: jsCalendarPopupCalendar not embedded

2005-11-29 Thread mail
Hi Bobby, thank you for your response, but I do have the following dependancies defined in my project: myfaces myfaces-all 1.1.1 true commons-lang commons-lang 2.1 true I'm still getting the "jscalendarPopUpCalendar is not defined" JavaScript error. But there