Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing richfaces 3.3.3 with portlets(JSF 1.2 ) on IBM Websphere Portal 6.1 server
    primarykey
    data
    text
    <p>I am trying to use richfaces 3.3.3 multiple fileupload functionality. I was successfull using it in JSF1.2 with apache tomcat server, but not able to implement it in portlets( in IBM WebSphere portal 6.1 server).</p> <p>I have the following jars added apart from the regular jsf jars in lib:= commons-beanutils-1.7.0.jar, commons-collections-3.2.jar, commons-digester-1.8.jar, commons-logging-1.0.4.jar, jhighlight-1.0.jar, richfaces-api-3.3.3.Final.jar, richfaces-impl-3.3.3.Final.jar, richfaces-impl-jsf2-3.3.3.Final.jar, richfaces-ui-3.3.3.Final.jar.</p> <p>Following were added(extra) in web.xml:-</p> <pre><code> &lt;context-param&gt; &lt;param-name&gt;org.richfaces.SKIN&lt;/param-name&gt; &lt;param-value&gt;blueSky&lt;/param-value&gt; &lt;/context-param&gt; &lt;!-- Making the RichFaces skin spread to standard HTML controls --&gt; &lt;context-param&gt; &lt;param-name&gt;org.richfaces.CONTROL_SKINNING&lt;/param-name&gt; &lt;param-value&gt;enable&lt;/param-value&gt; &lt;/context-param&gt; &lt;!-- Defining and mapping the RichFaces filter --&gt; &lt;filter&gt; &lt;display-name&gt;RichFaces Filter&lt;/display-name&gt; &lt;filter-name&gt;richfaces&lt;/filter-name&gt; &lt;filter-class&gt;org.ajax4jsf.Filter&lt;/filter-class&gt; &lt;init-param&gt; &lt;param-name&gt;createTempFiles&lt;/param-name&gt; &lt;param-value&gt;false&lt;/param-value&gt; &lt;/init-param&gt; &lt;/filter&gt; &lt;filter-mapping&gt; &lt;filter-name&gt;richfaces&lt;/filter-name&gt; &lt;servlet-name&gt;Faces Servlet&lt;/servlet-name&gt; &lt;dispatcher&gt;REQUEST&lt;/dispatcher&gt; &lt;dispatcher&gt;FORWARD&lt;/dispatcher&gt; &lt;dispatcher&gt;INCLUDE&lt;/dispatcher&gt; &lt;/filter-mapping&gt; </code></pre> <p>Rest all were as usual . With this i was able to use it without any problem on Tomcat.</p> <p>But these configuration fails when I try to implement it in portlets. Googling and reading other blogs suggested that there is problem with the portletbridge and I should be using jboss-portletbridge.Tried various combinations as suggested by many. getting different errors each time.</p> <p>Can anyone help me on this. Any insight is appreciated...</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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