[ 
https://jira.jboss.org/jira/browse/RF-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12441508#action_12441508
 ] 

Ralph Soika commented on RF-2239:
---------------------------------

after playing around with different deployments I can say the my issue 5261 was 
fixed after I add exactly the jars as in the richfaces-demo-3.2.2.GA-jee5.war.
The Problem did not appear again. But if I change the Libaries my RichFaces App 
works also fine except the ajax rerender problem.
My war contains the following libraries:

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
jsf-facelets-1.1.14.jar
jstl-1.0.jar
nekohtml-0.9.5.jar
richfaces-api-3.2.2.SR1.jar
richfaces-impl-3.2.2.SR1.jar
richfaces-ui-3.2.2.SR1.jar
slf4j-api-1.4.2.jar
slf4j-simple-1.4.2.jar
xercesImpl-2.8.1.jar
xml-apis-1.3.03.jar 

I am running my application on a Glasfish V2 Server  and I have not added libs 
like xercesImpl or jstl before. Maybe this can help?
Could it be further that the problem is related to the Login-Form issue? After 
a Login through a LoginForm styles and scripts are missing. After reload all 
works fine. I still have this issue in my application and I am not sure if this 
is relevant for that case?


> listShuttle: doesn't works after ajax update
> --------------------------------------------
>
>                 Key: RF-2239
>                 URL: https://jira.jboss.org/jira/browse/RF-2239
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>
>       <h:form>
>               <h:selectBooleanCheckbox value="#{bean.enabled}" >
>                       <a4j:support reRender="list" event="onchange" 
> ajaxSingle="true"/>
>               </h:selectBooleanCheckbox>
>               <a4j:outputPanel layout="none">
>               <rich:orderingList value="#{capitalsBean.capitals}" var="cap" 
> converter="converter" rendered="#{bean.enabled}" id="list">
>                       <rich:column> 
>                               <f:facet name="header">
>                                       <h:outputText value="test"/>
>                               </f:facet> 
>                               <h:outputText value="#{cap.name}"/>     
>                               <f:facet name="footer">
>                                       <h:outputText value="test"/>
>                               </f:facet>
>                       </rich:column>
>               </rich:orderingList>
>               </a4j:outputPanel>
>               </h:form>
> Initial value of enabled = false.
> after checkbox activation - listShuttle rendered but doesn't works and layout 
> broken.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
richfaces-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to