Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can I implement ICEFaces2 into a JSF2 project in metbeans 7?
    text
    copied!<p>First, I'm blind and the section of ICEFaces Wiki give me some problems when I try to read it.<br/> Second, I'm also Italian so sorry for my poor and, perhaps, bad english.<br/> Ok, now I'll try to explain my issue.<br/> I have a project that works properly and that implement JSF2.0, now I would add the support to ICEFaces because I would use the autocomplete combo box and some other components. The first thing that I did was install the plug-in on netbeans7, the second was modifiy the properties of my project adding the framework ICEFaces, now I would try it,because I had some problems in the past and I wrote also this question: <br/> <a href="https://stackoverflow.com/questions/9001426/ice-faces-and-error-in-creation-of-a-bean-in-windowscoped">ICE Faces and error in creation of a bean in WindowScoped</a> <br/> after that I change many things so I had discard the ICEFaces implementation but now I would add this framework.<br/> The problem is that the project doesn't work anymore and, as I wrote, I just add the support to the framework! An example of my page that doesn't work:</p> <pre><code> &lt;h:form&gt; &lt;h:commandLink action="/progetti/List.xhtml" value="Elenco dei Progetti"/&gt; &lt;/h:form&gt; ------------------------------------------------------------------------ </code></pre> <p><br/> Can someone tell me where I did the error?</p> <p>[EDIT:] as I said I tried it some times ago so I don't remember what I did the last time so I reload the icefaces web site and I found this page: <br/> <a href="http://res.icesoft.org/docs/v2_devguide/html/Adding%20ICEfaces%20to%20Your%20Application.html" rel="nofollow noreferrer">http://res.icesoft.org/docs/v2_devguide/html/Adding%20ICEfaces%20to%20Your%20Application.html</a> <br/> And I check my web.xml and It is ok the only thing that I changed is this code:</p> <pre><code> &lt;servlet-mapping&gt; &lt;servlet-name&gt;Faces Servlet&lt;/servlet-name&gt; &lt;url-pattern&gt;/faces/*&lt;/url-pattern&gt; &lt;/servlet-mapping&gt; </code></pre> <p>with this code:</p> <pre><code> &lt;servlet-mapping&gt; &lt;servlet-name&gt;Faces Servlet&lt;/servlet-name&gt; &lt;url-pattern&gt;*.jsf&lt;/url-pattern&gt; &lt;url-pattern&gt;/icefaces/*&lt;/url-pattern&gt; &lt;/servlet-mapping&gt; </code></pre> <p>obviously it doesn't resolve my issue...</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload