JSF + RichFaces

Hello everybody!
I'm makin an application using Spring + Hibernate + JSF (+Tomahawk). All is ok, but now i want to add ajax funtionality to some components.
I have include de richfaces libraries but i have a lor of problems.
Can i use RichFaces with tomahawk components?
Thanks in advance.

ok, now my application is load but now i have problems with my jscookmenu. It said that the jscook_action isn ull, but the menu is ok.
I attach part of my web.xml. There is sth i have to change??
<context-param>
       <param-name>log4jConfigLocation</param-name>
       <param-value>/WEB-INF/log4j.properties</param-value>
  </context-param>
  <!-- Par�metros de Spring -->
  <context-param>
       <param-name>contextConfigLocation</param-name>
       <param-value>/WEB-INF/applicationContext.xml</param-value>
  </context-param>
  <!-- Parametros de RichFaces -->
   <context-param>
        <param-name>org.richfaces.SKIN</param-name>
        <param-value>blueSky</param-value>
    </context-param>
  <!-- Par�metros de MyFaces -->
  <context-param>
       <param-name>org.apache.myfaces.CHECK_EXTENSIONS_FILTER</param-name>
       <param-value>true</param-value>
  </context-param>
  <context-param>
       <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
       <param-value>server</param-value>
  </context-param>
  <context-param>
     <param-name>javax.faces.application.CONFIG_FILES</param-name>
     <param-value>/WEB-INF/faces-config.xml</param-value>
  </context-param>
  <context-param>
     <param-name>org.apache.myfaces.ALLOW_JAVASCRIPT</param-name>
     <param-value>true</param-value>
  </context-param>
  <context-param>
     <param-name>org.apache.myfaces.DETECT_JAVASCRIPT</param-name>
     <param-value>false</param-value>
  </context-param>
  <context-param>
     <param-name>org.apache.myfaces.PRETTY_HTML</param-name>
     <param-value>true</param-value>
  </context-param>
  <context-param>
     <param-name>org.apache.myfaces.AUTO_SCROLL</param-name>
     <param-value>true</param-value>
  </context-param>
  <filter> 
     <filter-name>sessionFilter</filter-name> 
    <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class> 
  </filter>
  <filter>
     <filter-name>extensionsFilter</filter-name>
     <filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>
     <init-param>
          <param-name>uploadMaxFileSize</param-name>
          <param-value>100m</param-value>
     </init-param>
     <init-param>
          <param-name>uploadThresholdSize</param-name>
          <param-value>100k</param-value>
     </init-param>
  </filter>
  <filter-mapping>
     <filter-name>sessionFilter</filter-name>
     <url-pattern>*.jsf</url-pattern>
  </filter-mapping>     
  <filter-mapping>
     <filter-name>extensionsFilter</filter-name>
     <servlet-name>Faces Servlet</servlet-name>
  </filter-mapping>
  <filter-mapping>
       <filter-name>extensionsFilter</filter-name>
     <url-pattern>/faces/*</url-pattern>
  </filter-mapping>
  <filter>
          <display-name>RichFaces Filter</display-name>
          <filter-name>richfaces</filter-name>
          <filter-class>org.ajax4jsf.Filter</filter-class>
     </filter>
     <filter-mapping>
          <filter-name>richfaces</filter-name>
          <servlet-name>Faces Servlet</servlet-name>
          <dispatcher>REQUEST</dispatcher>
          <dispatcher>FORWARD</dispatcher>
          <dispatcher>INCLUDE</dispatcher>
     </filter-mapping>
  <listener>
     <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
  </listener>
  <listener>
     <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
  </listener>
  <servlet>
     <servlet-name>Faces Servlet</servlet-name>
     <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
     <load-on-startup>1</load-on-startup>
  </servlet>
  <servlet-mapping>
     <servlet-name>Faces Servlet</servlet-name>
     <url-pattern>*.jsf</url-pattern>
  </servlet-mapping>
  <welcome-file-list>
     <welcome-file>index.jsp</welcome-file>
  </welcome-file-list>
 

Similar Messages

  • A problem with JSF + Richfaces

    I'm developing a web application using Appfuse 1.9.4 (use JSF) and Richfaces 3.2.1 GA, my web run correctly while i set
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>*{color:#ff0000}client{color}*</param-value>
    </context-param>
    but it's too low. So, i set STATE_SAVING_METHOD to {color:#ff0000}*server*{color}
    Unfortunately, my web is broken and throws ViewExpiredException ?
    Anyone helps me, please ?
    Best regards.

    Have you set the partialtriggers-attribute on the form? You can find an example in the SRDemo, in the page SREdit.

  • JSF (richfaces) component + JSTL forEach

    Hi,
    I'm using MyFaces implementation of JSF 1.2, together with RichFaces components, and inside a <rich:dataTable>'s <rich:column> I want to iterate over a Set, which is a property of the variable of the dataTable. Something like
    <rich:dataTable var="myvar">
    <rich:column>
       <c:forEach var="innerVar" values="${myVar.mySet}"
           ${innerVar}
       </c:forEach>
    </rich:column
    </rich:dataTable>But it doesn't work. myVar seems to be empty for c:forEach. The odd thing is that if I place the following code inside the <rich:column>
    <c:if test="${empty myVar">
            ${myVar.class.name}
    </c:if>the name of the class is outputted. I also tried # isntead of $, with no success.
    I tried iterating over a list in a declared backing bean, and it worked fine. So the question would go like this - how do I make this variable accessible for jstl tags' expressions.
    Edited by: Glammy on Mar 2, 2009 9:36 AM

    and why wouldn't you use a getter which does the transformation from Set to List just for the UI layer:
    public List<InnerVar> getInnerVarList() {
       // transform Set into a List<> here
    } and then in the UI:
    <rich:column>
       <ui:repeat var="innerVar" values="#{innerVarList}"
           #{innerVar}
       </ui:repeat>
    </rich:column>

  • Jsf / richfaces / tomahawk / panelgrid rendered problem

    hi..
    i am trying to set the rendered attribute of a t:panelGrid component as follows
    <a4j:region id="fixedLineSelectionRegion">
    <t:selectOneListbox value="#{orderCapture.currentOrderItemCapture.orderCaptureHelper.selectedFixedLine}">
    <f:selectItems id="si" value="#{orderCapture.currentOrderItemCapture.orderCaptureHelper.fixedLineServicesSelectItems}" ></f:selectItems>
    <a4j:support event="onchange" reRender="fixedLineDetailsPanelGrid, transferTypePanelGrid_1 transferTypePanelGrid_2, certificate_provided, select_transfertype"/>
    </t:selectOneListbox>
    </a4j:region>
    <t:panelGrid rendered="#{orderCapture.currentOrderItemCapture.orderCaptureHelper.residential}" id="transferTypePanelGrid_1" .....
    </t:panelGrid>
    in this case when i update the listbox in the fixedLineSelectionRegion, all the components listed in the reRender tag are updated but the panelGrids transferTypePanelGrid_1 and transferTypePanelGrid_2 are not...
    is this some kind of limitation or am i doing something wrong ?

    Lakshmi,
    I'm working on that component right now, so I'll take a look at that. Could you file an issue on that so that we can track it?
    https://javaserverfaces.dev.java.net/issues/enter_bug.cgi?issue_type=ENHANCEMENT&subcomponent=sandbox
    Thanks! :)
    jason lee

  • Date Validation in JSF & Richfaces

    I m using a rich:calendar to display Date in my application
    But some how date validation isn't working properly in a particular scenario.
    i.e it some one enters date as 05/05/2010sfc in this case it automatically trims the extra characters in the end
    and displays date properly in next page instead of giving an error of invalid date on same page.
    It works in other cases such as asd05/05/2010, 05sfa/05/2010, etc
    I tried using <f:convertDateTime> but it didn't help :(
    Can anyone please help me on this...

    The date correction is done based on the pattern date you use and it's done on the client. <f:convertDateTime> is called on the server. It's still called but produces no conversation error as the value is correct. Also, <f:convertDateTime> is converter, not validator.
    Hope this helps...
    Max
    [http://mkblog.exadel.com]

  • Needing to use xml data source to populate richfaces tree nodes

    Hey I cant seem to figure this out. I know I probably need to write some java code but Im not sure how it should look. I have some xml and I need to use the data from within the elements to populate some nodes on a richfaces tree.
    I know how to use a .properties file as the data source for the nodes, and how to use some existign nodes to populate the nodes. Both are done with java code I can post here if needed.
    But I dont know how to go about writing the java code to take the data from xml elements, and then somehow parse it to use in a richfaces tree.
    Here is some info on what Im using with my project:
    eclipse
    simplexml
    httpclient
    jsf
    richfaces library

    Adobe Newsbot hopes that the following resources helps you.
    NewsBot is experimental and any feedback (reply to this post) on
    its utility will be appreciated:
    Flex 3 - Using item renderers with the AdvancedDataGrid
    control:
    Flex Data Visualization Developer's Guide / Advanced Data
    Grid Controls and .... that the item renderer is for column 2 of
    the control: <?xml version='1.0'?
    Link:
    http://livedocs.adobe.com/flex/3/html/advdatagrid_10.html
    DataGrid ItemRenderer - Flex India Community | Google Groups:
    Apr 28, 2008 ... My dataGrid itemRenderer displays a certain
    icon and sets fontStyle ... <mx:Label id='txt' fontWeight='bold'
    text='{data.subject}'/>
    Link:
    http://groups.google.com/group/flex_india/browse_thread/thread/bd30dd974da47d68
    Flex 3 - DataGrid control:
    <mx:Button label='Toggle Price Column'
    click='price.visible = !price.visible;' ... Flex lets you populate
    a DataGrid control from an ActionScript variable
    Link:
    http://livedocs.adobe.com/flex/3/html/dpcontrols_6.html
    Flex Fun - Advanced DataGrid Topics:
    You will notice that the datagrid doesn't have any header
    labels or vertical ..... After the opening tag we add a
    <mx:itemRenderer> telling Flex that we are
    Link:
    http://blog.paranoidferret.com/index.php/2007/08/29/flex-fun-advanced-datagrid-topics/
    Flex 3 - Instrumenting RandomWalk events:
    Flex Data Visualization Developer's Guide / Advanced Data
    Grid Controls and Automation Tools ... itemRenderer = child as
    Label; dispatchEvent(rEvent);
    Link:
    http://livedocs.adobe.com/flex/3/html/functest_components2_20.html
    Adobe Flex 2: Advanced DataGrid:
    Adobe Flex 2: Advanced DataGrid. Drop-in RadioButtonGroupBox;
    runtime computed .... Anatole authored number of books and articles
    on AJAX, XML, Internet and
    Link:
    http://flex.sys-con.com/node/311283
    Disclaimer: This response is generated automatically by the
    Adobe NewsBot based on Adobe
    Community
    Engine.

  • Netbeans 6.0 and RichFaces

    Hi:
    Is it possible to use AJAX RichFaces library to NETBEANS 6.0
    and develop a visual JSF application?
    Thanks

    Hey,
    i will suggest using eclipse europa + Jboss ools plugin which has exadel support. Exadel provides support for develping visual applications using JSF + RichFaces.
    Try it!!!.
    In Netbeans you can only import the RichFaces libraries but till this point i didn't heard about any RichFaces isual editor support for NetBeans.

  • Richfaces a4j:mediaOutput Drag and Drop

    I'm developing a JSF/Richfaces application that provide a designer interface with my components like Label, Image, Line and Shape. When a component is draged from my component pallet and droped it on to the drop area I create a new object and rendered it using "<a4j:mediaOutput>". Then I tried to use object cloning instead of creating objects with new operator. Then the components are not rendered. When I debug check, I saw that the method bound to "createContent" in <a4j:mediaOutput> tag was not called on dropping the component. This happens only when I use cloning. It doesn't throw any exception or errors. Can anyone help me to resolve this problem please.
    This is the portion of the JSP._
    <c:when test="${lbl.type == 'LBL'}">
    <a4j:mediaOutput element="img" cacheable="false" session="true" style="height: #{lbl.height}px; left: #{lbl.left}px; top: #{lbl.top}px; position: relative; width: #{lbl.width}px" onclick="return false;" onmousedown="handleDown(event,'#{lbl.name}');updateDisplayProperties('#{lbl.name}','#{lbl.caption}','#{lbl.htmlTxtColor}','#{lbl.htmlBgColor}');"
    *createContent="#{dndBean.label}"*+ value="#{lbl}" mimeType="image/jpeg" />
    </c:when>
    _*This is the bean method.*_
    public void label(OutputStream out, Object data) throws IOException
    if (data instanceof Component)
    Component paintData = (Component) data;
    ComponentShape shape = new ComponentShape(paintData);
    ImageIO.write(shape.getLabel(), "jpeg", out);
    }

    You might have more luck if you post this question at their own website/forum/mailinglist at JBoss.org.

  • Adding news ticker or text scroller in a jsf page

    Can anyone please give me some clue about adding news ticker or text scroller kind of component using jsf, richfaces or icefaces in which important information like information about available jobs can be shown?
    Thanks in advance.
    Edited by: 857452 on May 18, 2011 7:06 AM
    Edited by: 857452 on May 18, 2011 7:07 AM

    this is more the realm of javascript / ajax / DHTML, not JSF. JSF is server side, what you want to do is mostly client side. Only getting the data might involve the server.

  • JSF Beginner

    Hello,
    I am new JSF. When I compiles the application which has almost the correct settings, i have come across the error
    "Error(8): Unable to instantiate tag: h:form (class: null) Make sure that the tag class is available and that the tag library containing the class is not excluded from this application."
    I am using JDeveloper IDE.
    What can be done to avoid this?

    I have the same problem now as the person who posted this a good 2 years back - and its amazing that there really isnt a solution that i have come across so far. It shows that JSF is still maturing.
    The funny thing is that MyEclipse is able to compile and run the same code on Tomcat just fine - its when i try to move the code to JDeveloper or try to use Oracle Application Server that i get these problems. On top of the fact that i cannot even use standard JSF tags, i am trying to using RichFaces 3.1 - all this works perfectly in MyEclipse/Tomcat.
    As a little experiment, i tried exporting the web application from MyEclipse as a WAR file and tried deploying it on OC4j - the RichFaces content was rendered but all the rich styles provided were gone ! - no more scrollbars, tabbed panes etc from RichFaces - but I could view them while running on the Tomcat container.
    If all these JSF implementations are going to be dependent on the IDEs/Containers etc, i think the J from JSF needs to be removed.
    If any one on this forum has been successful in using JSF, RichFaces on OC4J/JDeveloper you will be doing a huge favor by letting other developers know how the heck you managed to get all this working !

  • Problems with modalPanel in Internet Explorer and Safari

    Hello there,
    I am working on a JSF (Richfaces) application. To handle advanced searches and confirm boxes I am using the richfaces modalPanel dialog, which uses Ajax. There are a number of re-rendering problems.
    1. First of all, any errors won't display in any browser (including Firefox). From what I can tell it has to do with it refreshing the page before the error message can be displayed in <h:messages />.
    2. In Safari and IE there is no refresh for advanced search dialog, where the modalPanel shows, but does not seem to call the search action and rerender the list. It's almost as if it does nothing. In IE it closes the dialog, but does nothing. In Safari it doesn't even close the dialog. I'm assuming this is relating to the JavaScript the RichFaces library uses. Any ideas??? I'm nervous to change frameworks at this time since I am in the last leg of the project.
    Here's a code example of the advanced search, which does not refresh the list screen.
    Code:
    <rich:modalPanel id="advancedSearch" width="220" height="420">
                 <f:facet name="header">
                    <h:outputText value="#{msgs.advancedSearch}" />
                 </f:facet>
                 <f:facet name="controls">
                         <h:graphicImage value="/images/btn_logout.gif" width="15" style="cursor:pointer" onclick="Richfaces.hideModalPanel('advancedSearch')" />
                 </f:facet>
                   <h:form>
                        <a4j:commandLink action="bookList" reRender="bookList"   oncomplete="{Richfaces.hideModalPanel('advancedSearch');}" >
                             <h:graphicImage class="searchIcon" id="advSearchGraphc" value="/images/btn_search_UP.gif" alt="#{msgs.search}" />
                        </a4j:commandLink>
                   </h:form>
             </rich:modalPanel>     As you can see I am calling reRender="bookList" which is the id of the datatable. From what I can tell the problem is something to do with the javascript not running properly on IE and Safari.
    <rich:dataTable width="644" id="bookList" rows="12" value="#{Book.list}" var="book">     How can I get around this?
    Any pointers would be hugely appreciated.
    Jared

    I suggest you to post your question in the JBoss RichFaces forum, good luck!

  • How to distribute html component between different web applications?

    Hello. I have a project which consists of several modules. Each module is a separate web-application which can be deployed on a separate application server. All modules must have one menu. The problem is how to implement the menu.
    It would be good to maintain it as a separate project and to distribute it between modules as a jar archive. I have an idea to create a custom tag library which will generate and insert html code where it is necessary. But modules can look different, they can use jsf, richfaces or jsp for the page rendering and the menu must suit the page. So I think that the data and the rendering mechanism should be separated somehow.
    Thanks.

    Starting with Servlet Spec 2.3 (I think) the push has been towards complete web applications; even if it means duplicate files in each (disc space is exponentially cheaper than it was a decade ago).
    The easiest way to manage duplicate files is to keep a single copy for development and use build tools like ANT, Maven, etc.. to assemble your web applications at build time.

  • Warn by leaving a form view with unsaved changes

    Hello JSF / Richfaces users,
    maybe that's not the first time, that someone asks this question here, but unfortunately I couldn't found any concrete examples on the forum. So I'd like really to get your help:
    I'd like to put some "input listeners" on my form views, so that when the user makes changes (typing in inputText, selection another value in selectMenu or checking a Checkbox), then he clicks on another Button / Link without saving, he shoudl will be warned by a dialog box remebering him to save the changes or leaving the view without saving (changes will be lost).
    I tried at first to put a boolean "inputChanged" on my Bean, then setting it to true with an adapted event (onchange) by each component. And by the buttons/links which link to another page I tried to show a <rich:modalpanel> once the value of "inputChanged" is true but I couldn't realize this conditions.
    Thereafter I found a solution based on Javascript:
    <script language="javascript" type="text/javascript">
        // Keep flag when something had changed
        var changed = false;
        Save in "changed" flag, whether an input had been done by the user.
        after that the calling of this method will be removed
        from the corresponding attribute of the input elements,
        in order to avoid redundant method calls */
        function storeChange(aChanged, aElement) {
            changed = aChanged;
            aElement.setAttribute('onchange', '');
        Finally and when the "changed" flag is true, a confirmation message will be shown
        to confirm whether the page could be left.  
        window.onbeforeunload=function unloadAlert() {
            if(changed) {
                return 'You have unsaved changes on the page. If you click on OK, the changes will be lost';
            return null;
    </script>{code}
    And in the view:
    {code}<a4j:form>
            <h:outputLabel id="label_name" value="Name" for="in_name" />
            <h:inputText id="in_name" value="#{bean.name}"
                onchange="storeChange(true, this)" />
            <br />
            <h:outputLabel id="label_email" value="E-Mail" for="in_email" />
            <h:inputText id="in_email" value="#{bean.email}"
                onchange="storeChange(true, this)" />
            <br />
            <a4j:commandButton oncomplete="javascript:changed=false"
                value="Save" />
        </a4j:form>{code}
    And now I'd
    like rather than the JS terriying dialog box, a user-friendly rich:modalPanel which should do the same function.
    For any
    indication I will be very very thankful                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi David,
    Thank for the prompt answer. I've tried that before but I have put that in checkin action. So that didn't work before but now as per your suggestion it works nicely. The form isn't evaluated.
    However, this time my changes aren't reflected on the user.. Basically what I do is
    - checkout user view (with empty form) (in an activity)
    - update user view (in another activity)
    - check in user view (in another activity)
    however, changes are discarded. I used winmerge to compare and saw exactly the necessary fields are updated after update activity. but after checkin no changes are reflected. so what should I do now :(
    Relevant actions are:
    <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkoutView'/>
              <Argument name='viewId'>
                <concat>
                  <s>User:</s>
                  <ref>accountId</ref>
                </concat>
              </Argument>
              <Argument name='type' value='User'/>
              <Argument name='id' value='$(accountId)'/>
              <Argument name='Form' value='Empty Form' />
              <Return from='view' to='user'/>
              <Return from='WF_ACTION_ERROR' to='error'/>
            </Action>
            <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkinView'/>
              <Argument name='view' value='$(user)'/>
              <Return from='WF_ACTION_ERROR' to='error'/>
            </Action>

  • Portal development with open source and without any of the Oracle products

    Hi would like to know whether is there is any portal framework (pure java) available to develop portal application where I can integrate JSF, RICHFACES, GWT and .NET applications. I dont want to use any of the oracle products. Please help

    You come to an Oracle specific forum and ask whether or not you someone can recommend you a portal product without needing oracle technology...
    Sorry but that does not exist because java is also oracle so if you want a portal without wanting to use oracle than you will have to go for .net or php or something like that because java is oracle...
    Don't you think it's a bit odd asking such a question on the official Oracle forums? It's like going into a BMW garage and asking if you can have a free car that has nothing of the BMW technology inside...
    oh wait... 1 April, damn...
    Edited by: Yannick Ongena on Apr 1, 2011 10:46 AM

  • Richefaces doesn't work fine

    hi folks,
    hi folks,
    i am using JSF-RichFaces SPRINGmaven with my faces for documents uploading ,
    in my jsp page i add:
    <a4j:commandButton value="Show Current Selection" reRender="table"
    action="#"
    oncomplete=" javascript: Richfaces. showModalPanel( 'panel'); "></a4j:commandButton>
    <rich:modalPanel id="panel" autosized="true">
    hello world
    </rich:modalPanel>
    Nota:for my Web.xml look after the trace
    but i got this error , i looked many times on my config but i didn't find how to resolve it,
    trace:
    ============ ========= ========= =====
    type Rapport d'exception
    message
    description Le serveur a rencontr� une erreur interne () qui l'a emp�ch� de satisfaire la requ�te.
    exception
    javax.servlet. ServletException
         javax.faces. webapp.FacesServ let.service( FacesServlet. java:277)
         org.ajax4jsf. webapp.BaseXMLFi lter.doXmlFilter (BaseXMLFilter. java:141)
         org.ajax4jsf. webapp.BaseFilte r.doFilter( BaseFilter. java:281)
         fr.rentcar.presenta tion.web. filter.multipart .MultipartFilter .doFilter( MultipartFilter. java:98)
         org.tuckey.web. filters.urlrewri te.RewrittenUrl. doRewrite( RewrittenUrl. java:176)
         org.tuckey.web. filters.urlrewri te.UrlRewriteFil ter.doFilter( UrlRewriteFilter .java:364)
         org.springframework .orm.jpa. support.OpenEnti tyManagerInViewF ilter.doFilterIn ternal(OpenEntit yManagerInViewFi lter.java: 111)
         org.springframework .web.filter. OncePerRequestFi lter.doFilter( OncePerRequestFi lter.java: 75)
    cause m�re
    java.lang.IllegalAr gumentException
         org.richfaces. renderkit. ModalPanelRender erBase.checkOpti ons(ModalPanelRe ndererBase. java:91)
         org.richfaces. renderkit. html.ModalPanelR enderer.doEncode Begin(ModalPanel Renderer. java:187)
         org.richfaces. renderkit. html.ModalPanelR enderer.doEncode Begin(ModalPanel Renderer. java:178)
         org.ajax4jsf. renderkit. RendererBase. encodeBegin( RendererBase. java:101)
         javax.faces. component. UIComponentBase. encodeBegin( UIComponentBase. java:801)
         javax.faces. component. UIComponent. encodeAll( UIComponent. java:934)
         javax.faces. render.Renderer. encodeChildren( Renderer. java:148)
         javax.faces. component. UIComponentBase. encodeChildren( UIComponentBase. java:825)
         javax.faces. component. UIComponent. encodeAll( UIComponent. java:936)
         javax.faces. component. UIComponent. encodeAll( UIComponent. java:942)
         com.sun.faces. application. ViewHandlerImpl. doRenderView( ViewHandlerImpl. java:256)
         com.sun.faces. application. ViewHandlerImpl. renderView( ViewHandlerImpl. java:187)
         org.ajax4jsf. application. ViewHandlerWrapp er.renderView( ViewHandlerWrapp er.java:108)
         org.ajax4jsf. application. AjaxViewHandler. renderView( AjaxViewHandler. java:216)
         com.sun.faces. lifecycle. RenderResponsePh ase.execute( RenderResponsePh ase.java: 110)
         com.sun.faces. lifecycle. Phase.doPhase( Phase.java: 100)
         com.sun.faces. lifecycle. LifecycleImpl. render(Lifecycle Impl.java: 139)
         javax.faces. webapp.FacesServ let.service( FacesServlet. java:266)
         org.ajax4jsf. webapp.BaseXMLFi lter.doXmlFilter (BaseXMLFilter. java:141)
         org.ajax4jsf. webapp.BaseFilte r.doFilter( BaseFilter. java:281)
         fr.rentcar.presenta tion.web. filter.multipart .MultipartFilter .doFilter( MultipartFilter. java:98)
         org.tuckey.web. filters.urlrewri te.RewrittenUrl. doRewrite( RewrittenUrl. java:176)
         org.tuckey.web. filters.urlrewri te.UrlRewriteFil ter.doFilter( UrlRewriteFilter .java:364)
         org.springframework .orm.jpa. support.OpenEnti tyManagerInViewF ilter.doFilterIn ternal(OpenEntit yManagerInViewFi lter.java: 111)
         org.springframework .web.filter. OncePerRequestFi lter.doFilter( OncePerRequestFi lter.java: 75)
    note La trace compl�te de la cause m�re de cette erreur est disponible dans les fichiers journaux de Apache Tomcat/6.0.14.
    ============ ========= =====
    web.xml:
    ============ ========= ===
    <?xml version="1.0" encoding="UTF- 8"?>
    xmlns:xsi="http://www.w3. org/2001/ XMLSchema- instance" xsi:schemaLocation= "http://java. sun.com/xml/ ns/javaee http://java. sun.com/xml/ ns/javaee/ web-app_2_ 5.xsd">
    <description>RentCar</description>
    <display-name>RentCar</display-name>
    <!-- Context Parameters -->
    <context-param>
    <param-name>com.sun.faces. verifyObjects</param-name>
    <param-value>false</param-value>
    </context-param>
    <context-param>
    <param-name>com.sun.faces. validateXml</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces. CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces- config.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces. STATE_SAVING_ METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    <context-param>
    <param-name>org.richfaces. SKIN</param-name>
    <param-value>blueSky</param-value>
    </context-param>
    <context-param>
    <param-name>contextConfigLocati on</param-name>
    <param-value>classpath:applicati onContext- persistence. xml
    classpath:applicati onContext- services. xml
    classpath:applicati onContext- transaction. xml
    classpath:applicati onContext- resources. xml
    classpath:applicati onContext- security. xml
    classpath:applicati onContext- processes. xml</param-value>
    </context-param>
    <filter>
    <filter-name>urlRewriteFilter</filter-name>
    <filter-class>org.tuckey.web. filters.urlrewri te.UrlRewriteFil ter</filter-class>
    <init-param>
    <param-name>confReloadCheckInte rval</param-name>
    <param-value>-1</param-value>
    </init-param>
    <init-param>
    <param-name>logLevel</param-name>
    <param-value>INFO</param-value>
    </init-param>
    </filter>
    <!-- HibernateFilter -->
    <filter>
    <filter-name>hibernateFilter</filter-name>
    <filter-class>org.springframework .orm.jpa. support.OpenEnti tyManagerInViewF ilter</filter-class>
    <init-param>
    <param-name>entityManagerFactor yBeanName</param-name>
    <param-value>entityManagerFactor y</param-value>
    </init-param>
    </filter>
    <filter>
    <display-name>multipartFilter</display-name>
    <filter-name>multipartFilter</filter-name>
    <filter-class>fr.rentcar.presenta tion.web. filter.multipart .MultipartFilter</filter-class>
    </filter>
    <filter>
    <display-name>RichFaces Filter</display-name>
    <filter-name>richfaces</filter-name>
    <filter-class>org.ajax4jsf. Filter</filter-class>
    </filter>
    <!-- MyEclipse filter Lines -->
    <filter>
    <filter-name>ExtensionsFilter</filter-name>
    <filter-class>org.apache.myfaces. component. html.util. ExtensionsFilter</filter-class>
    <init-param>
    <param-name>uploadMaxFileSize</param-name>
    <param-value>10m</param-value>
    </init-param>
    <init-param>
    <param-name>uploadThresholdSize</param-name>
    <param-value>100k</param-value>
    </init-param>
    </filter>
    <!--<filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view. faces.webapp. AdfFacesFilter</filter-class>
    </filter>-->
    <filter-mapping>
    <filter-name>ExtensionsFilter</filter-name>
    <servlet-name>FacesServlet</servlet-name>
    </filter-mapping>
    <!--<filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>faces</servlet-name>
    </filter-mapping>
    end of MyEclipse -->
    <filter-mapping>
    <filter-name>hibernateFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>urlRewriteFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>multipartFilter</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>richfaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    </filter-mapping>
    <!-- Http Listener -->
    <listener>
    <listener-class>fr.rentcar.presenta tion.web. listener. StartupListener</listener-class>
    </listener>
    <listener>
    <listener-class>fr.rentcar.presenta tion.web. listener. SessionListener</listener-class>
    </listener>
    <servlet>
    <servlet-name>httpServices</servlet-name>
    <servlet-class>org.springframework .web.servlet. DispatcherServle t</servlet-class>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces. webapp.FacesServ let</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>httpServices</servlet-name>
    <url-pattern>/services/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
    </servlet-mapping>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    </web-app>

    It already works fine, without any particular action. I just open the Mail app, like these past days, but today it checked correctly my inbox.

Maybe you are looking for

  • Audio Problem since upgrading to Mountain Lion

    Has anyone encountered audio problems with their iMac?  I just upgraded to Mountain Lion on my i7 27" with 16GB of Ram and found that the Audio starts to get distorted and eventually cuts out after about an hour!  It starts cutting in and out when I

  • How to open an email from a file ???

    I'm using Jacob api but I can not find how to open an email file (.eml) into outlook or outlook express! If someone can help me!!!

  • SSD for ProBook 430 G2

    Hi, I have 2 new ProBook 430 G2 on my desk. I'm trying to clone existing HDD to Samsung EVO 250GB SDD with Samsung migration software provided along the SDD. It's cloning ok until showing a message "Access violation at address 64D812CE in module 'Res

  • TS1398 I can't pair my Iphone 4s to my 2012 ford escape the sync does not appear

    I am trying to pair my iphone 4s to Ford Escape. The sync button does not show up. Any suggestions?

  • Error (-50) cannot purchase music at this time

    Help! I've been trying do download music the past several weeks and each time I choose "download song" it prompts me to pay, but then i get an error message (-50) that says "itunes cannot proceed with purchase at this time. this is an itunes error. p